soarer feather -> fletching

This commit is contained in:
Pyritie 2025-08-25 17:56:42 +01:00
parent d7cccd77b4
commit ea65369f9d

View file

@ -34,7 +34,19 @@ const registerWABRecipes = (event) => {
.itemOutputs('32x #forge:dusts/bone')
.duration(400)
.EUt(30)
event.recipes.tfc.damage_inputs_shapeless_crafting(
event.shapeless('4x tfg:fletching', [
'wan_ancient_beasts:glider_feather',
'#forge:tools/knives'
]).id('tfg:shapeless/fletching'))
event.recipes.gtceu.assembler('tfg:assembler/fletching')
.itemInputs('1x wan_ancient_beasts:glider_feather')
.itemOutputs('4x tfg:fletching')
.duration(20)
.circuit(4)
.EUt(GTValues.VA[GTValues.ULV])
}
const registerWABFoodData = (event) => {