Jump to content

Recommended Posts

Posted

How would I go about creating a 5x5 crafting table? And how would I add recipes for it? The only tutorials I could find were on how to make another crafting table block, not a completely different block and GUI.

Posted

How would I go about creating a 5x5 crafting table? And how would I add recipes for it? The only tutorials I could find were on how to make another crafting table block, not a completely different block and GUI.

I may sound crazy for this, but BTW has a 4x4 block, so you could analyze that code..

Posted

I may sound crazy for this, but BTW has a 4x4 block, so you could analyze that code..

Blasphemer!!! Honestly though, there must be other mods that aren't so... Incompatible that you could look at.

Posted

Check out BlockWorkbench and ContainerWorkbench in the Minecraft source code. It looks like the grid size is abstracted enough that you change a few initialization values in the ContainerWorkbench constructor, then make a new crafting GUI for your new block. At worst you'll have to copy and modify the CraftingManager class to handle your recipes.

Posted

Check out BlockWorkbench and ContainerWorkbench in the Minecraft source code. It looks like the grid size is abstracted enough that you change a few initialization values in the ContainerWorkbench constructor, then make a new crafting GUI for your new block. At worst you'll have to copy and modify the CraftingManager class to handle your recipes.

Thank you! I never thought to look at the actual workbench code (silly me) as I assumed it was hard coded to be a 3x3.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...