soarer feather -> fletching
This commit is contained in:
parent
d7cccd77b4
commit
ea65369f9d
1 changed files with 13 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue