fixes
This commit is contained in:
parent
1692d1a3f6
commit
a923cad437
7 changed files with 82 additions and 23 deletions
8
kubejs/startup_scripts/asticor_carts/constants.js
Normal file
8
kubejs/startup_scripts/asticor_carts/constants.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// priority: 0
|
||||
|
||||
global.ASTICOR_CARTS_DISABLED_ITEMS = [
|
||||
'astikorcarts:animal_cart',
|
||||
'astikorcarts:supply_cart',
|
||||
'astikorcarts:plow',
|
||||
'astikorcarts:wheel'
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue