EFab Create Compat
EFab Create Compat is a Minecraft 1.21.1 NeoForge compatibility mod that connects EFab recipes to Create's kinetic system.
It adds the Kinetic Interface, an EFab structure component that allows recipes to require a minimum rotational speed and a minimum amount of available stress capacity. A stress requirement becomes a real load on the Create kinetic network while the recipe is running, then releases automatically when the craft finishes or stops.
Even if you never write a custom recipe, the Kinetic Interface has shafts on all six sides, so you can absolutely pretend it is an omni-directional gearbox. That was definitely part of the plan from the beginning.
Features
- Minimum RPM requirements for EFab recipes.
- Minimum available stress capacity requirements for EFab recipes.
- Recipe stress is applied as a real Create network load while crafting.
- Stress is released automatically after a recipe completes or is interrupted.
- Multiple independent kinetic networks in one EFab crafting area can share the required load.
- Interfaces connected to the same network are deduplicated to prevent capacity from being counted more than once.
- The Kinetic Interface transmits rotation through all six sides at a 1:1 ratio.
- Jade and The One Probe integration for speed, stress capacity, and overstressed state.
- Full KubeJS, CraftTweaker, and data-pack requirement support.
Requirements
| Component | Required version |
|---|---|
| Minecraft | 1.21.1 |
| NeoForge | 21.1.0 or newer |
| EFab | 0.3.6 or newer |
| Create | 6.0.0 or newer |
Install these optional mods when you need their related features:
- KubeJS for JavaScript recipe customization.
- CraftTweaker for ZenScript recipe customization.
- JEI for viewing EFab recipes and their requirements.
- Jade or The One Probe for Kinetic Interface information overlays.
Kinetic Interface
Place the Kinetic Interface inside the crafting area recognized by EFab, then connect any of its six sides to a Create kinetic network.
The block is a real Create kinetic network member. It can:
- Read the current rotational speed.
- Read total and available network capacity.
- apply recipe stress as a real network load.
- Transmit rotation between all six sides.
Requirement behavior
| Requirement | Behavior |
|---|---|
rotationSpeed |
Requires the absolute speed of an interface to meet the configured RPM. An overstressed network fails the requirement. |
kineticStress |
Requires enough remaining stress capacity. The requested SU becomes a real network load while the recipe runs. |
For example, .kineticStress(128) requires at least 128 SU of remaining capacity and adds 128 SU of stress impact while crafting.
Modpack permission
You may include EFab Create Compat in any modpack without requesting permission, including:
- Public or private modpacks.
- CurseForge, Modrinth, or other distribution platforms.
- Private, public, or event servers.
- Free modpacks and monetized modpacks that follow the relevant platform rules.
Redistribution of the mod file as part of a modpack is allowed. Credit and a link to the project page are appreciated but not required.
You remain responsible for following the licenses and terms of Minecraft, NeoForge, EFab, Create, and the platform where your pack is distributed.
License
EFab Create Compat is licensed under the MIT License. You are free to use, modify, redistribute, and integrate the project under the terms of that license.
Full introduction (in Chinese only): Github Readme

