finish small ships

This commit is contained in:
Dmitry 2023-12-11 07:46:18 +07:00
parent 4de88400ea
commit 0e102bd39a
4 changed files with 51 additions and 7 deletions

View file

@ -1,7 +1,37 @@
// 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"
'cog',
'brigg',
'galley'
];