8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
|
ServerEvents.recipes(e => {
|
||
|
|
||
|
removeRecipeByID(e, [
|
||
|
'mutantmonsters:mutant_skeleton_chestplate',
|
||
|
'mutantmonsters:mutant_skeleton_leggings'
|
||
|
])
|
||
|
})
|