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