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

@ -407,6 +407,11 @@ function registerTFCItemTags(event) {
event.add('tfc:knives', 'tfc:stone/knife/metamorphic')
event.add('tfc:knives', 'tfc:stone/knife/igneous_intrusive')
event.add('tfc:knives', 'tfc:stone/knife/igneous_extrusive')
//greens and browns
event.remove('tfc:compost_browns_low', '#tfc:fallen_leaves')
event.add('tfc:compost_greens_low', '#tfc:fallen_leaves')
event.add('tfc:compost_greens_low', '#minecraft:leaves')
}
/** @param {TagEvent.Block} event */