Update constants.js

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
This commit is contained in:
Redeix 2025-04-25 11:33:06 -05:00 committed by GitHub
parent 58fce401ff
commit cd1292ca69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -184,42 +184,3 @@ global.ORE_BEARING_STONES = [
'dripstone'
];
global.GTCEU_GEM_TYPES = [
'almandine',
'andradite',
'blue_topaz',
'cinnabar',
'coal',
'diamond',
'emerald',
'green_sapphire',
'grossular',
'rutile',
'lazurite',
'pyrope',
'rock_salt',
'ruby',
'salt',
'sapphire',
'sodalite',
'coke',
'spessartine',
'topaz',
'uvarovite',
'nether_quartz',
'certus_quartz',
'quartzite',
'realgar',
'malachite',
'glass',
'olivine',
'opal',
'amethyst',
// 'echo_shard', disabled
'lapis',
'apatite',
'red_garnet',
'yellow_garnet',
'monazite',
'rose_quartz'
];