7 lines
No EOL
158 B
JavaScript
7 lines
No EOL
158 B
JavaScript
// priority: 0
|
|
|
|
const hideExtendedCraftingStuff = (event) => {
|
|
extendedCraftingItemsToHide.forEach(itemToHide => {
|
|
event.hide(itemToHide)
|
|
})
|
|
} |