Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion kubejs/client_scripts/jei.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ onEvent('jei.hide.items', e => {
e.remove('integratedynamics:mechanical_drying_basin')

hideAlltheOre('tin')
hideAlltheOre('aluminum')
hideAlltheOre('uranium')
hideAlltheOre('platinum')
})
Expand All @@ -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')
})
})