gigabit101/Shrink

request: adjust minimum size to 1/16 so that mod is compatible with Chisels and Bits

Closed this issue · 4 comments

With the minimum size being 0.21, collision with bits is very wonky

This value is in the config file and can be adjusted there, The default value is set to stop the camera causing x-ray issues

setting the value below 0.21 in the config just brings it back to 0.21

setting the value below 0.21 in the config just brings it back to 0.21

This is caused by the min value being 0.21 here:

MIN_SIZE = COMMON_BUILDER.comment("Set the min size a player can shrink too")
.defineInRange("minSize", 0.21, 0.21D, 100D);

If this min value is to be reduced below 0.21, to e.g. 0.0625, a warning should be printed to chat if the current value of this setting is below 0.21 when a player joins a world.

I did forget I added a range however, I'm still not interested in allowing the player to become any smaller and allowing x-rays