Skip to content

Commit

Permalink
hidden shears even harder #2073
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed May 1, 2021
1 parent 6ff49c0 commit a0aaf20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions kubejs/client_scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ const colors = [
];

var itemsToHide = [
'aiotbotania:livingwood_shears',
'aiotbotania:livingrock_shears',

'ars_nouveau:arcane_brick',
'ars_nouveau:arcane_ore',
'ars_nouveau:mana_gem_block',
Expand Down Expand Up @@ -399,5 +402,5 @@ const materialsToUnify = [
'starmetal'
];

const normalMode = global.packmode == 'normal';
const expertMode = global.packmode == 'expert';
const isNormalMode = packMode == 'normal';
const isExpertMode = packMode == 'expert';
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ const disabledItems = [
'abnormals_delight:willow_pantry',
'abnormals_delight:wisteria_pantry',

'aiotbotania:livingwood_shears',
'aiotbotania:livingrock_shears',

'aquaculture:wooden_fillet_knife',
'aquaculture:stone_fillet_knife',
'aquaculture:iron_fillet_knife',
Expand Down

0 comments on commit a0aaf20

Please sign in to comment.