Can't specify a destroy_time that is smaller than 1.0
TheInfine opened this issue ยท 5 comments
Setting a destroy_time that is smaller than 1.0 makes the block break instantly. This means that the fastest valid destroy_time is 1.0 which isn't fast enough in my case. This also affects sandwood leaves in the Sandwood example.
Minecraft: 1.18.1
Forge: 39.0.79
Json Things: 0.2.1
I'm home now, and I looked at it. I did indeed use the wrong types for this. I used integers, where it should be floating-point values.
Preparing fixed versions for 1.16.5, 1.17.1 and 1.18.1