diff --git a/kubejs/client_scripts/jei.js b/kubejs/client_scripts/jei.js index cb2eba2..ec16f51 100644 --- a/kubejs/client_scripts/jei.js +++ b/kubejs/client_scripts/jei.js @@ -31,6 +31,7 @@ onEvent('jei.hide.items', e => { e.remove('integratedynamics:mechanical_drying_basin') hideAlltheOre('tin') + hideAlltheOre('aluminum') hideAlltheOre('uranium') hideAlltheOre('platinum') }) @@ -40,4 +41,4 @@ onEvent('jei.information', e => { e.add('kubejs:mundane_chestplate', 'A mundane chestplate, unable to wear. Its used as a crafting ingredient for AlltheModium Chestplate') e.add('kubejs:mundane_leggings', 'Mundane leggings, unable to wear. Its used as a crafting ingredient for AlltheModium Leggings') e.add('kubejs:mundane_boots', 'Mundane boots, unable to wear. Its used as a crafting ingredient for AlltheModium Boots') -}) \ No newline at end of file +})