neuralgia/kubejs/server_scripts/asticor_carts/recipes.js
2025-07-21 13:52:18 +10:00

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' })
}