
GTCEu Extra Features
An addon that adds QoL features into Gregtech modern
Screenshots
![Robust Alloy Materializer [RAM]](https://cdn.modrinth.com/data/9MCfIDeI/images/5577e48780d31c7c3d17b3a1e3f9153541d9abdb_350.webp)
![Advanced Cracking Unit [ACU]](https://cdn.modrinth.com/data/9MCfIDeI/images/95c6f132665c12b5c0a5df470225561c04fe235b_350.webp)
![Enlarged Reaction Chamber [ERC]](https://cdn.modrinth.com/data/9MCfIDeI/images/0d494280622b57fb4aa6a2e337ecd27c5efda182_350.webp)
![Large Pyrolysis Unit [LPU]](https://cdn.modrinth.com/data/9MCfIDeI/images/8ba98892107936fad0f7ba02d34b48e0f91b4b5e_350.webp)
![Advanced Fusion Reactor MKI [AFR 1]](https://cdn.modrinth.com/data/9MCfIDeI/images/91a9bd03a28386e97ab4a483898b269d56d19ff9_350.webp)
![Advanced Fusion Reactor MKII [AFR 2]](https://cdn.modrinth.com/data/9MCfIDeI/images/ee36fe73204f9f60220339d445b5d28f25a90fbe_350.webp)
About this Mod
What does this addon offers?
New QoL Multiblocks
| Abbreviation | Machine | Description |
|---|---|---|
| RAM | Robust Alloy Materializer | Alloy Blast Smelter that allows parallel hatches and laser hatches |
| ACU | Advanced Cracking Unit | Parallel Cracker |
| ERC | Enlarged Reaction Chamber | Parallel Large Chemical Reactor |
| LPU | Large Pyrolysis Unit | Parallel Pyro Oven |
| AFR | Advanced Fusion Reactors | Fusion Reactors that can perform recipes in parallel using custom parallel logic per tier |
| CAL | Compact Assembly Line | Assembly line that doesnt need ordered inputs in order to work, and runs 4 parallels by itself |
| RPP | Rock Processing Plant | Allows the player to turn common types of rocks into the inputs get by its normal processing, in simple words: Macerator > Centrifuge > Electrolyzer all in one machine |
| IGh | Industrial Greenhouse | Allows passive income of any type of wood |
| TGC | Tree Growing Chamber | IV Version of the IGh, can use parallel hatches |
| DA | Dissasembler | A multiblock designed to recycle machines, returninig all components used on it, instead of the materials (arc scrapping/macerating) |
Utilities
JAVA ONLY: Custom formation logic for multiblocks that can use laser hatches, implemented for both Workable and CoilWorkable multiblock types
| Laser | Energy Hatch | Multiblock Formation |
|---|---|---|
| 0 | 0 | 0 |
| 1 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 1 | 0 |
import com.argxment.extraadditions.init.utils.CoilMultiblockLaser;
import com.argxment.extraadditions.init.utils.MultiblockLaserCapability;
public class Machines {
public static MultiblockMachineDefinition TEST_MULTIBLOCK = REGISTER
.multiblock("coil_laser_multiblock", CoilMultiblockLaserCapability::new)
// all the respective code below...
public static MultiblockMachineDefinition TEST_MULTIBLOCK = REGISTER
.multiblock("regular_laser_multiblock", MultiblockLaserCapability::new)
// all the respective code below...
*You may ask "Why there is not a kubejs example?", the reason is that from kubejs side works perfectly fine, its an issue for multiblocks made on Java*
Custom parallel recipes modifiers
Simple parallels:
This recipe modifier allows the multiblock to run parallels without actually requiring a hatch, with an slightly different logic, EU/t remains the same, meanwhile the time is multiplied by 2
Java
// Addon as depedency
import com.argxment.extraadditions.init.utils.RecipeModifiers;
// Value its an int that goes from 0 to 256
.recipeModifiers(SIMPLE_PARALLEL.apply(value))
KubeJS
const RecipeModifiers = Java.loadClass('com.argxment.extraadditions.init.utils.RecipeModifiers')
.recipeModifiers(RecipeModifiers.SIMPLE_PARALLEL.apply(value))
Tiered Parallels:
In this case, it's currently being used by the advanced fusion reactors;
- LuV > 4 Parallels
- ZPM > 8 Parallels
- UV > 16 Parallels
MUST be used with a tiered multiblock
Java
import com.argxment.extraadditions.init.utils.RecipeModifiers;
.recipeModifiers(TIERED_PARALLEL)
KubeJS
const RecipeModifiers = Java.loadClass('com.argxment.extraadditions.init.utils.RecipeModifiers')
.recipeModifiers(RecipeModifiers.TIERED_PARALLEL)
LV to MAX color based gradients
Universal Circuits
Textures made by Witherstar (Monifactory Contributor)
Future additions:
Features
- Wireless Optical/Computation Components (Covers format)
- Chemical skips for the ERC regarding specific lines required for progression
- Configuration integration for easier customization in modpacks
Multiblocks
- Oil Refinery Facility: Skip the regular petrochem lines to get direct outputs
- Large Air Reprocessor: 1-Step air processing (Normal air, Nether air and Ender Air)
Available Versions
How to Install GTCEu Extra Features on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set forge Loader
In the panel under "Egg", select the forge loader and matching Minecraft version (1.20.1).
Install Mod
Open the mod browser in the dashboard and search for "GTCEu Extra Features". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.20.1
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
GTCEu Extra Features server crashes on startup – what to do?
Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.
Is GTCEu Extra Features compatible with forge?
GTCEu Extra Features officially supports forge for Minecraft 1.20.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with GTCEu Extra Features – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if GTCEu Extra Features consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install GTCEu Extra Features with just one click on your server.