Universal compost items (#1451)

* Added universal compost

* Universal compost changes from comments
This commit is contained in:
Vazde 2025-07-27 19:21:26 +03:00 committed by GitHub
parent b6fc3e9fee
commit b59a4e8136
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 56 additions and 3 deletions

View file

@ -353,7 +353,12 @@ const registerTFGItems = (event) => {
event.create('tfg:rocket_cone_t2')
.translationKey('tfg:rocket_cone_t2')
//endregion
//#region Universal compost items
event.create('tfg:universal_compost_browns')
.tag('tfc:compost_browns_low')
event.create('tfg:universal_compost_greens')
.tag('tfc:compost_greens_low')
//#endregion
}