8 lines
No EOL
265 B
JavaScript
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' })
|
|
} |