initial commit
This commit is contained in:
commit
5dfd7f1986
294 changed files with 22656 additions and 0 deletions
7
config/cofh/thermalcultivation/client.cfg
Normal file
7
config/cofh/thermalcultivation/client.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Configuration file
|
||||
|
||||
Version {
|
||||
S:Identifier=0.3.6
|
||||
}
|
||||
|
||||
|
24
config/cofh/thermalcultivation/common.cfg
Normal file
24
config/cofh/thermalcultivation/common.cfg
Normal 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
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue