initial commit

This commit is contained in:
SwitchyJuice 2022-11-01 18:40:32 +01:00
commit 5dfd7f1986
294 changed files with 22656 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# Configuration file
Version {
S:Identifier=0.3.6
}

View file

@ -0,0 +1,24 @@
# 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.6
}