23 lines
477 B
JavaScript
23 lines
477 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'
|
|
]
|