val JA = mods.jaopca.JAOPCA.getOre("Aluminium");
print("extraName: "~JA.extraName);
print("secondExtraName: "~JA.secondExtraName);
print("thirdExtraName: "~JA.thirdExtraName);
Log output:
extraName: Iron
secondExtraName: Aquamarine
thirdExtraName: Aquamarine
You can see here, secondExtraName and thirdExtraName is equals, but third should be Sapphire.
Second problem that (?)extra always returning same OreEntry.
Another prints in crafttweaker.log:
JAOPCA version:
2.2.8.105
OreEntry.thirdExtraName
returns wrong result.My config:
ZenScript code:
Log output:
You can see here,
secondExtraName
andthirdExtraName
is equals, but third should beSapphire
.Second problem that
(?)extra
always returning same OreEntry.Another prints in crafttweaker.log: