и еще рецепты
This commit is contained in:
parent
a9103115c4
commit
78b98c3690
14 changed files with 84 additions and 2 deletions
1
kubejs/client_scripts/smallShips/constants.js
Normal file
1
kubejs/client_scripts/smallShips/constants.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
// priority: 199
|
||||
9
kubejs/client_scripts/smallShips/rei.js
Normal file
9
kubejs/client_scripts/smallShips/rei.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// priority: 0
|
||||
|
||||
const hideSmallShipsStuff = (event) => {
|
||||
global.vanillaWoodTypes.forEach(woodTypeName => {
|
||||
global.shipTypes.forEach(shipTypeName => {
|
||||
event.hide(`smallships:${woodTypeName}_${shipTypeName}`)
|
||||
})
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue