Shrink.

Shrink.

28M Downloads

Taking suffocation damage while shrunken to 0.1

NielsPilgaard opened this issue ยท 6 comments

commented

Relayed from: EnigmaticaModpacks/Enigmatica6#2743

Shrinking to size 0.1 causes the player to go inside the block it stands on, and take suffocation damage. It also appears that the player enters swim mode.

Screenshot of standing still on grass:
billede

commented

You should not be able to shrink down that far unless the config file has been edited, the default value is 0.21F https://github.com/gigabit101/Shrink/blob/master/src/main/java/net/gigabit101/shrink/config/ShrinkConfig.java#L51

commented

This could also be caused by the config not being regenerated after the latest update, If the issue continues after the config has been regenerated please do let me know.

commented

My config looks like this:

#Set the amount of power required to use use the personal shrinking device
setPowerUsage = 5000
#Set to true to enable power requirements for personal shrinking device
enablePowerRequirements = true
#Set the amount of power the personal shrinking device can store
setShrinkingDeviceCapacity = 100000
#Set to false to disable mobs being put in bottles
enableMobBottles = true
#Set the max size a player can grow too
#Range: 0.0 ~ 100.0
maxSize = 10.0
#Set the min size a player can shrink too
#Range: 0.21 ~ 100.0
minSize = 0.21
commented

sigh, found the issue... New build coming soon

commented

Uploaded to CurseForge, Should be available to download soon

commented

Thank you kindly!