-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
can you be more specific? what mods? what items? |
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. |
I am attempting to track it down via jSwat right now. The Buildcraft item was Golden Conductive Pipe. |
PacketHandlerServer.java:46 calls:
recipe is null for items from other mods. |
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. |
Thanks for looking in to it. I may have already fixed this in code on my end. Will double check before next release. |
This was related to my mod loading before all other mods registered all of their recipes. Should be fixed in upcoming 1.5 version |
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.
The text was updated successfully, but these errors were encountered: