turns out this doesn't work with landslides very well

This commit is contained in:
Pyritie 2025-08-26 01:01:47 +01:00
parent 348824d076
commit 02854ea929
2 changed files with 1 additions and 9 deletions

View file

@ -46,12 +46,7 @@ const registerWABRecipes = (event) => {
.itemOutputs('4x tfg:fletching')
.duration(20)
.circuit(4)
.EUt(GTValues.VA[GTValues.ULV])
event.recipes.tfc.landslide('wan_ancient_beasts:quick_red_sand', 'wan_ancient_beasts:quick_red_sand')
event.recipes.tfc.landslide('wan_ancient_beasts:quick_sand', 'wan_ancient_beasts:quick_sand')
.EUt(GTValues.VA[GTValues.ULV])
}
const registerWABFoodData = (event) => {

View file

@ -5,9 +5,6 @@ const registerWABBlockTags = (event) => {
event.removeAllTagsFrom(block)
event.add('c:hidden_from_recipe_viewers', block)
})
event.add('tfc:can_landslide', 'wan_ancient_beasts:quick_red_sand')
event.add('tfc:can_landslide', 'wan_ancient_beasts:quick_sand')
}
const registerWABItemTags = (event) => {