The coremod for Nomifactory CEu, providing custom GT changes, items, recipe changes, and more!
- All custom items, blocks and fluids from Nomifactory, re-implemented with code cleanliness in mind, and with many improvements, such as:
- Hand Framing Tool able to be framed/decorated in the Framing Table
- Excitation Coil Improvements: now can be placed in any direction, and on your head
- More placeable blocks!
- Compat Mixin allowing NuclearCraft to be used with GregTech CEu, without having to resort to unstable Bansoukou patches
- GroovyScript Helpers:
- Allow replacing of GregTech CEu crafting recipes, with the recycling recipes and OreDictUnifier Data updating automatically
- Allow refreshing of GregTech CEu recycling recipes at any time, allowing for these to be changed with GroovyScript's reload feature
- More planned!
- Configs, allowing for disabling of different features, allowing for a wider range of usage
- More to come, such as custom GT content, improved custom multiblocks, new multiblocks (a growth chamber, which allows for better automation of plant-related materials over EIO Farmers, is already available), and more custom textures!
Translations are offered for Nomi Labs, in a separate 'language pack'. This is available to download here (download the 'nomi-labs' zip for Nomi Labs).
For more information, including supported languages and their status, see the GitHub Page.
We have chosen to implement most custom features into a coremod for Nomi-CEu, and the rest will be refactored into GroovyScript. This allows much more extensibility over the current CraftTweaker setup, and allows for a much needed code cleanup. We have chosen not to use GroovyScript for custom content as it is very fiddly, especially with client only features, such as custom overlays, and we believe that these will be useful for the community (especially the GroovyScript helpers).
This mod requires GregTech CEu. Other versions of GT, such as GTCE, will not work.
- GTCEu Buildscripts for the amazing buildscripts
- Actually Additions for part of the custom fluid code
- Content Tweaker for base textures of custom fluids
- Nomifactory for textures of items, blocks, base code, and the original pack
- GregTech CEu for some textures
- GregTech CE & Data Fixer Example for sample & base code in Data Fixes
- GT-Expert-Core for development environment runtime fix for EnderCore
- GTNH's Fork of ArchitectureCraft for the basis of our ArchitectureCraft Integration