Equivalent Exchange 3

Equivalent Exchange 3

2M Downloads

PlayerKnowledgeRegistry crashes

Han363 opened this issue ยท 2 comments

commented

on pre existing worlds everything i put into the Calcinator turns into ash
image

also this crash happened when i exited to menu
crash-2016-05-21_15.14.46-server.txt

commented

Azure and Verdant dust are being deprecated/phased out. The Calcinator now works on a probability function of how likely you are to get a piece of Minium Dust from the inputs you put in. The probability is roughly (value of the item you are calcining / value of minium dust).

Code for it is here: https://github.com/pahimar/Equivalent-Exchange-3/blob/master/src/main/java/com/pahimar/ee3/util/CalcinationHelper.java#L14-L32

As for the crash you experienced, that's a crash with the in progress research system rewrite. New builds this weekend should resolve it.

commented

Resolution:
b9d8e00