Actually Additions

Actually Additions

66M Downloads

Server crash IndexOutOfBoundsException

yaroslav4167 opened this issue ยท 2 comments

commented

Server crash on startup.
Log
ActuallyAdditions-1.12.2-r136 Hotfix-7

commented

Have you done anything that would cause there to be no dustDiamond in the game? AA adds one, so its expected to exist.

commented

Yes, we deleted it. We create our own recipes.
Line in CraftTweaker script
<ore:dustDiamond>.remove(<actuallyadditions:item_dust:2>);
In the previous version (r135), there was no error.