Некоторая работа
This commit is contained in:
parent
2365381736
commit
c327f7c0e7
6 changed files with 677 additions and 17 deletions
|
|
@ -4,4 +4,9 @@ const hideCreateStuff = (event) => {
|
|||
global.CREATE_DISABLED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
}
|
||||
|
||||
const hideCreateFluids = (event) => {
|
||||
event.hide('create:chocolate')
|
||||
event.hide('create:honey')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue