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:
parent
c94418447d
commit
cc4f15d6f7
8 changed files with 28 additions and 8 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue