[1.8.2] - 2025-3-28
Not uploaded to Modrinth.
Fixed
- Fixed a bug where machines with multiple RecipeMaps are unable to switch recipe maps to others in internal.
[1.8.3] - 2025-3-29
Merged from stable branch version 1.7.2.
Re-Implementation
- Removed the One Stack Only Mixins, and moved its functionality to One Stack Filter item, as a cover to machines. Also fixed a bug where stacks with only different amount are considered as different stacks.
[1.8.1] - 2025-3-16 [EXPERIMENTAL]
Added
- Refactored Configuration system, allowing players to reload the configurations with command
/nomi-horizons reload
. This is pretty useful when you are running a server and adjusting configurations, where you don't have to restart the server every time when you have something changed. This feature MAYBE also added to 1.7.X branch, please make sure to check it in CHANGELOG.
Fixed
- Fixed a bug where machines with dynamically searched recipes (like MultiSmelter, which will read the Furnace recipes runtime), are not working correctly, when the Advanced Recipe Logic is on.
[1.8.0] - 2025-3-10 [EXPERIMENTAL]
Added
- Added Advanced Recipe Logic, where the machines won't be stuck at the first recipe when there is something blocking it,
like there is not enough space to dump outputs.
Mixin Config:
useBetterRecipe
. Can be disabled in in-game configuration, and is DISABLED by default. - (Technical) As a part of new things above,
RecipeMap
s are now implementingINewHorizonsRecipeMap
, which provides more methods for querying recipes.
[1.5.1] - 2025-3-4 Not Published
Modify
- Added Elevator block previews in Cleanroom structures.
[1.6.0] - 2025-3-7
Added
- Added Cleanroom Pardon, which allows running recipes that require (Sterile) Cleanroom in Multiblocks without said
required cleanroom environment.
You can configure which ones are pardoned in in-game config without restarting the game.
Mixin Config:
useCleanroomPardon
.
[1.3.0] - 2025-2-18
Added
- Modify the Capacity of GregTech Cells to 144L to better handle fluids.
This option can be toggled off in Mixin Configurations, see below.
Mixin Config:
setCellCapacityTo144
. - Added Mixin Configuration to allow users to choose which features are enabled. Only features that may cause balancing issues or at experimental stage will be added to this config, and all of them are enabled by default.