6 lines
139 B
Text
6 lines
139 B
Text
|
for i in loadedMods["contenttweaker"].items {
|
||
|
if (i.definition.name.contains("internal")) {
|
||
|
mods.jei.JEI.hide(i);
|
||
|
}
|
||
|
}
|