Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot craft items on SMP #13

Closed
ghost opened this issue Dec 19, 2012 · 7 comments
Closed

Cannot craft items on SMP #13

ghost opened this issue Dec 19, 2012 · 7 comments

Comments

@ghost
Copy link

ghost commented Dec 19, 2012

Easy Crafting is non-functional on SMP:

Using Forge Mod Loader version 4.5.65.500 on Minecraft 1.4.5.

Using Lepko-EasyCrafting 1.1.2.

The recipes are found, but when I click on the desired product, the cursor changes briefly (as if I could drag it) then reverts back to the standard "arrow cursor".

Edit: This is for custom items from other mods. I can craft vanilla minecraft items as expected.

@LepkoQQ
Copy link
Owner

LepkoQQ commented Dec 19, 2012

can you be more specific? what mods? what items?

@ghost
Copy link
Author

ghost commented Dec 19, 2012

I have tested with ONLY Meteor Mod and then ONLY Buildcraft. So it is not a mod-specific issue. (ie: Meteor Mod and EasyCrafting were the only mods installed.)

EasyCrafting works for mod items when I am playing a single player game.

@ghost
Copy link
Author

ghost commented Dec 19, 2012

I am attempting to track it down via jSwat right now.

The Buildcraft item was Golden Conductive Pipe.

@ghost
Copy link
Author

ghost commented Dec 19, 2012

PacketHandlerServer.java:46 calls:

EasyRecipe recipe = RecipeHelper.getValidRecipe(result, ingredients);

recipe is null for items from other mods.

@ghost
Copy link
Author

ghost commented Dec 19, 2012

It appears that setAllRecipes() in RecipeHelper.java is executing too soon on the server. It is executing before all the mods are loaded, which causes to to miss recipes.

@LepkoQQ
Copy link
Owner

LepkoQQ commented Dec 19, 2012

Thanks for looking in to it. I may have already fixed this in code on my end. Will double check before next release.

@LepkoQQ
Copy link
Owner

LepkoQQ commented Mar 22, 2013

This was related to my mod loading before all other mods registered all of their recipes. Should be fixed in upcoming 1.5 version

@LepkoQQ LepkoQQ closed this as completed Mar 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant