This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/shrink-common.toml

16 lines
545 B
TOML
Raw Permalink Normal View History

2023-11-02 12:32:44 -05:00
#Set the amount of power required to use use the personal shrinking device
setPowerUsage = 5000
#Set to false to disable mobs being put in bottles
enableMobBottles = true
#Set to false to disable power requirements for personal shrinking device
enablePowerRequirements = 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.0 ~ 100.0
minSize = 0.21
#Set the amount of power the personal shrinking device can store
setShrinkingDeviceCapacity = 100000