This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/kubejs/server_scripts/recipes/material_elements.js
2023-11-02 12:32:44 -05:00

9 lines
327 B
JavaScript

ServerEvents.recipes(e => {
e.shapeless(Item.of('material_elements:leather_sheet'), ['#forge:leather', '#forge:leather', '#forge:string', '#material_elements:leather_cutters'])
removeRecipeByID(e, [
'material_elements:leather/leather_sheet_from_leather',
'material_elements:leather/leather_shears'
])
})