clientstuff
This commit is contained in:
43
.minecraft/config/cofh/core/loot.cfg
Normal file
43
.minecraft/config/cofh/core/loot.cfg
Normal file
@@ -0,0 +1,43 @@
|
||||
# Configuration file
|
||||
|
||||
General {
|
||||
# Set to false to disable this entire module.
|
||||
B:EnableModule=true
|
||||
}
|
||||
|
||||
|
||||
Heads {
|
||||
# If enabled, mobs only drop heads when killed by players.
|
||||
B:MobsDropOnPvEOnly=true
|
||||
|
||||
# If enabled, players only drop heads when killed by other players.
|
||||
B:PlayersDropOnPvPOnly=true
|
||||
|
||||
Players {
|
||||
I:Chance=5
|
||||
B:Enabled=true
|
||||
}
|
||||
|
||||
Creepers {
|
||||
I:Chance=5
|
||||
B:Enabled=true
|
||||
}
|
||||
|
||||
Skeletons {
|
||||
I:Chance=5
|
||||
B:Enabled=true
|
||||
}
|
||||
|
||||
WitherSkeletons {
|
||||
I:Chance=5
|
||||
B:Enabled=false
|
||||
}
|
||||
|
||||
Zombies {
|
||||
I:Chance=5
|
||||
B:Enabled=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user