GregTech: Nexus

Additions and QoL for GregTech Modern
Raishxns | GregTech: Nexus
Create a server, get 25% off your first monthaffiliate logo
Create Server
affiliate banner image

โš™๏ธ GregTech Nexus Addon

The Nexus of Steam & Steel โ€” A deep expansion for GregTech CEu Modern that reinvents how you generate power, process materials, and scale your factories. From primitive steam to cosmic technology.


๐Ÿ“ฆ Requirements

Dependency Version
Minecraft 1.20.1 (Forge)
GregTech CEu Modern 7.5.x
Applied Energistics 2 Required
ExtendedAE Required

๐ŸŒŸ What is GregTech Nexus Addon?

GregTech Nexus Addon (GTNA) is a feature-rich addon for GTCEu Modern that adds a full progression layer on top of the base mod. It introduces wireless steam and energy networks, 12+ multiblocks, custom hatches with unique mechanics, exclusive materials, and a developer API compatible with KubeJS and the GTCEu Java API.

Whether you're building a megafactory powered entirely by solar steam, automating parallel recipes across dozens of machines, or scripting entirely custom multiblocks through KubeJS โ€” GTNA has the tools.


๐Ÿ“ก Wireless Steam Network

Say goodbye to spaghetti pipe networks. GTNA's Wireless Steam Network lets you transmit steam across your entire base without a single pipe connecting boilers to machines.

  • Wireless Input/Output Hatches link machines to the steam network
  • Huge Steam Buses for mass item throughput
  • Full integration with AE2 autocrafting pipelines
  • Works seamlessly alongside GTCEu's native steam machines

๐Ÿ“– Documentation โ†’


โšก Nexus Flux Matrix โ€” Wireless Energy (v0.2)

The Nexus Flux Matrix is a massive, scalable multiblock that acts as the central energy bank for your entire factory โ€” no cables needed.

  • Size: 3ร—7ร—7 (min) up to 31ร—7ร—7 (max), up to 750 Capacitor blocks internally
  • 14 Capacitor tiers from LV (160K EU/block) up to MAX (5E EU/block)
  • Quadratic capacity scaling: the more blocks, the bigger the bonus
  • Efficiency from 85% (LV) to 100% (MAX)
  • Transfer limit up to 500 ZEU/t
  • Cross-dimension support (ZPM+)
  • Safe Mode: automatically cuts output below 10%, restores at 25%
  • Comes with Wireless Energy Hatches, Wireless Dynamo Hatches, Receiver/Transmitter Covers, and the Quantum Network Terminal for real-time monitoring

๐Ÿ“– Documentation โ†’


๐Ÿญ Multiblocks

Steam Multiblocks (No electricity required)

Machine Recipes Parallels Speed Description
Large Steam Furnace Furnace, Blast 128 9x Industrial furnace, processes almost everything
Large Steam Crusher Macerator 32 2x Mass ore grinding
Large Steam Alloy Smelter Alloy Smelter 64 1.43x High-throughput alloy production
Mega Solar Boiler Special โ€” โ€” Infinite steam from sunlight
Steam Cobbler Rock Breaker 16 1x Automated cobblestone/stone generation
Stone Superheater Superheater 32 1x Melts stone into fluid
Steam Manufacturer Hydraulic 16 1x Steam-powered assembler
Steam Woodcutter Woodcutter 32 1x Automated wood processing
Void Miner (Steam Gate Aged) Special โ€” โ€” Mines ores from the void using steam

Electric Multiblocks

Machine Description
Industrial Slaughterhouse High-throughput mob processing, supports all GTNA hatches

No-Energy Multiblocks

Machine Description
Infernal Coke Oven Intensified coke production without power
Hyper Pressure Reactor High-pressure reactions via direct fuel
Leap Forward Blast Furnace Advanced blast furnace, no EU required

๐Ÿ“– Full machine documentation โ†’


๐Ÿงต Custom Hatches & Parts

GTNA introduces a family of specialized hatches that extend GTCEu's multiblock system with brand-new mechanics:

Thread Hatch โ€” Allows a multiblock to run completely different recipes simultaneously. Recipe A and Recipe B can process at the same time in the same machine.

Accelerate Hatch โ€” Reduces recipe duration (ticks) directly, without increasing energy consumption per tick.

Overclock Hatch โ€” Applies extreme overclock multipliers on top of GTCEu's standard electrical tier overclocking.

Advanced Parallel Hatch โ€” Scales parallels far beyond what the standard hatch allows.

Wireless Steam Hatches โ€” Connect any steam multiblock to the wireless steam network.

Huge Steam Buses โ€” Massive item input/output for high-throughput steam setups.

๐Ÿ“– Hatches documentation โ†’


๐Ÿงช Custom Materials

