add missing ore item tags
This commit is contained in:
parent
ec64419623
commit
26aad81bdd
2 changed files with 2662 additions and 2661 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue