14 lines
425 B
JavaScript
14 lines
425 B
JavaScript
ServerEvents.recipes(e => {
|
|
removeRecipeByID(e, [
|
|
'enigmaticlegacy:etherium_helmet',
|
|
'enigmaticlegacy:etherium_chestplate',
|
|
'enigmaticlegacy:etherium_leggings',
|
|
'enigmaticlegacy:etherium_boots',
|
|
'enigmaticlegacy:etherium_pickaxe',
|
|
'enigmaticlegacy:etherium_shovel',
|
|
'enigmaticlegacy:etherium_axe',
|
|
'enigmaticlegacy:etherium_sword',
|
|
'enigmaticlegacy:etherium_scythe'
|
|
])
|
|
})
|