Closed SirFancyBacon closed 4 years ago
Thanks, we will look into it
Did you have any Brawlator log within the console that could be related?
I managed to get some brawlator mobs to spawn instead of the natural ones, so there must be something that differs
monsters=[
{
damage=1.0
hp=50.0
knockbackResistance=1
name="Sandstorm Crusader"
speed=1.0
type=skeleton,
pools=["table1","table3"]
naturalSpawn={
probability = 1
biomeType = "minecraft:extreme_hills"
maxHeight = 120
}
equipments = {
offHand : {name : "bow"}
mainHand : {ref : "barbarian_axe"}
head : {name : "golden_helmet"}
chest : {name : "leather_chestplate"}
legs : {name : "diamond_leggings"}
foot : {name : "iron_boots"}
}
additional = [
{
__class__ : com.onaple.brawlator.plugins.ExperienceThirdParty
experience : 10
}
]
},
{
damage=1.0
hp=5.0
knockbackResistance=1
name="Humanity leftover"
speed=1.0
type=zombie
pools=[table3]
experience=200
naturalSpawn={
probability = 1
biomeType = "minecraft:extreme_hills"
maxHeight = 120
}
},
{
damage=1.0
hp=4.0
knockbackResistance=6
name="MisterPig"
speed=1.0
type=pig
pools=[table1,table2]
naturalSpawn={
probability = 1d
biomeType = "minecraft:extreme_hills"
maxHeight = 100
}
}
]
Using that config, I saw custom zombies and skeletons replacing the regular ones in the "Extreme Hills" biome (but not in the "ExtremeHills+M" biome)
PS: We are now up to date with the release system, so the README label is now the last version
I see what the issue is then, I don't have the biomeType defined, Is there a way to do it globally?
I'd like some mobs to spawn anywhere that isn't explicitly defined, but if it is defined i want those to spawn instead.
With the current plugin version I don't think there is, but it is something we could add
I'm closing this issue in favor of #8
Plugin Version: 1.2 Sponge Version: Vanilla 7.2.3 (stable) Forge Version (as applicable): N/A Last known working version: 0.2 (previous release)
Problem Description: Natural Spawn setting no longer functions
Steps to Recreate: Enable natural spawn set the time to night and wait for mobs to spawn, only vanilla mobs will spawn; not Brawlator ones