VoltzEngine-Project / Engine

Minecraft modding core lib
Other
13 stars 11 forks source link

Voltz Engine Error on Launch #107

Closed Sunboyz21 closed 6 years ago

Sunboyz21 commented 6 years ago

Minecraft Version:

DarkGuardsman commented 6 years ago

java.lang.NoSuchMethodError: com.builtbroken.mc.framework.json.loading.JsonLoader.addConverter(Lcom/builtbroken/mc/framework/json/conversion/JsonConverter;)V at com.builtbroken.armory.Armory.loadJsonContentHandlers(Armory.java:114) ~[Armory.class:1.7.10-0.7.4b132]

I think someone reported something like this before. Issue turned out to be not running correct VE for the armory version. Best way to do this is to download the alpha of each.

https://minecraft.curseforge.com/projects/the-armory/files/2579093

Sunboyz21 commented 6 years ago

That did the trick, thanks so much for the fast reply!