GTNA adds unique alloys, elements, and fluids with real roles in the tech progression:

  • Stronze โ€” Early-game structural alloy
  • Breel โ€” Mid-tier conductor material
  • Echoite โ€” Resonance-based exotic element
  • Supercritical Steam variants โ€” High-efficiency power fluid
  • Additional custom elements and compounds across all tiers

๐Ÿ“– Materials documentation โ†’


๐Ÿ”ง Hydraulic System

A pressurized fluid processing system built around the Steam Manufacturer. Enables steam-era assembly-style crafting for modpack progression without requiring electricity.

๐Ÿ“– Hydraulic System โ†’


๐Ÿ”Œ KubeJS Integration (v0.2)

Starting with version 0.2.0, GTNA provides full KubeJS compatibility via soft-dependency. Modpack developers can create advanced multiblocks using all GTNA custom hatches directly from scripts โ€” no Java required.

GTCEuStartupEvents.registry('gtceu:machine', event => {
    event.create('my_machine', 'gtna:multiple_recipes')
        .recipeType('gtceu:assembler')
        .pattern(definition => FactoryBlockPattern.start()
            // ...
            .or(Predicates.abilities(GTNAPartAbility.THREAD_HATCH).setMaxGlobalLimited(1))
            .or(Predicates.abilities(GTNAPartAbility.ACCELERATE_HATCH).setMaxGlobalLimited(1))
            .or(Predicates.abilities(GTNAPartAbility.OVERCLOCK_HATCH).setMaxGlobalLimited(1))
        )
        .gtnaConfig(config => {
            config.maxThreadMultiplier(2)
            config.overclockBonus(0.1)
        })
})

The gtna:multiple_recipes factory type automatically wires up WorkableElectricMultipleRecipesMachine under the hood โ€” Thread, Accelerate, and Overclock Hatches work out of the box.

๐Ÿ“– KubeJS API docs โ†’


๐Ÿ› ๏ธ Java API

GTNA exposes a full Java API for addon developers:

  • Create multiblocks that natively support all GTNA hatches
  • Register custom materials and fluids using the GTNA material builder
  • Extend the wireless steam/energy systems
  • Hook into Thread/Accelerate/Overclock hatch behavior

๐Ÿ“– API Overview โ†’


๐Ÿ”Œ AE2 Integration

GTNA is designed with AE2 autocrafting in mind:

  • Wireless Steam Hatches work seamlessly with AE2 pattern providers
  • Huge Steam Buses accept ME interface connections
  • All GTNA multiblocks are fully compatible with ExtendedAE setups
  • Recommended setup guides included in the wiki

๐Ÿ“– AE2 Tips โ†’


๐Ÿ“Š Current Status โ€” v0.2.0

Feature Status
Wireless Steam Network โœ… Complete
Hydraulic System โœ… Complete
Steam Multiblocks (9+) โœ… Complete
Thread / Accelerate / Overclock Hatches โœ… Complete
Advanced Parallel Hatches โœ… Complete
Industrial Slaughterhouse โœ… Complete
No-Energy Multiblocks โœ… Complete
Void Miner (Steam) โœ… Complete
KubeJS Integration โœ… Complete (v0.1.5)
Nexus Flux Matrix (Wireless Energy) ๐Ÿ”„ In Development
Pattern Buffer System ๐Ÿ”ฎ Planned
New Tiers & Alloys ๐Ÿ”ฎ Planned

๐Ÿš€ Quick Start

  1. Install the required mods: GTCEu Modern 7.5.x, AE2, and ExtendedAE
  2. Download GTNA from the latest release
  3. Drop it in your /mods folder and launch Minecraft 1.20.1

๐Ÿ“– Full installation guide โ†’ ๐ŸŽฏ First steps guide โ†’


๐Ÿค Contributing

GTNA is open source and welcomes contributions. Check the GitHub repository and the contributing guide in the wiki.

GitHub โ†’ | Wiki โ†’ | License: LGPLv3

The GregTech: Nexus Team

profile avatar
  • 2
    Followers
  • 2
    Projects
  • 29.8K
    Downloads

More from raishxns

  • UFO FUTURE project image

    UFO FUTURE

    • 29.3K
    • Mods

    UFO FUTURE: an endgame Minecraft mod. Adds Infinity Cells (infinite resources), Crafting Storages up to 1 quadrillion bytes, and intergalactic Co-processors for massive crafting. Includes energy-powered tools and armor.

    • 29.3K
    • May 16, 2026
    • Mods
    • +1
  • UFO FUTURE project image

    UFO FUTURE

    • 29.3K
    • Mods

    UFO FUTURE: an endgame Minecraft mod. Adds Infinity Cells (infinite resources), Crafting Storages up to 1 quadrillion bytes, and intergalactic Co-processors for massive crafting. Includes energy-powered tools and armor.

    • 29.3K
    • May 16, 2026
    • Mods
    • +1