Minecraft 1.12.2 Mobs still spawning
Viadetesta opened this issue ยท 0 comments
I'm still trying to make this mod work, but i can not make it. Minecraft version is 1.12.2 and the config file is this:
Configuration file
general {
# When enabled, the ID of a mob will be shown on it's corrosponding spawn egg. This is used to help you blacklist mobs. [default: true]
B:addTooltipInfo=true
# A list of all banned mobs. If a mobs entity name is added to this list, it will not be allowed to spawn in any world. To get the name of an entity, interact with it using the data checker and it's name will be given. [default: [example1], [example2], [example3]]
S:bannedMobs <
example1
example2
example3
minecraft:zombie
>
# When enabled this mod will target mobs that have already spawned. This option must also be enabled to prevent mob spawners from spawning as well. [default: false]
B:removeAggressively=true
# While false, this mod will not remove custom named mobs from the game. [default: false]
B:removeNamedMobs=false
}
Please help me , i tried for 3 hours straight.