Improved Etched Accessibility (#1473)

* Feature.

* I did not forget about the changelog this time.

* Comply with Review

---------

Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Nebby 2025-07-29 11:30:57 -04:00 committed by GitHub
parent c94418447d
commit cc4f15d6f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 28 additions and 8 deletions

View file

@ -1010,4 +1010,13 @@ function registerTFGMiscellaneousRecipes(event) {
.duration(20)
.EUt(8)
})
// Etching Tip
event.recipes.tfc.damage_inputs_shapeless_crafting(event.recipes.minecraft.crafting_shapeless('tfg:etching_diamond_tip',[
'#forge:tools/hammers',
'#tfc:chisels',
'minecraft:diamond'
]));
event.replaceInput({ id: "minecraft:jukebox"}, 'minecraft:diamond', 'tfg:etching_diamond_tip');
}