fix #2197, cleaned up armor stand recipes

This commit is contained in:
Pyritie 2025-11-11 21:42:21 +00:00
parent 1908d3bf34
commit 0ba7c6cf7b
7 changed files with 39 additions and 1 deletions

View file

@ -157,6 +157,12 @@ const registerAdAstraItemTags = (event) => {
}
})
event.add('forge:smooth_stone_slab', 'ad_astra:polished_moon_stone_slab')
event.add('forge:smooth_stone_slab', 'ad_astra:polished_mars_stone_slab')
event.add('forge:smooth_stone_slab', 'ad_astra:polished_venus_stone_slab')
event.add('forge:smooth_stone_slab', 'ad_astra:polished_mercury_stone_slab')
event.add('forge:smooth_stone_slab', 'ad_astra:polished_glacio_stone_slab')
event.add('forge:smooth_stone_slab', 'ad_astra:polished_permafrost_slab')
}
const registerAdAstraBlockTags = (event) => {