Некоторая работа

This commit is contained in:
Dmitry 2023-12-29 19:37:56 +07:00
parent 2365381736
commit c327f7c0e7
6 changed files with 677 additions and 17 deletions

View file

@ -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')
}