delete sylvite

This commit is contained in:
Pyritie 2026-01-21 23:30:13 +00:00
parent f93e33ab8e
commit 48d2e0b479
81 changed files with 2576 additions and 2476 deletions

View file

@ -36,6 +36,7 @@ const registerBeneathRecipes = (event) => {
event.remove({ id: 'beneath:crafting/wood/warped_lumber_log' })
event.remove({ id: 'beneath:crafting/wood/warped_lumber_planks' })
event.remove({ id: 'beneath:crafting/wood/warped_slab_undo' })
event.remove({ id: 'beneath:crafting/ancient_altar' })
event.shaped('beneath:unposter', [
'ABA',

View file

@ -8,9 +8,7 @@ const registerBeneathItemTags = (event) => {
})
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')
event.add('forge:mushrooms', '#beneath:mushrooms')
@ -55,7 +53,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')

View file

@ -406,7 +406,6 @@ function registerTFCItemTags(event) {
event.add("tfc:forge_invisible_whitelist", "greate:titanium_mechanical_pump");
event.add("forge:mushrooms", "tfc:plant/artists_conk");
event.add("forge:raw_materials/sylvite", "tfc:ore/sylvite");
event.add("tfc:any_knapping", "#tfc:pit_kiln_straw");
event.add("tfg:burlap_fiber", "tfc:jute_fiber");

View file

@ -160,7 +160,6 @@ const registerTFGOreVeinFeatures = (event) => {
event.add('tfg:nether_veins', 'tfg:nether/vein/nether_silver')
event.add('tfg:nether_veins', 'tfg:nether/vein/nether_sphalerite')
event.add('tfg:nether_veins', 'tfg:nether/vein/nether_sulfur')
event.add('tfg:nether_veins', 'tfg:nether/vein/nether_sylvite')
event.add('tfg:nether_veins', 'tfg:nether/vein/nether_tetrahedrite')
event.add('tfg:nether_veins', 'tfg:nether/vein/nether_topaz')