Реврайт готов
This commit is contained in:
parent
91c7141d18
commit
94a2d7af2e
54 changed files with 2452 additions and 1571 deletions
9
kubejs/client_scripts/mods/small_ships.js
Normal file
9
kubejs/client_scripts/mods/small_ships.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// priority: 0
|
||||
|
||||
const hideSmallShipsStuff = (event) => {
|
||||
global.VANILLA_WOOD_TYPES.forEach(woodTypeName => {
|
||||
global.SHIP_TYPES.forEach(shipTypeName => {
|
||||
event.hide(`smallships:${woodTypeName}_${shipTypeName}`)
|
||||
})
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue