You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
620 B
25 lines
620 B
# Configuration file
|
|
|
|
Item {
|
|
|
|
WateringCan {
|
|
# If TRUE, Fake Players (such as Autonomous Activators) will be able to use the Watering Can. [default: false]
|
|
B:AllowFakePlayers=false
|
|
|
|
# Adjust this value to change the amount of Water (in mB) stored by a Basic Watering Can. This base value will scale with item level. [range: 800 ~ 20000, default: 4000]
|
|
I:BaseCapacity=4000
|
|
B:Enable=true
|
|
|
|
# If TRUE, Water Source blocks will be removed when collecting water from the world. [default: true]
|
|
B:RemoveWaterBlocks=true
|
|
}
|
|
|
|
}
|
|
|
|
|
|
Version {
|
|
S:Identifier=0.3.2
|
|
}
|
|
|
|
|