This is a fix for Lynn's RP Stuff to work with update 4 of Hytale. With update 4, Lynn's RP Stuff mod breaks and anything still placed can only be partially removed in creative mode but still leaves behind invisible textures on all surrounding blocks.
I made the following changes to make the mod functional again:
- Adjusted relevant item .json files to abide by the following changes:
- Removed 'Support.DOWN[0]' keys
- Only one interaction
- Removed unused crafting state.id
- Added the new ItemContainerBlock BlockEntity with the capacity info to containers and removed the capacity information from state
- Added the new BenchBlock BlockEntity to benches
I also updated the server version.