2072 lines
71 KiB
TOML
2072 lines
71 KiB
TOML
|
|
#Options for the minecraft mod.
|
|
[minecraft]
|
|
|
|
#Spawning options for minecraft:allay
|
|
[minecraft.allay]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:axolotl
|
|
[minecraft.axolotl]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:bat
|
|
[minecraft.bat]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:bee
|
|
[minecraft.bee]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:blaze
|
|
[minecraft.blaze]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:camel
|
|
[minecraft.camel]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:cat
|
|
[minecraft.cat]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:cave_spider
|
|
[minecraft.cave_spider]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:chicken
|
|
[minecraft.chicken]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:cod
|
|
[minecraft.cod]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:cow
|
|
[minecraft.cow]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:creeper
|
|
[minecraft.creeper]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:dolphin
|
|
[minecraft.dolphin]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:donkey
|
|
[minecraft.donkey]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:drowned
|
|
[minecraft.drowned]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:elder_guardian
|
|
[minecraft.elder_guardian]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:ender_dragon
|
|
[minecraft.ender_dragon]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:enderman
|
|
[minecraft.enderman]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:endermite
|
|
[minecraft.endermite]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:evoker
|
|
[minecraft.evoker]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:fox
|
|
[minecraft.fox]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:frog
|
|
[minecraft.frog]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:ghast
|
|
[minecraft.ghast]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:giant
|
|
[minecraft.giant]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:glow_squid
|
|
[minecraft.glow_squid]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:goat
|
|
[minecraft.goat]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:guardian
|
|
[minecraft.guardian]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:hoglin
|
|
[minecraft.hoglin]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:horse
|
|
[minecraft.horse]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:husk
|
|
[minecraft.husk]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:illusioner
|
|
[minecraft.illusioner]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:iron_golem
|
|
[minecraft.iron_golem]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:llama
|
|
[minecraft.llama]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:magma_cube
|
|
[minecraft.magma_cube]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:mooshroom
|
|
[minecraft.mooshroom]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:mule
|
|
[minecraft.mule]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:ocelot
|
|
[minecraft.ocelot]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:panda
|
|
[minecraft.panda]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:parrot
|
|
[minecraft.parrot]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:phantom
|
|
[minecraft.phantom]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:pig
|
|
[minecraft.pig]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:piglin
|
|
[minecraft.piglin]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:piglin_brute
|
|
[minecraft.piglin_brute]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:pillager
|
|
[minecraft.pillager]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:polar_bear
|
|
[minecraft.polar_bear]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:pufferfish
|
|
[minecraft.pufferfish]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:rabbit
|
|
[minecraft.rabbit]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:ravager
|
|
[minecraft.ravager]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:salmon
|
|
[minecraft.salmon]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:sheep
|
|
[minecraft.sheep]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:shulker
|
|
[minecraft.shulker]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:silverfish
|
|
[minecraft.silverfish]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:skeleton
|
|
[minecraft.skeleton]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:skeleton_horse
|
|
[minecraft.skeleton_horse]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:slime
|
|
[minecraft.slime]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:sniffer
|
|
[minecraft.sniffer]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:snow_golem
|
|
[minecraft.snow_golem]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:spider
|
|
[minecraft.spider]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:squid
|
|
[minecraft.squid]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:stray
|
|
[minecraft.stray]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:strider
|
|
[minecraft.strider]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:tadpole
|
|
[minecraft.tadpole]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:trader_llama
|
|
[minecraft.trader_llama]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:tropical_fish
|
|
[minecraft.tropical_fish]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:turtle
|
|
[minecraft.turtle]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:vex
|
|
[minecraft.vex]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:villager
|
|
[minecraft.villager]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:vindicator
|
|
[minecraft.vindicator]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:wandering_trader
|
|
[minecraft.wandering_trader]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:warden
|
|
[minecraft.warden]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:witch
|
|
[minecraft.witch]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:wither
|
|
[minecraft.wither]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:wither_skeleton
|
|
[minecraft.wither_skeleton]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:wolf
|
|
[minecraft.wolf]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:zoglin
|
|
[minecraft.zoglin]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:zombie
|
|
[minecraft.zombie]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:zombie_horse
|
|
[minecraft.zombie_horse]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:zombie_villager
|
|
[minecraft.zombie_villager]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for minecraft:zombified_piglin
|
|
[minecraft.zombified_piglin]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the zombieawareness mod.
|
|
[zombieawareness]
|
|
|
|
#Spawning options for zombieawareness:scent
|
|
[zombieawareness.scent]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the sophisticatedbackpacks mod.
|
|
[sophisticatedbackpacks]
|
|
|
|
#Spawning options for sophisticatedbackpacks:everlasting_backpack_item
|
|
[sophisticatedbackpacks.everlasting_backpack_item]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the shetiphiancore mod.
|
|
[shetiphiancore]
|
|
|
|
#Spawning options for shetiphiancore:gui_item
|
|
[shetiphiancore.gui_item]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the cyclic mod.
|
|
[cyclic]
|
|
|
|
#Spawning options for cyclic:magic_net
|
|
[cyclic.magic_net]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:torch_bolt
|
|
[cyclic.torch_bolt]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:boomerang_stun
|
|
[cyclic.boomerang_stun]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:boomerang_carry
|
|
[cyclic.boomerang_carry]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:boomerang_damage
|
|
[cyclic.boomerang_damage]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:dungeon
|
|
[cyclic.dungeon]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:eye
|
|
[cyclic.eye]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:lightning_bolt
|
|
[cyclic.lightning_bolt]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:snow_bolt
|
|
[cyclic.snow_bolt]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:fire_bolt
|
|
[cyclic.fire_bolt]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:stone_bolt
|
|
[cyclic.stone_bolt]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:magic_missile
|
|
[cyclic.magic_missile]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:conveyor_item
|
|
[cyclic.conveyor_item]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:darkfire_bolt
|
|
[cyclic.darkfire_bolt]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for cyclic:ender_fishing
|
|
[cyclic.ender_fishing]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the humancompanions mod.
|
|
[humancompanions]
|
|
|
|
#Spawning options for humancompanions:knight
|
|
[humancompanions.knight]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for humancompanions:archer
|
|
[humancompanions.archer]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for humancompanions:arbalist
|
|
[humancompanions.arbalist]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for humancompanions:axeguard
|
|
[humancompanions.axeguard]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the jeg mod.
|
|
[jeg]
|
|
|
|
#Spawning options for jeg:projectile
|
|
[jeg.projectile]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:spectre_projectile
|
|
[jeg.spectre_projectile]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:water_projectile
|
|
[jeg.water_projectile]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:blaze_projectile
|
|
[jeg.blaze_projectile]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:sonic_projectile
|
|
[jeg.sonic_projectile]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:flare_projectile
|
|
[jeg.flare_projectile]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:water_bomb
|
|
[jeg.water_bomb]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:pocket_bubble
|
|
[jeg.pocket_bubble]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:grenade
|
|
[jeg.grenade]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:rocket
|
|
[jeg.rocket]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:throwable_grenade
|
|
[jeg.throwable_grenade]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:throwable_stun_grenade
|
|
[jeg.throwable_stun_grenade]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:throwable_molotov_cocktail
|
|
[jeg.throwable_molotov_cocktail]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:healing_talisman
|
|
[jeg.healing_talisman]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:throwable_water_bomb
|
|
[jeg.throwable_water_bomb]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:throwable_pocket_bubble
|
|
[jeg.throwable_pocket_bubble]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:throwable_flare
|
|
[jeg.throwable_flare]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:throwable_explosive_charge
|
|
[jeg.throwable_explosive_charge]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:ghoul
|
|
[jeg.ghoul]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:boo
|
|
[jeg.boo]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:splash
|
|
[jeg.splash]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for jeg:bubble
|
|
[jeg.bubble]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the mekanism mod.
|
|
[mekanism]
|
|
|
|
#Spawning options for mekanism:flame
|
|
[mekanism.flame]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for mekanism:robit
|
|
[mekanism.robit]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the silentgear mod.
|
|
[silentgear]
|
|
|
|
#Spawning options for silentgear:arrow
|
|
[silentgear.arrow]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for silentgear:fishing_hook
|
|
[silentgear.fishing_hook]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for silentgear:slingshot_projectile
|
|
[silentgear.slingshot_projectile]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the mteg mod.
|
|
[mteg]
|
|
|
|
#Spawning options for mteg:taki
|
|
[mteg.taki]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for mteg:magma_cream
|
|
[mteg.magma_cream]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for mteg:flare
|
|
[mteg.flare]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the enderio mod.
|
|
[enderio]
|
|
|
|
#Spawning options for enderio:painted_sand
|
|
[enderio.painted_sand]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the gravestone mod.
|
|
[gravestone]
|
|
|
|
#Spawning options for gravestone:player_ghost
|
|
[gravestone.player_ghost]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the securitycraft mod.
|
|
[securitycraft]
|
|
|
|
#Spawning options for securitycraft:bouncingbetty
|
|
[securitycraft.bouncingbetty]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for securitycraft:imsbomb
|
|
[securitycraft.imsbomb]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for securitycraft:securitycamera
|
|
[securitycraft.securitycamera]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for securitycraft:sentry
|
|
[securitycraft.sentry]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for securitycraft:bullet
|
|
[securitycraft.bullet]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for securitycraft:security_sea_boat
|
|
[securitycraft.security_sea_boat]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the lootr mod.
|
|
[lootr]
|
|
|
|
#Spawning options for lootr:lootr_minecart
|
|
[lootr.lootr_minecart]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the quark mod.
|
|
[quark]
|
|
|
|
#Spawning options for quark:quark_boat
|
|
[quark.quark_boat]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:quark_chest_boat
|
|
[quark.quark_chest_boat]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:crab
|
|
[quark.crab]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:dyed_item_frame
|
|
[quark.dyed_item_frame]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:forgotten
|
|
[quark.forgotten]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:foxhound
|
|
[quark.foxhound]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:glass_frame
|
|
[quark.glass_frame]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:gravisand
|
|
[quark.gravisand]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:parrot_egg
|
|
[quark.parrot_egg]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:pickarang
|
|
[quark.pickarang]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:flamerang
|
|
[quark.flamerang]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:shiba
|
|
[quark.shiba]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:skull_pike
|
|
[quark.skull_pike]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:stoneling
|
|
[quark.stoneling]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:stool
|
|
[quark.stool]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:torch_arrow
|
|
[quark.torch_arrow]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:toretoise
|
|
[quark.toretoise]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:totem
|
|
[quark.totem]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:wraith
|
|
[quark.wraith]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for quark:soul_bead
|
|
[quark.soul_bead]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the artifacts mod.
|
|
[artifacts]
|
|
|
|
#Spawning options for artifacts:mimic
|
|
[artifacts.mimic]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the tacz mod.
|
|
[tacz]
|
|
|
|
#Spawning options for tacz:bullet
|
|
[tacz.bullet]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for tacz:target_minecart
|
|
[tacz.target_minecart]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the immersiveengineering mod.
|
|
[immersiveengineering]
|
|
|
|
#Spawning options for immersiveengineering:chemthrower_shot
|
|
[immersiveengineering.chemthrower_shot]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:fluorescent_tube
|
|
[immersiveengineering.fluorescent_tube]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:explosive
|
|
[immersiveengineering.explosive]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:railgun_shot
|
|
[immersiveengineering.railgun_shot]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:revolver_shot
|
|
[immersiveengineering.revolver_shot]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:revolver_shot_flare
|
|
[immersiveengineering.revolver_shot_flare]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:revolver_shot_homing
|
|
[immersiveengineering.revolver_shot_homing]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:skyline_hook
|
|
[immersiveengineering.skyline_hook]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:revolver_shot_wolfpack
|
|
[immersiveengineering.revolver_shot_wolfpack]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:cart_woodencrate
|
|
[immersiveengineering.cart_woodencrate]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:cart_reinforcedcrate
|
|
[immersiveengineering.cart_reinforcedcrate]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:cart_woodenbarrel
|
|
[immersiveengineering.cart_woodenbarrel]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:cart_metalbarrel
|
|
[immersiveengineering.cart_metalbarrel]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:sawblade
|
|
[immersiveengineering.sawblade]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:fusilier
|
|
[immersiveengineering.fusilier]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:commando
|
|
[immersiveengineering.commando]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for immersiveengineering:bulwark
|
|
[immersiveengineering.bulwark]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Options for the hordes mod.
|
|
[hordes]
|
|
|
|
#Spawning options for hordes:zombie_player
|
|
[hordes.zombie_player]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for hordes:husk_player
|
|
[hordes.husk_player]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|
|
#Spawning options for hordes:drowned_player
|
|
[hordes.drowned_player]
|
|
#Should the entity be allowed to spawn normally?
|
|
allowNormalSpawning = true
|
|
#Should spawners be able to spawn the entity?
|
|
allowSpawners = true
|
|
#Should spawn eggs be able to spawn the entity?
|
|
allowSpawnEggs = true
|
|
#Should the entity spawn via mob conversion? i.e. villager -> zombie
|
|
allowConversions = true
|
|
|