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.
51 lines
1.5 KiB
51 lines
1.5 KiB
6 years ago
|
# Configuration file
|
||
|
|
||
|
blocks {
|
||
|
# Maximum reach distance for the block placer [range: 1 ~ 64, default: 16]
|
||
|
I:blockPlacerReach=16
|
||
|
|
||
|
# Max pulse length and delay in ticks [range: 10 ~ 10000, default: 1000]
|
||
|
I:clockMaxValue=1000
|
||
|
|
||
|
# Maximum reach distance for the dispenser tweaks. 1 to disable [range: 1 ~ 32, default: 4]
|
||
|
I:dispenserReach=4
|
||
|
}
|
||
|
|
||
|
|
||
|
dispenser {
|
||
|
# Set to false to prevent VanillaAutomation from searching the registry for tools and weapons and make them usable by the dispenser [default: true]
|
||
|
B:searchTools=true
|
||
|
|
||
|
# What tool the dispenser should use to shear sheep. Set to mineacraft:air to disable this [default: minecraft:shears]
|
||
|
S:shearSheepTool=minecraft:shears
|
||
|
|
||
|
# Set to false to prevent the dispenser from inserting discs into juke boxes [default: true]
|
||
|
B:useDiscs=true
|
||
|
|
||
|
# Set to false to prevent the dispenser from dying sheep with [default: true]
|
||
|
B:useDye=true
|
||
|
|
||
|
# Set to false to prevent the dispenser from naming entities with name tags [default: true]
|
||
|
B:useNameTags=true
|
||
|
|
||
|
# Set to false to prevent the dispenser from planting seeds [default: true]
|
||
|
B:useSeeds=true
|
||
|
|
||
|
# Set to false to prevent the dispenser from using tools [default: true]
|
||
|
B:useTools=true
|
||
|
|
||
|
# Set to false to prevent the dispenser from using weapons [default: true]
|
||
|
B:useWeapons=true
|
||
|
}
|
||
|
|
||
|
|
||
|
misc {
|
||
|
# Do not modify this unless you want unexpected behaviour [default: none]
|
||
|
S:latestCrash=none
|
||
|
|
||
|
# Set to false to prevent vanillaautomation from reading crashlogs [default: true]
|
||
|
B:readLogs=true
|
||
|
}
|
||
|
|
||
|
|