Fellies/kubejs/client_scripts/item_modifiers/constants.js

20 lines
509 B
JavaScript
Raw Normal View History

2021-01-24 16:10:27 +00:00
var itemsToHide = [
'ars_nouveau:arcane_brick',
'ars_nouveau:arcane_ore',
'immersiveengineering:dust_saltpeter',
'immersiveengineering:dust_wood',
'morevanillalib:obsidian_shard',
'powah:uraninite_ore',
'powah:uraninite_ore_dense',
'powah:uraninite_ore_poor',
'powah:uraninite_raw',
'powah:uraninite_raw_dense',
'powah:uraninite_raw_poor',
'quark:biotite',
'quark:biotite_ore',
'thermal:coal_coke',
'thermal:coal_coke_block',
'thermal:ender_pearl_dust',
'thermal:sawdust'
];