quicksand!

This commit is contained in:
Pyritie 2025-08-26 00:30:17 +01:00
parent b9af2efc61
commit 348824d076
7 changed files with 79 additions and 3 deletions

View file

@ -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) => {

View file

@ -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) => {