turns out this doesn't work with landslides very well
This commit is contained in:
parent
348824d076
commit
02854ea929
2 changed files with 1 additions and 9 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue