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.
45 lines
1.5 KiB
45 lines
1.5 KiB
6 years ago
|
# Configuration file
|
||
|
|
||
|
general {
|
||
|
# Set to false to disable the hunger debuff [default: true]
|
||
|
B:debuffHunger=true
|
||
|
|
||
|
# Set to false to disable the jump debuff [default: true]
|
||
|
B:debuffJump=true
|
||
|
|
||
|
# Set to false to disable the mining fatigue debuff [default: true]
|
||
|
B:debuffMiningFatigue=true
|
||
|
|
||
|
# Set to false to disable the slowness debuff [default: true]
|
||
|
B:debuffSlowness=false
|
||
|
|
||
|
# Set this to false to prevent picking up of mob spawners [default: true]
|
||
|
B:pickupSpawners=true
|
||
|
|
||
|
# Set this to false to prevent the copper transporter to pick up mob spawners [default: true]
|
||
|
B:spawnerWithCopper=false
|
||
|
|
||
|
# Set this to false to prevent the diamond transporter to pick up mob spawners [default: true]
|
||
|
B:spawnerWithDiamond=true
|
||
|
|
||
|
# Set this to false to prevent the gold transporter to pick up mob spawners [default: true]
|
||
|
B:spawnerWithGold=false
|
||
|
|
||
|
# Set this to false to prevent the iron transporter to pick up mob spawners [default: true]
|
||
|
B:spawnerWithIron=false
|
||
|
|
||
|
# Set this to false to prevent the obsidian transporter to pick up mob spawners [default: true]
|
||
|
B:spawnerWithObsidian=true
|
||
|
|
||
|
# Set this to false to prevent the silver transporter to pick up mob spawners [default: true]
|
||
|
B:spawnerWithSilver=true
|
||
|
|
||
|
# Set this to false to prevent the tin transporter to pick up mob spawners [default: true]
|
||
|
B:spawnerWithTin=false
|
||
|
|
||
|
# Set this to false to prevent the wood transporter to pick up mob spawners [default: true]
|
||
|
B:spawnerWithWood=false
|
||
|
}
|
||
|
|
||
|
|