---
title: "How to make a Create: Live 5 server"
description: "The only one of our modpacks where CPU matters more than RAM: Create physically turns blocks, and that’s paid for in ticks."
url: https://tickserv.com/en/guides/create-live
site: "TickServ (https://tickserv.com)"
lang: en
published: 2026-08-22
games: [minecraft]
---
# How to make a Create: Live 5 server

Create: Live 5 is a skyblock built around the **Create** mod and a series of its addons. It's a more niche pack than the others — **250,000 downloads** on Modrinth, born of a collaborative project for a group of German content creators — and it's designed to be played by several people, with deliberate difficulty.

It's also the only one of our curated modpacks where the processor matters more than the memory. Here's why.

## Create: the mod where every machine costs compute

Create doesn't work like conventional tech mods. Where another mod moves items from one chest to another through an abstraction, Create **physically turns blocks**: shafts, cogs, conveyors, and _contraptions_ — whole assemblies that move, pivot and rise.

Every one of those movements is simulated twenty times a second. An elaborate Create factory isn't heavy on memory; it's heavy on **ticks**.

So the symptom is very recognisable, and different from the other packs':

- a server short of memory **falls over** — it dies when someone explores;
- a Create server short of processor **drags** — machines slow down, conveyors stutter, contraptions advance in jerks.

If it's the second, adding RAM changes nothing. The lever is the **dedicated CPU** level (dedicated vCPUs), and this is the pack where it justifies itself earliest.

Before going there, one free move: drop the **simulation distance** (3 to 32, default 10) to 6 or 8. On a skyblock, where everything happens on a small footprint, it can be low at no cost to comfort.

## The skyblock trap: the world type

Like any skyblock pack, Create: Live 5 **changes how the world is generated**. The void is the starting set, and it gives the whole progression its point.

If the world is generated with the default type, you get a normal Minecraft with Create's mods on top. It boots, it runs, no error appears — and the pack is pointless. You only notice on connecting.

Two rules follow:

- **the world type is chosen at generation, once** — the void can't be retrofitted onto a map that already exists;
- to change it, **create a second server** rather than touching the existing world. Server off = €0, so keeping two runs in reserve costs nothing.

## RAM: the most modest requirement among our modpacks

The pack's page states **no official memory figure**. The tier below is what we recommend, not a recommendation from its authors.

The number that matters isn't the machine's but the **JVM heap** (`-Xmx`), necessarily smaller: the operating system, Docker and Java's off-heap memory live beside it. Here, the heap is the smaller of "RAM − 2 GB" and "75% of RAM":

| Tier you pick | Actual JVM heap | Verdict for Create: Live 5     |
| ------------- | --------------- | ------------------------------ |
| 4 GB          | 2 GB            | too tight                      |
| **8 GB**      | **6 GB**        | **the right choice**           |
| 16 GB         | 12 GB           | large group, very wide factory |

**The 8 GB tier is enough** for a group playing this pack normally — it's one of the few on the list where you don't need to go up to 16 GB. Put the difference into the **dedicated CPU** level instead: on Create, that's where it's decided.

## Version, loader, and the client rule

Create: Live 5 targets **Minecraft 1.20.1** on the **Forge** loader. The Java version follows the Minecraft version — Java 17 from 1.18, Java 21 from 1.20.5, per the [Minecraft Wiki](https://minecraft.wiki/w/Server/Requirements). Here, both come from the pack: nothing to choose.

And the usual rule: **everyone installs the same pack, at the same version.** Check the number, not the name.

## A pack made for multiplayer

That's its reason for being: it was designed for a group playing together, with difficulty as a feature. Two practical consequences:

- **progress is shared.** On a Create skyblock, machines benefit everyone — unlike an RPG pack where each player advances their own tree. A player who automates production moves the group forward;
- **roles emerge naturally.** Someone builds the conveyors, someone the logic, someone explores. It's the pack on the list that rewards coordination most.

## First boot and backups

Expect **15 to 25 minutes** on first boot: downloading, resolving mods, configuration, then generating the world. Don't kill it thinking it failed — later boots are quick.

The world is archived **before every shutdown**, with a `save-all flush` immediately before, and restored afterwards. An automatic backup runs **every 30 minutes** while you play, of which the **last 5** are kept. Storage is free, server off included.

On a Create pack, that backup protects something particular: a mechanical factory is a precise assembly, and it doesn't get rebuilt from memory.

> [Create your Minecraft server](https://tickserv.com/en/games/minecraft) and pick Create: Live 5 from the modpack list. Your first session is free.
