26 lines
532 B
JavaScript
26 lines
532 B
JavaScript
// priority: 0
|
|
|
|
const removeAllTagsItems = [
|
|
'tfc:ore/amethyst',
|
|
'tfc:ore/diamond',
|
|
'tfc:ore/lapis_lazuli',
|
|
'tfc:ore/emerald',
|
|
'tfc:ore/pyrite',
|
|
'tfc:ore/opal',
|
|
'tfc:ore/ruby',
|
|
'tfc:ore/sapphire',
|
|
'tfc:ore/topaz',
|
|
|
|
'tfc:gem/amethyst',
|
|
'tfc:gem/diamond',
|
|
'tfc:gem/lapis_lazuli',
|
|
'tfc:gem/emerald',
|
|
'tfc:gem/pyrite',
|
|
'tfc:gem/opal',
|
|
'tfc:gem/ruby',
|
|
'tfc:gem/sapphire',
|
|
'tfc:gem/topaz',
|
|
|
|
'tfc:ore/bituminous_coal',
|
|
'tfc:ore/lignite'
|
|
]
|