Wroclaw
2d1a2f14e5
Item placing on the ground is added by Draconic Evolution, I used a janky way to setblock generated indicator to that tile. That tile needs nbt so I had to set a block using execute as setblock command, which is bad, because it spams logs and operators chat
5 lines
139 B
Text
5 lines
139 B
Text
for i in loadedMods["contenttweaker"].items {
|
|
if (i.definition.name.contains("internal")) {
|
|
mods.jei.JEI.hide(i);
|
|
}
|
|
}
|