fixed rabbit spawns

This commit is contained in:
Pyritie 2025-06-06 21:47:25 +01:00
parent 9a22f5ad71
commit 9ee86e8ecf

View file

@ -107,7 +107,7 @@ const registerAdAstraBlockTags = (event) => {
event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/dacite')
event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/dacite')
event.add('minecraft:rabbits_spawnable_on', 'ad_astra:moon_stone_replaceables')
event.add('minecraft:rabbits_spawnable_on', '#ad_astra:moon_stone_replaceables')
event.add('tfc:can_landslide', 'ad_astra:moon_sand')
event.add('tfc:can_landslide', 'ad_astra:mars_sand')