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

@ -1,6 +1,10 @@
// priority: 0
"use strict";
/**
*
* @param {Registry.Item} event
*/
const registerTFGItems = (event) => {
registerTFGDeprecatedItems(event)
@ -361,4 +365,9 @@ const registerTFGItems = (event) => {
event.create('tfg:universal_compost_greens')
.tag('tfc:compost_greens_low')
//#endregion
//#region Etched Diamond Etching Tip
event.create('tfg:etching_diamond_tip')
.translationKey("item.tfg.etching_diamond_tip")
//#endregion
}