Create has been the dominant tech mod in Minecraft for three years. It is not dominant because of feature count — older mods like Applied Energistics 2 or Thermal Expansion had more. It is dominant because it replaced the RF power meter with actual physics, and that design decision made automation genuinely interesting to engineer rather than just a power budget problem.

This is a complete review for 1.21.4, covering the mechanics, performance, compatibility, and who the mod is actually for.

What Create is

Create is an automation mod built around kinetic energy — rotational force that flows through shafts, gears, and belts like a real mechanical system. Instead of plugging cables into machines and watching numbers fill a bar, you design a physical network of rotating components that do work.

The two core variables:

  • Stress — how much rotational work your network is doing (machines consume stress)
  • Speed (RPM) — how fast your network rotates (faster = more throughput, but also more stress)

Every machine on a network consumes stress. Every power source adds stress capacity. The speed at which your whole network runs is determined by its slowest gear connection. Design a network that balances supply and demand, at the right speed, without snapping a gear chain.

This is meaningfully different from "generate X RF, consume Y RF." The physics simulation means that bad designs fail in visible ways — an underpowered shaft stutters, a belt skips, a contraption grinds to a halt. You learn the system by observing it fail, not by reading power numbers.

Core mechanics

Rotation sources

All kinetic networks start with a rotation source. In 1.21.4 the main options:

  • Windmill — uses sails attached to a bearing. Scales with sail count (up to 32×). Outputs 128–256 SU at 16 RPM for a typical build. Renewable, but large.
  • Water Wheel — requires flowing water. Around 256–512 SU at 16 RPM, stackable. Easy early-game.
  • Encased Fan (with source) — fans spinning through fire, water, or lava generate rotation. Small, compact.
  • Steam Engine — mid-game, requires a boiler. 512–2048 SU at configurable RPM. The go-to power source for industrial setups.
  • Flywheel — stores rotational energy to buffer demand spikes.

Rotation transfer

Rotation flows through:

  • Shafts — straight-line transfer
  • Gearboxes / Large Cogwheels — change direction, maintain speed
  • Small Cogwheels — change speed (2× faster = 2× more stress)
  • Belts — transfer rotation across gaps, also transport items

Speed changes cascade through the network. Putting a 2:1 gear ratio between your windmill and your machines runs the machines at double speed — double throughput, double stress cost. Under-stress the network and it stops.

Processing and automation

The majority of Create's content is machines that transform materials using rotation:

  • Crushing Wheels — ore processing (outputs dust, some bonus drops)
  • Millstone — smaller, single-block grinder
  • Mechanical Press — compresses items (sheets, plates, packed blocks)
  • Mechanical Mixer — combines fluid + item recipes
  • Mechanical Saw — cuts wood, stone; also lumber mill
  • Deployer — a robotic arm that places, breaks, or interacts with blocks
  • Mechanical Arm — programmable item routing arm between inventories

The Deployer is one of the most powerful early Create tools — a deployer can right-click, left-click, and place blocks on a target position. Combined with a filter and a clock, it becomes an automated crafting or farming mechanism.

Contraptions

The feature that separates Create from older tech mods: contraptions. A contraption is a moving structure that carries blocks and machines with it.

Attach a mechanical bearing to a structure, give it a rotation source, and the entire structure rotates. Attach a piston to a structure and the entire structure slides. Attach a crane to a structure and it lifts.

Contraptions can carry:

  • Deployers (which interact with the world at each position they pass)
  • Drills (which break blocks along the path)
  • Harvesting Heads (for automatic crop picking)
  • Chests and storage (items stay inside the moving structure)
  • Furnaces (smelting while moving)

A harvester contraption: a horizontal arm with Harvesting Heads on the bottom, driven by a bearing. The arm rotates over a field of crops, picking them at each passing, dropping items into an integrated chest that feeds a belt back to storage. This is Create's take on automated farming — physical, visible, satisfying to watch.

Performance

Create's biggest engineering achievement, often overlooked: it performs well despite being a highly visual, physics-simulating mod.

