Переписан CreateAdditions
This commit is contained in:
parent
85a49d22f5
commit
2365381736
5 changed files with 192 additions and 2 deletions
12
kubejs/client_scripts/mods/create_additions.js
Normal file
12
kubejs/client_scripts/mods/create_additions.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// priority: 0
|
||||
|
||||
const hideCreateAdditionsStuff = (event) => {
|
||||
global.CREATE_ADDITIONS_DISABLED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
}
|
||||
|
||||
const hideCreateAdditionsFluids = (event) => {
|
||||
event.hide('createaddition:seed_oil')
|
||||
event.hide('createaddition:bioethanol')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue