Ender Tweaker

Ender Tweaker

9M Downloads

Typo in the SoulBinder.addRecipe() documentation

MojiRS opened this issue ยท 0 comments

commented

Just a simple thing, but there are two int parameters for SoulBinder.addRecipe(), and the GitHub documentation says that the first one corresponds to xp and the second to energyCost, when it's actually the other way around.

For example:
SoulBinder.addRecipe(<enderio:item_material:53>, <enderio:item_material:55>, ["minecraft:villager"], 100000, 4);
https://i.imgur.com/SmsprEL.png