The older generation of tech mods (IndustrialCraft 2, Thermal Expansion, Applied Energistics 2) worked through tile entity updates — every machine ticking every game tick to check state. This scaled badly. A large AE2 network with hundreds of machines could drop TPS noticeably.

Create's approach:

  • Contraptions tick as a unit, not per-block. A 200-block contraption is one tile entity, not 200.
  • Stress and rotation are calculated on the network level, not per-machine per-tick. Adding more gears to an already-balanced network has near-zero overhead.
  • Visual rendering is separated from simulation — the smooth rotation animations are client-side interpolation, not server-calculated positions.

In practice: a typical mid-size Create setup (windmill + 4–6 processing lines + a few contraptions) adds approximately 0.5–1.5ms per tick at 20 TPS. Compare this to a similarly "sized" AE2 network which could use 3–8ms.

Large Create setups (automated ore processing, multiple boilers, dozens of contraptions) can impact TPS, but the per-feature overhead is much lower than equivalent setups in older tech mods.

Create's worst case for performance is many independent small contraptions running simultaneously. Each moving contraption is rendered and collision-checked per tick. If you have 50 separate bearing-driven mechanisms all spinning at once, that adds up. Consolidate where possible.

Compatibility

Create has two official ports:

  • Create for NeoForge (the main branch) — tracks most closely with the development team's roadmap. Required by most Create-based modpacks.
  • Create Fabric (community port) — maintained separately, lags slightly behind the NeoForge version in features. Good for Fabric-first packs.

Create integrations with other major mods:

Mod Integration Notes
Applied Energistics 2 Pattern Provider → ME System AE2 ME Drives can output to Create belts
Botania None (different design philosophy) Players sometimes combine but no direct integration
Mekanism No official compat Use item pipe bridges
Farmer's Delight Cutting board recipes via Create Some packs include the compat addon
Supplementaries Various recipe crossovers No core machine integration

The most robust Create ecosystem is NeoForge, where the official add-on packs (Create: Crafts & Additions, Create: Steam 'n' Rails, Create: Diesel Generators) are reliably maintained.

Who is Create for

Who benefits most:

  • Players who find RF-based tech mods boring (you flip switches until numbers fill up)
  • Players who enjoy engineering that requires actual design — stress routing, speed matching, contraption layout
  • Builders who want tech that looks good in a base rather than a box room of machines
  • Modpack players — Create features in hundreds of quality packs

Who may not enjoy it:

  • Players who want automation as a background passive system they don't have to look at. Create's automation is physical and visible; optimizing it requires tinkering with the actual machines.
  • Players who want maximum throughput with minimum effort. AE2 can autocraft faster at scale; Create's throughput scales with physical machine count and belt speed.
  • Creative players on very large servers with strict TPS budgets. Any Create contraption running continuously uses some server time.
Modpack Loader Focus Create role
Create: Above and Beyond NeoForge Tech progression Central, required for all progression
All The Mods 10 NeoForge Kitchen sink One tech option among many
Create: Astral NeoForge Space + Create Create as the primary tech mod
Prominence II NeoForge RPG + tech Supplementary automation
FTB Skies NeoForge Skyblock Create is the main processing system

Create: Above and Beyond is the definitive Create experience — the entire progression is built around Create mechanics, requiring you to actually learn the mod to advance. If you want to understand Create deeply, play this pack.

Getting started in 1.21.4

The in-game guide book (Ponder) is excellent. Press the ponder button (default: W while hovering over a Create block) to see an animated in-game demonstration of what that block does. It's the best in-mod documentation in the Minecraft modding ecosystem.

First builds to make:

  1. Water Wheel + Millstone — stone grinding for sand and gravel, your first kinetic network
  2. Windmill + Mechanical Press — sheet metal production, unlocks most mid-tier recipes
  3. Steam Engine + Crushing Wheels — ore doubling, the point where Create starts paying for itself

The learning curve is steeper than plug-and-play mods, but Create's ponder system removes the "read an external wiki for 30 minutes" barrier that older tech mods required.


Download links: