diff --git a/kubejs/server_scripts/wan_ancient_beasts/recipes.js b/kubejs/server_scripts/wan_ancient_beasts/recipes.js index ad8dab735..143097b65 100644 --- a/kubejs/server_scripts/wan_ancient_beasts/recipes.js +++ b/kubejs/server_scripts/wan_ancient_beasts/recipes.js @@ -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) => { diff --git a/kubejs/server_scripts/wan_ancient_beasts/tags.js b/kubejs/server_scripts/wan_ancient_beasts/tags.js index e9e91294b..390e92127 100644 --- a/kubejs/server_scripts/wan_ancient_beasts/tags.js +++ b/kubejs/server_scripts/wan_ancient_beasts/tags.js @@ -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) => {