Posted December 16, 201410 yr So this year I decided to go with a home made Christmas present for my little brother. The problem I am having is coming from the custom 5x5 crafting table I have began creating. It renders beautifully in-game but when you right click it for the GUI to come up the game crashes. Any help that can be offered on this would be much appreciated . At this point I have been trying to fix this error for about 3 days with no success. Honestly it would be cool to just have it open up the vanilla minecraft crafting table GUI instead. Crash Error Log: http://pastebin.com/7AE49vHJ Main mod file: http://pastebin.com/MMb12ceE Custom Table Block: http://pastebin.com/hmET8CNy Container Class: http://pastebin.com/TRZ62LxU TileEntity Class: http://pastebin.com/GiemhN5a Client Proxy Class: http://pastebin.com/fJXxhQPH
December 16, 201410 yr WorkSurfaceShapedRecipes doesn't easily convert to IRecipe. Make it do so. [shadow=gray,left][glow=red,2,300]KEEGAN[/glow][/shadow]
December 16, 201410 yr Author How do you mean? ex: the "S", "S", "S", ) add recipe method in my crafting manager?
December 16, 201410 yr Author actually after some tinkering I think I may have fixed that issue I am now faced with this error http://pastebin.com/kjbGHsmp saying that ContainerWorkSurface cannot be cast to GuiScreen. I'm not sure how I would reference that in containerWorkSurface
December 16, 201410 yr I'm just gonna ask - do you know the difference between Container and Gui? 1st of all - you don't have Gui or you didn't provided one (code). 2nd - Where is your GuiHandler? 3rd - Gui is for client, container is for server, GuiHandler is the thing that points out which one minecraft shoud use (container on server and gui on client). 1.7.10 is no longer supported by forge, you are on your own.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.