add missing ore item tags

This commit is contained in:
Gustavo 2025-08-09 09:56:54 +10:00
parent ec64419623
commit 26aad81bdd
2 changed files with 2662 additions and 2661 deletions

View file

@ -10,7 +10,6 @@ const registerBeneathBlockTags = (event) => {
event.add('forge:ores', 'beneath:ore/nether_cursecoal')
event.add('forge:ores', 'beneath:ore/blackstone_sylvite')
event.add('beneath:mushrooms', 'minecraft:red_mushroom')
event.add('beneath:mushrooms', 'minecraft:brown_mushroom')
event.add('beneath:poisonous_mushrooms', 'minecraft:red_mushroom')
@ -30,6 +29,8 @@ const registerBeneathItemTags = (event) => {
event.add('c:hidden_from_recipe_viewers', item)
})
event.add("forge:raw_materials/cursecoal", "beneath:cursecoal")
event.add("forge:raw_materials/sylvite", "tfc:ores/sylvite")
event.add('forge:ores', 'beneath:ore/nether_cursecoal')
event.add('forge:ores', 'beneath:ore/blackstone_sylvite')