Feature/new greens and browns (#2653)
* New greens and browns * huh * Revert "huh" This reverts commit 75d84143c447f8c3eba8efbbaabfc693de7510e6. * huh
This commit is contained in:
parent
fddf28c13a
commit
11544b1cce
4 changed files with 298 additions and 290 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue