minecraft-crawler/config/smallships-client.toml
2024-08-08 16:24:29 -06:00

29 lines
1.2 KiB
TOML

# This holds the schematic version for internal purposes. DO NOT TOUCH!
schematicVersion = 2
# This category holds configs that define ship behaviour.
[Ship]
#Set the speed indication: 0 = km/h, 1 = m/s, 2 = knots, 3 = mph
shipModSpeedUnit = 0
#This category holds configs that define general ship behaviour.
[Ship.General]
#General camera settings for ships.
[Ship.General.Camera]
#Automatically enable third person camera when entering a ship.
shipGeneralCameraAutoThirdPerson = true
#Zoom camera settings for third person view in ships.
[Ship.General.Camera.Zoom]
#Set minimum distance of zoom (value must be bigger than or equal to 1.0).
#Range: 1.0 ~ 50.0
shipGeneralCameraZoomMin = 5.0
#Generally enable the zooming feature.
shipGeneralCameraZoomEnable = true
#Set maximum distance of zoom (value must be smaller than or equal to 50.0).
#Range: 1.0 ~ 50.0
shipGeneralCameraZoomMax = 20.0
# This category holds configs that define general mod settings.
[General]
#Enable smallships creative tab in the creative inventory (only takes effect after restart).
smallshipsItemGroupEnable = false