neuralgia/kubejs/startup_scripts/small_ships/constants.js
2023-12-11 07:46:18 +07:00

37 lines
No EOL
972 B
JavaScript

// priority: 0
global.SMALL_SHIPS_DISABLED_ITEMS = [
'smallships:oak_cog',
'smallships:oak_brigg',
'smallships:oak_galley',
'smallships:spruce_cog',
'smallships:spruce_brigg',
'smallships:spruce_galley',
'smallships:birch_cog',
'smallships:birch_brigg',
'smallships:birch_galley',
'smallships:jungle_cog',
'smallships:jungle_brigg',
'smallships:jungle_galley',
'smallships:acacia_cog',
'smallships:acacia_brigg',
'smallships:acacia_galley',
'smallships:cherry_cog',
'smallships:cherry_brigg',
'smallships:cherry_galley',
'smallships:dark_oak_cog',
'smallships:dark_oak_brigg',
'smallships:dark_oak_galley',
'smallships:mangrove_cog',
'smallships:mangrove_brigg',
'smallships:mangrove_galley',
'smallships:bamboo_cog',
'smallships:bamboo_brigg',
'smallships:bamboo_galley'
];
global.SHIP_TYPES = [
'cog',
'brigg',
'galley'
];