Posted November 6, 20204 yr I want to create something with one or 2 inputs and one output, sorta like a brewing stand. However, I have not been able to find any tutorials at all that give an in depth explanation that a noob like me could understand. Can sombody help explain to me how to make a custom crafting block?
November 7, 20204 yr Hi Try this example, it is quite close to what you want. If you then look at the vanilla crafting block, you should be able to figure the rest out. https://github.com/TheGreyGhost/MinecraftByExample/tree/master/src/main/java/minecraftbyexample/mbe31_inventory_furnace Cheers TGG
November 8, 20204 yr *Clicks on the repo root* https://github.com/TheGreyGhost/MinecraftByExample *Glances at readme...* Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
November 8, 20204 yr Author it seems to use some functions that have new names replacing them such func_230337_a_. what are the new names for these
November 8, 20204 yr You're looking at a SRG name, one that is autogenerated by the decompilation and deobfuscation process. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.