Add Bags for Universal Composts (#3016)

* Add universal composts

* Update changelog
This commit is contained in:
Nebby 2026-02-09 15:14:24 -03:00 committed by GitHub
parent 3a3d502265
commit c8af187dcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 93 additions and 0 deletions

View file

@ -101,9 +101,20 @@ function registerTFGPrimitiveItems(event) {
// Universal compost items
event.create('tfg:universal_compost_browns')
.tag('tfc:compost_browns_low')
.translationKey('item.tfg.universal_compost_browns')
event.create('tfg:universal_compost_greens')
.tag('tfc:compost_greens_low')
.translationKey('item.tfg.universal_compost_greens')
// Universal compost bag items
event.create('tfg:universal_compost_browns_bag')
.tag('tfc:compost_browns_high')
.translationKey('item.tfg.universal_compost_browns_bag')
event.create('tfg:universal_compost_greens_bag')
.tag('tfc:compost_greens_high')
.translationKey('item.tfg.universal_compost_greens_bag')
// Etched Diamond Etching Tip
event.create('tfg:etching_diamond_tip')