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
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue