Cant start the game with both BetterStorage and EE3.
crafteverywhere opened this issue ยท 6 comments
Have reported it here:copygirl/BetterStorage#126
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate keys in mappings 1xitemStack[1337:0:tile.betterstorage.reinforcedLocker:net.mcft.copy.betterstorage.item.block.ItemLockable]=[ CORPOREAL:106652.8 ESSENTIA:19.2 ] and 1xitemStack[1337:0:tile.betterstorage.reinforcedLocker:net.mcft.copy.betterstorage.item.block.ItemLockable]=[ CORPOREAL:106652.8 ESSENTIA:19.2 ]
Also check crash report here:http://notepad.cc/waggomo17
Similar error here
#486
Yup, same case in BetterStorage. Multiple recipes that output item stacks that only differ in the NBT value.
Should be fixed now that I've added duplicate entry detection/prevention up the whazoo in EmcRegistry. Please test again with the current trunk