Skip to content

Commit

Permalink
hide aquaculture knives, there are better alternatives #314
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Dec 15, 2022
1 parent 5d263e9 commit 274c8f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion kubejs/client_scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@ const disabledItems = [
'mekanism:basic_combining_factory',
'mekanism:advanced_combining_factory',
'mekanism:elite_combining_factory',
'mekanism:ultimate_combining_factory'
'mekanism:ultimate_combining_factory',
'aquaculture:wooden_fillet_knife',
'aquaculture:stone_fillet_knife',
'aquaculture:iron_fillet_knife',
'aquaculture:gold_fillet_knife',
'aquaculture:diamond_fillet_knife'
];

const categoriesToHide = ['twilightforest:uncrafting'];
2 changes: 1 addition & 1 deletion kubejs/server_scripts/base/recipes/remove.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
onEvent('recipes', (event) => {
const removals = {
byType: ['mekanism:combining'],
byId: [],
byId: [/aquaculture:\w+_fillet_knife$/],
byOutput: [],
byMod: [],
byInput: []
Expand Down

0 comments on commit 274c8f9

Please sign in to comment.