Skip to content

Commit

Permalink
yeet op mifa stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Satherov committed Feb 17, 2025
1 parent e91c60b commit 1f2eabb
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
15 changes: 14 additions & 1 deletion config/jei/blacklist.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,18 @@
{"hide_mode":"WILDCARD","ingredient":{"ingredient":"mekanism:dirty_lead","type":"mekanism.api.chemical.ChemicalStack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":"mekanism:clean_lead","type":"mekanism.api.chemical.ChemicalStack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":"mekanism:dirty_uranium","type":"mekanism.api.chemical.ChemicalStack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":"mekanism:clean_uranium","type":"mekanism.api.chemical.ChemicalStack"}}
{"hide_mode":"WILDCARD","ingredient":{"ingredient":"mekanism:clean_uranium","type":"mekanism.api.chemical.ChemicalStack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:efficiency_addon_5"},"type":"item_stack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:efficiency_addon_6"},"type":"item_stack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:efficiency_addon_7"},"type":"item_stack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:efficiency_addon_8"},"type":"item_stack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:processing_addon_5"},"type":"item_stack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:processing_addon_6"},"type":"item_stack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:processing_addon_7"},"type":"item_stack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:processing_addon_8"},"type":"item_stack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:speed_addon_5"},"type":"item_stack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:speed_addon_6"},"type":"item_stack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:speed_addon_7"},"type":"item_stack"}},
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:speed_addon_8"},"type":"item_stack"}}

]
23 changes: 23 additions & 0 deletions kubejs/server_scripts/mods/mifa/recipes.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.

ServerEvents.recipes(allthemods => {

allthemods.remove('mifa:efficiency_addon_5')
allthemods.remove('mifa:efficiency_addon_6')
allthemods.remove('mifa:efficiency_addon_7')
allthemods.remove('mifa:efficiency_addon_8')

allthemods.remove('mifa:processing_addon_5')
allthemods.remove('mifa:processing_addon_6')
allthemods.remove('mifa:processing_addon_7')
allthemods.remove('mifa:processing_addon_8')

allthemods.remove('mifa:speed_addon_5')
allthemods.remove('mifa:speed_addon_6')
allthemods.remove('mifa:speed_addon_7')
allthemods.remove('mifa:speed_addon_8')
})

// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.

0 comments on commit 1f2eabb

Please sign in to comment.