remove 2 tags from moss carpets (#1849)
This commit is contained in:
parent
ee4d16a0bc
commit
6b8f1446e1
1 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,8 @@ const registerMinecraftItemTags = (event) => {
|
|||
event.add('tfc:compost_greens_high', 'minecraft:pearlescent_froglight')
|
||||
event.add('tfc:compost_greens_high', 'minecraft:verdant_froglight')
|
||||
event.add('tfc:compost_greens_high', 'minecraft:ochre_froglight')
|
||||
event.add('tfc:moss', 'minecraft:moss_carpet')
|
||||
//event.add('tfc:moss', 'minecraft:moss_carpet')
|
||||
event.remove('createaddition:plants', 'minecraft:moss_carpet')
|
||||
|
||||
event.add('tfc:colored_terracotta', 'minecraft:white_terracotta')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue