#2759 more latex plants
This commit is contained in:
parent
785200eb9c
commit
bd1efd7d40
2 changed files with 43 additions and 37 deletions
|
|
@ -1,41 +1,5 @@
|
|||
"use strict";
|
||||
|
||||
const registerBeneathBlockTags = (event) => {
|
||||
|
||||
global.BENEATH_DISABLED_ITEMS.forEach(item => {
|
||||
event.removeAllTagsFrom(item)
|
||||
event.add('c:hidden_from_recipe_viewers', item)
|
||||
})
|
||||
|
||||
|
||||
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')
|
||||
|
||||
event.add('tfc:can_landslide', 'beneath:soul_clay')
|
||||
|
||||
event.remove('beneath:sparks_on_sulfur')
|
||||
|
||||
event.add('beneath:blackstone_decor', 'minecraft:blackstone');
|
||||
event.remove('beneath:blackstone')
|
||||
|
||||
event.remove('minecraft:leaves', 'beneath:wood/leaves/crimson')
|
||||
event.remove('minecraft:leaves', 'beneath:wood/leaves/warped')
|
||||
event.add('tfg:do_not_destroy_in_space', 'beneath:wood/leaves/crimson')
|
||||
event.add('tfg:do_not_destroy_in_space', 'beneath:wood/leaves/warped')
|
||||
|
||||
event.add('tfg:softwood', 'beneath:wood/log/crimson')
|
||||
event.add('tfg:softwood', 'beneath:wood/wood/crimson')
|
||||
event.add('tfg:stripped_softwood', 'beneath:wood/stripped_log/crimson')
|
||||
event.add('tfg:stripped_softwood', 'beneath:wood/stripped_wood/crimson')
|
||||
event.add('tfg:hardwood', 'beneath:wood/log/warped')
|
||||
event.add('tfg:hardwood', 'beneath:wood/wood/warped')
|
||||
event.add('tfg:stripped_hardwood', 'beneath:wood/stripped_log/warped')
|
||||
event.add('tfg:stripped_hardwood', 'beneath:wood/stripped_wood/warped')
|
||||
}
|
||||
|
||||
const registerBeneathItemTags = (event) => {
|
||||
|
||||
global.BENEATH_DISABLED_ITEMS.forEach(item => {
|
||||
|
|
@ -63,4 +27,44 @@ const registerBeneathItemTags = (event) => {
|
|||
event.add('tfg:do_not_destroy_in_space', 'beneath:wood/leaves/warped')
|
||||
event.add('tfc:sewing_tables', 'beneath:wood/sewing_table/crimson')
|
||||
event.add('tfc:sewing_tables', 'beneath:wood/sewing_table/warped')
|
||||
}
|
||||
|
||||
event.add('tfg:softwood', 'beneath:wood/log/crimson')
|
||||
event.add('tfg:softwood', 'beneath:wood/wood/crimson')
|
||||
event.add('tfg:stripped_softwood', 'beneath:wood/stripped_log/crimson')
|
||||
event.add('tfg:stripped_softwood', 'beneath:wood/stripped_wood/crimson')
|
||||
event.add('tfg:hardwood', 'beneath:wood/log/warped')
|
||||
event.add('tfg:hardwood', 'beneath:wood/wood/warped')
|
||||
event.add('tfg:stripped_hardwood', 'beneath:wood/stripped_log/warped')
|
||||
event.add('tfg:stripped_hardwood', 'beneath:wood/stripped_wood/warped')
|
||||
|
||||
event.add("tfg:rubber_plants", "beneath:gleamflower")
|
||||
event.add("tfg:rubber_plants", "beneath:burpflower")
|
||||
event.add("tfg:rubber_plants", "beneath:fools_funnel")
|
||||
}
|
||||
|
||||
const registerBeneathBlockTags = (event) => {
|
||||
|
||||
global.BENEATH_DISABLED_ITEMS.forEach(item => {
|
||||
event.removeAllTagsFrom(item)
|
||||
event.add('c:hidden_from_recipe_viewers', item)
|
||||
})
|
||||
|
||||
|
||||
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')
|
||||
|
||||
event.add('tfc:can_landslide', 'beneath:soul_clay')
|
||||
|
||||
event.remove('beneath:sparks_on_sulfur')
|
||||
|
||||
event.add('beneath:blackstone_decor', 'minecraft:blackstone');
|
||||
event.remove('beneath:blackstone')
|
||||
|
||||
event.remove('minecraft:leaves', 'beneath:wood/leaves/crimson')
|
||||
event.remove('minecraft:leaves', 'beneath:wood/leaves/warped')
|
||||
event.add('tfg:do_not_destroy_in_space', 'beneath:wood/leaves/crimson')
|
||||
event.add('tfg:do_not_destroy_in_space', 'beneath:wood/leaves/warped')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@ const registerMinecraftItemTags = (event) => {
|
|||
event.add('create:blaze_burner_fuel/regular', 'minecraft:coal')
|
||||
event.add('create:blaze_burner_fuel/regular', 'minecraft:charcoal')
|
||||
|
||||
event.add("tfg:rubber_plants", "minecraft:spore_blossom")
|
||||
|
||||
}
|
||||
|
||||
const registerMinecraftBlockTags = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue