fixed rabbit houses not spawning, put them in every biome but reduced the weight a bit

This commit is contained in:
Pyritie 2025-05-06 22:54:26 +01:00
parent 04f63f5a20
commit 17508a7091
3 changed files with 4 additions and 17 deletions

View file

@ -151,11 +151,10 @@ const registerAdAstraBiomeTags = (event) => {
event.add('tfg:has_structure/meteors', biome)
event.add('tfg:has_structure/cheese_ores', biome)
event.add('tfg:has_structure/moonbase', biome)
event.add('tfg:has_structure/moon_rabbit_houses', biome)
event.add('minecraft:spawns_gold_rabbits', biome)
event.add('minecraft:spawns_white_rabbits', biome)
})
event.add('tfg:has_structure/moon_rabbit_houses', 'tfg:lunar_plains')
}
const registerAdAstraEntityTypeTags = (event) => {