Releases: null2264/CobbleGen
Releases · null2264/CobbleGen
v5.4.7
v5.4.6
Fixed
- Fix Water-like vs Water-like interaction
v5.4.5
Add
- [Meta (Experimental)] Added
lenientModifieroption. When enabled it allows player to place the modifier block on
other places other than underneath the generated block.
To use this option you need to setenableExperimentalFeaturesinconfig/cobblegen-meta.json5totrue.
v5.4.4
Fixed
- [Advanced] Fix obsidian generation not being registered when
resultsis not defined
Other
- Add tests for generators with modifier and advanced generator (obsidian only for now)
v5.4.3
Fixed
- Fix server crashed trying to bootstrap Manifold
v5.4.2
Fixed
- Fix networking
- Fix server still try to sync recipe with client when
enableRecipeVieweris set to false
v5.4.1
Fixed
- Fix crashes when being loaded alongside unsupported Create mod
- Fix
cobblegen-meta.create.loadIntegration = falsedidn't stop CobbleGen from trying to mixin Create mod - [NeoForge] Fix Create support
v5.4.0
Added
- Support for MC 1.21.5
- Add GameTest
- Add CI to test the mod using HeadlessMC
Other
- Completely rework the project to use Manifold's preprocessor instead of ReplayMod's preprocessor
- Also start splitting the project into several modules
v5.3.16
Fixed
- Fix CobbleGen generating empty config instead of default config
v5.3.15
Fixed
- Fix crashes due to MC breaking changes in MC 1.21.2 and newer