he
This commit is contained in:
parent
3316ff56fb
commit
ca0e62300f
4 changed files with 45 additions and 13 deletions
23
kubejs/server_scripts/tfc/constants.js
Normal file
23
kubejs/server_scripts/tfc/constants.js
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
// 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'
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue