Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
1.19.x
1.18.1–1.18.2
1.17.1
1.16.1–1.16.5
1.15.1–1.15.2
1.14.4
1.12.x
1.11.2
1.10.2
1.9.4
1.9
1.8.8–1.8.9
1.7.10
1.3.2
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published last year
Updated 3 days ago
Changelog
updated ZS head
Some missing IIngredient#getInternal implementations
recipes.replaceAllOccurences now supports an optional parameter that specifies recipes for which outputs shoudl be changed (uses IngredientAny in case no output was provided)
Loaders now can be delayed/frozen until the mod that froze them calls the frozen alias. This should allow for mods to prevent a loader from being loaded to early by other mods. They now need to subscribe to the load_finished event, if they want to get the post-finished loader stage though.
Added blockstate handling
Fixed NBT matching (again!)