Nomi Labs
The core mod for the Nomifactory CEu project, adding custom GregTech changes, new items, recipe modifications, and much more!
Main Features
The mod provides all custom items, blocks, and fluids from Nomifactory, redesigned with code cleanliness in mind and including numerous improvements:
- The hand framing tool can now be decorated on the framing table
- Improved excitation coils: can now be placed in any direction and even on your head
- Additional placeable blocks for greater variety
Compatibility and Integration
A special compatibility system allows using NuclearCraft together with GregTech CEu without needing to apply unstable Bansoukou patches.
GroovyScript Helper Functions
- Ability to replace GregTech CEu crafting recipes with automatic updating of recycling recipes and OreDictUnifier data
- Updating GregTech CEu recycling recipes at any time using GroovyScript's reload function
- Additional features are in development
Settings and Configuration
Advanced settings allow disabling various mod functions, providing flexibility for different needs.
Development Plans
Future plans include adding custom GregTech content, improved multiblocks, new structures (a greenhouse is already available for better automation of plant materials compared to EIO farmers), and new textures.
Localizations
Translations for Nomi Labs are provided as a separate language pack that can be downloaded separately. Detailed information about supported languages and their status can be found on the corresponding GitHub page.
Why a Core Mod?
We chose to implement most custom functions as a core mod for Nomi-CEu, with the rest being moved to GroovyScript. This approach provides significantly greater extensibility compared to the current CraftTweaker setup and allows for necessary code cleanup. We decided not to use GroovyScript for custom content due to its complexity, especially for client-only functions like custom overlays.
Requirements
The mod requires GregTech CEu to work. Other versions of GregTech, such as GTCE, are not supported.
Acknowledgments
- GTCEu Buildscripts for excellent build scripts
- Actually Additions for part of the custom fluid code
- Content Tweaker for base textures of custom fluids
- Nomifactory for item textures, blocks, base code, and the original pack
- GregTech CEu for some textures
- GregTech CE and Data Fixer Example for examples and base code for data fixes
- GT-Expert-Core for fixing the runtime environment for EnderCore in the development environment