Feature/new greens and browns (#2653)

* New greens and browns

* huh

* Revert "huh"

This reverts commit 75d84143c447f8c3eba8efbbaabfc693de7510e6.

* huh
This commit is contained in:
Inceitious 2026-01-08 02:03:12 +08:00 committed by GitHub
parent fddf28c13a
commit 11544b1cce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 298 additions and 290 deletions

View file

@ -44,6 +44,9 @@ function registerGTCEUItemTags(event) {
// @ts-expect-error According to KJS docs adding tags to tags is supported.
event.add("gtceu:molds", "#gtceu:casting_molds", "#gtceu:extruder_molds", "gtceu:empty_mold");
//greens
event.add('tfc:compost_greens', 'gtceu:bio_chaff');
event.add('tfc:compost_greens', 'gtceu:plant_ball');
}
/** @param {TagEvent.Block} event */