neuralgia/kubejs/server_scripts/asticor_carts/recipes.js
2024-02-04 17:33:35 +07:00

8 lines
No EOL
265 B
JavaScript

// priority: 0
const registerAsticorCartsRecipes = (event) => {
event.remove({ id: 'astikorcarts:animal_cart' })
event.remove({ id: 'astikorcarts:supply_cart' })
event.remove({ id: 'astikorcarts:plow' })
event.remove({ id: 'astikorcarts:wheel' })
}