Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
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.
 
 
 
 
 
 
NewAlterlite/config/NoMobSpawningOnTrees.cfg

23 lines
799 B

# Configuration file
general {
# For details, please check https://github.com/oldjunyi/NoMobSpawningOnTrees/wiki
S:blacklistRules <
woodlogs # This line disables mob spawning on all types of wood logs.
block:minecraft:brown_mushroom_block || block:minecraft:red_mushroom_block
# The above line disables mob spawning on mushroom blocks.
>
# Extra spawning tries per tick. This will only applies to hostile mobs.
D:extraSpawningTries=0.0
# The capacity is the maximum (approximate) number of creatures can exist near the player.
# Set -1 to use the default value, which is: monster(70), animal(10), ambient(15), water(5)
I:spawnCapacityAmbient=-1
I:spawnCapacityAnimal=-1
I:spawnCapacityMonster=-1
I:spawnCapacityWater=-1
}