Skip to content

Commit 1f2eabb

Browse files
committed
yeet op mifa stuff
1 parent e91c60b commit 1f2eabb

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

config/jei/blacklist.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,18 @@
7171
{"hide_mode":"WILDCARD","ingredient":{"ingredient":"mekanism:dirty_lead","type":"mekanism.api.chemical.ChemicalStack"}},
7272
{"hide_mode":"WILDCARD","ingredient":{"ingredient":"mekanism:clean_lead","type":"mekanism.api.chemical.ChemicalStack"}},
7373
{"hide_mode":"WILDCARD","ingredient":{"ingredient":"mekanism:dirty_uranium","type":"mekanism.api.chemical.ChemicalStack"}},
74-
{"hide_mode":"WILDCARD","ingredient":{"ingredient":"mekanism:clean_uranium","type":"mekanism.api.chemical.ChemicalStack"}}
74+
{"hide_mode":"WILDCARD","ingredient":{"ingredient":"mekanism:clean_uranium","type":"mekanism.api.chemical.ChemicalStack"}},
75+
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:efficiency_addon_5"},"type":"item_stack"}},
76+
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:efficiency_addon_6"},"type":"item_stack"}},
77+
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:efficiency_addon_7"},"type":"item_stack"}},
78+
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:efficiency_addon_8"},"type":"item_stack"}},
79+
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:processing_addon_5"},"type":"item_stack"}},
80+
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:processing_addon_6"},"type":"item_stack"}},
81+
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:processing_addon_7"},"type":"item_stack"}},
82+
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:processing_addon_8"},"type":"item_stack"}},
83+
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:speed_addon_5"},"type":"item_stack"}},
84+
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:speed_addon_6"},"type":"item_stack"}},
85+
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:speed_addon_7"},"type":"item_stack"}},
86+
{"hide_mode":"WILDCARD","ingredient":{"ingredient":{"id":"mifa:speed_addon_8"},"type":"item_stack"}}
87+
7588
]
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
2+
// 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.
3+
4+
ServerEvents.recipes(allthemods => {
5+
6+
allthemods.remove('mifa:efficiency_addon_5')
7+
allthemods.remove('mifa:efficiency_addon_6')
8+
allthemods.remove('mifa:efficiency_addon_7')
9+
allthemods.remove('mifa:efficiency_addon_8')
10+
11+
allthemods.remove('mifa:processing_addon_5')
12+
allthemods.remove('mifa:processing_addon_6')
13+
allthemods.remove('mifa:processing_addon_7')
14+
allthemods.remove('mifa:processing_addon_8')
15+
16+
allthemods.remove('mifa:speed_addon_5')
17+
allthemods.remove('mifa:speed_addon_6')
18+
allthemods.remove('mifa:speed_addon_7')
19+
allthemods.remove('mifa:speed_addon_8')
20+
})
21+
22+
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
23+
// 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 commit comments

Comments
 (0)