quicksand!
This commit is contained in:
parent
b9af2efc61
commit
348824d076
7 changed files with 79 additions and 3 deletions
|
|
@ -47,6 +47,11 @@ const registerWABRecipes = (event) => {
|
|||
.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')
|
||||
}
|
||||
|
||||
const registerWABFoodData = (event) => {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@ 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