You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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