More Hardwood work

This commit is contained in:
Nebby_G 2025-01-19 21:30:03 -03:00
parent 2731ac8de4
commit 9f9a9f229a
7 changed files with 84 additions and 1 deletions

View file

@ -0,0 +1,4 @@
const registerTFGRecipes = (event) =>
{
event.recipes.tfc.damage_inputs_shapeless_crafting(event.shapeless('4x tfg:hardwood_strip', ['#minecraft:axes', '#tfg:stripped_hardwood']))
}