Fix crashing due to using methods from an older fabric loader version, which was not actually compatibile with the release version of porting-lib
-Tag checker now only runs after the server config has loaded, fully respecting the server config options
-If the tag checker detects mismatching tags even after an automatic generation and reload (not a manual one), an error message is sent to all eligible users to point out that manual correction is required
fix instances where the tag mismatch checker would enter an infinite loop due to being unable to resolve all mismatches
Added an interface to allow mod authors to "disallow" blocks from generating additional placements (compat for some mods in the future) Prevent generating additional placement blocks for blocks that already have a property with a name that the new block would add (fixes crashes with some mods)
- Overhauled config files. All existing config changes should be considered invalid and be redone.
- Most blocks can now utilize rotated versions of the blocks they are based on, greatly improving compatibility with custom models.
- Stair shapes overhauled. The white arrow sits at the bottom of where the stair will be and points in the outward direction.
- Fixed server-side crash issues.
initial Modrinth release
minor improvements to block model handling improved handling of weathering states prevent slabs from placing wrongly on top of other slabs when slab placement is disabled fix nullpointerexception caused by an unchecked nullable in the highlight block event add keybind to toggle custom placement logic
- keybind is default unbound, you must bind one yourself
- quickly press and release the key to toggle the logic
- hold the button to temporarily toggle the logic until it is released
- there are config options to control the default placement logic state (enabled or disabled) as well as how long a key must be held to be considered a held key instead of a quick keypress