Loottables broken if JEI and JER and EnderIO or Railcraft are installed with verison 0.1.2 of LT
ElectroBot opened this issue ยท 5 comments
If the mods are installed below (LT, JEI, JER and either Railcraft or EnderIO/EnderCore [not sure about other mods instead of RC/EIO, but adding more mods still causes this]) and the following script is used (which worked in LT version 0.0.10):
import loottweaker.vanilla.loot.LootTables; LootTables.getTable("minecraft:chests/desert_pyramid").getPool("pool1").removeEntry("minecraft:gunpowder");
Then the desert pyramid chest will still have gunpowder (usually = chance) /setblock ~ ~ ~ minecraft:chest 1 0 {LootTable:"chests/desert_pyramid"}
The /ct loottables all
command will also dump the desert_pyramid loottable with gunpowder in it.
MC: 1.12.2
Forge: 14.23.5.2847
Crafttweaker: 1.12-4.1.19
Loottweaker: 0.1.2
JEI: 1.12.2-4.15.0.292
JER: 1.12.2-0.9.2.60
EITHER Railcraft: 12.0.0
OR EnderIO: 1.12.2-5.1.52
AND EnderCore: 1.12.2-0.5.73
After updating to 0.1.2 myself and encountering this, one thing I noticed that isn't mentioned here: it's only affecting the loot tables which JER actually displays. I was able to modify other loot tables successfully (namely ones from blue skies and aether legacy)