и еще подчистил
This commit is contained in:
parent
f985773719
commit
a0cf0b1acc
4 changed files with 10 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
// priority: 199
|
// priority: 199
|
||||||
|
|
||||||
const sophisticatedbackpacksItemsToHide = [
|
const SBItemsToHide = [
|
||||||
'sophisticatedbackpacks:inception_upgrade',
|
'sophisticatedbackpacks:inception_upgrade',
|
||||||
'sophisticatedbackpacks:smelting_upgrade',
|
'sophisticatedbackpacks:smelting_upgrade',
|
||||||
'sophisticatedbackpacks:auto_smelting_upgrade',
|
'sophisticatedbackpacks:auto_smelting_upgrade',
|
||||||
7
kubejs/client_scripts/sb/rei.js
Normal file
7
kubejs/client_scripts/sb/rei.js
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
// priority: 0
|
||||||
|
|
||||||
|
const hideSBStuff = (event) => {
|
||||||
|
SBItemsToHide.forEach(itemToHide => {
|
||||||
|
event.hide(itemToHide)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
// priority: 0
|
|
||||||
|
|
||||||
const hideSophisticatedBackpacksStuff = (event) => {
|
|
||||||
sophisticatedbackpacksItemsToHide.forEach(itemToHide => {
|
|
||||||
event.hide(itemToHide)
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
@ -76,12 +76,12 @@ ItemEvents.rightClicked(event => {
|
||||||
// Wax Scrapping
|
// Wax Scrapping
|
||||||
else if (false)
|
else if (false)
|
||||||
{
|
{
|
||||||
|
// todo
|
||||||
}
|
}
|
||||||
// Scrap Scrapping
|
// Scrap Scrapping
|
||||||
else if (false)
|
else if (false)
|
||||||
{
|
{
|
||||||
|
// todo
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
Loading…
Add table
Add a link
Reference in a new issue