give another use to small shards since the primitive guys like to drop them occasionally
This commit is contained in:
parent
34533fb9cd
commit
98d993bcb3
1 changed files with 10 additions and 0 deletions
|
|
@ -45,6 +45,16 @@ function registerTFGArrowRecipes(event) {
|
|||
C: 'tfg:fletching'
|
||||
}).id('tfg:shaped/arrow')
|
||||
|
||||
event.shaped('4x minecraft:arrow', [
|
||||
' A ',
|
||||
' B ',
|
||||
' C '
|
||||
], {
|
||||
A: 'primitive_creatures:tt_5',
|
||||
B: '#forge:rods/wooden',
|
||||
C: 'tfg:fletching'
|
||||
}).id('tfg:shaped/arrow')
|
||||
|
||||
// Wraptor feathers
|
||||
event.recipes.tfc.damage_inputs_shapeless_crafting(
|
||||
event.shapeless('4x tfg:fletching', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue