9 lines
No EOL
279 B
JavaScript
9 lines
No EOL
279 B
JavaScript
// priority: 0
|
|
"use strict";
|
|
|
|
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' })
|
|
} |