CraftTweaker

CraftTweaker

151M Downloads

Client-side crash with Crafttweaker on Server and Client

Redlotus99 opened this issue · 5 comments

commented

I recently installed Crafttweaker on my server and had no issues with the server. Once I installed Crafttweaker on my client and launched it the client crashes.

The crash log is here: http://pastebin.com/0pXPrhJ4

I am running about 100 mods and all of them work fine without Crafttweaker in. It looks like there is some sort of issue with Enchiridion from what I can tell.

Any help would be greatly appreciated.

commented

You seem to use minetweaker for Minecraft 1.10, while enchiridon compiled for 1.9.4 use specific Non-API functions from minetweaker 1.9.4.
@joshiejack you should only ose the minetweaker API
@jaredlll08 we should improve the API; and have you an idea why stan has different package names for different Minecraft versions (minetweaker.mc19.recipes.ShapedRecipeAdvanced vs. minetweaker.mc110.recipes.ShapedRecipeAdvanced) ?

commented

The reason that the package names are different is because it is easier to
identify what version a person is using
On Jul 8, 2016 12:50 PM, "Tobias Wohlfarth" [email protected]
wrote:

You seem to use minetweaker for Minecraft 1.10, while enchiridon compiled
for 1.9.4 use specific Non-API functions from minetweaker 1.9.4.
@joshiejack https://github.com/joshiejack you should only ose the
minetweaker API
@jaredlll08 https://github.com/jaredlll08 we should improve the API;
and have you an idea why stan has different package names for different
Minecraft versions (minetweaker.mc19.recipes.ShapedRecipeAdvanced vs.
minetweaker.mc110.recipes.ShapedRecipeAdvanced) ?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/jaredlll08/CraftTweaker/issues/29#issuecomment-231331499,
or mute the thread
https://github.com/notifications/unsubscribe/AFS9xaRQgRdDv03Yrkk_eMy4cEDYprzWks5qTiuLgaJpZM4JHs0K
.

commented

@Voidi I can't.

Guess I need to update ench.

commented

Thanks for the help. Glad that everyone that needs to be aware of the issue knows about it.

commented

For reference why I'm doing that, is I need access to the recipe class itself, to add support for the recipes to display in my books. Which I don't think would even be a viable thing in the api. Since that's non version specific. I can easily make mine support the 1.9 and 1.10 versions though so it's not an issue.