GregTech: Nexus
No reviews yet
Additions and QoL for GregTech Modern
Focuses on automation and resource processing through scientific and mechanical means, utilizing systems like electricity (RF/FE/etc), air pressure, or rotation.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
⚙️ 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
⚡ 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
🏭 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.
🧪 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
🔧 Hydraulic System
A pressurized fluid processing system built around the Steam Manufacturer. Enables steam-era assembly-style crafting for modpack progression without requiring electricity.
🔌 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.
🛠️ 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
🔌 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
📊 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
- Install the required mods: GTCEu Modern 7.5.x, AE2, and ExtendedAE
- Download GTNA from the latest release
- Drop it in your
/modsfolder 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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers