GTCEu Extra Features

GTCEu Extra Features

An addon that adds QoL features into Gregtech modern

by
55 Downloads
forgegame-mechanicsutility
Rent Server with this Mod

Screenshots

Robust Alloy Materializer [RAM]
Advanced Cracking Unit [ACU]
Enlarged Reaction Chamber [ERC]
Large Pyrolysis Unit [LPU]
Advanced Fusion Reactor MKI [AFR 1]
Advanced Fusion Reactor MKII [AFR 2]

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

Howeachlooks-ezgif com-video-to-gif-converter (1)

Universal Circuits

image

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

GTCEu Extended Features 1.1.1frelease
MC 1.20.1forge
June 4, 2026
GTCEu Extended Features 1.1.0release
MC 1.20.1forge
June 3, 2026

How to Install GTCEu Extra Features on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set forge Loader

In the panel under "Egg", select the forge loader and matching Minecraft version (1.20.1).

3

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

forge

Minecraft Versions

1.20.1

Server-side

Unsupported

Recommended 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.

Rent Modded Server

Install GTCEu Extra Features with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
GNU Lesser General Public License v3.0 only
Server-side
Unsupported

Supported Versions

1.20.1