20ChenM Posted November 6, 2020 Posted November 6, 2020 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? Quote
TheGreyGhost Posted November 7, 2020 Posted November 7, 2020 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 Quote
Draco18s Posted November 8, 2020 Posted November 8, 2020 *Clicks on the repo root* https://github.com/TheGreyGhost/MinecraftByExample *Glances at readme...* Quote 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.
20ChenM Posted November 8, 2020 Author Posted November 8, 2020 it seems to use some functions that have new names replacing them such func_230337_a_. what are the new names for these Quote
Draco18s Posted November 8, 2020 Posted November 8, 2020 You're looking at a SRG name, one that is autogenerated by the decompilation and deobfuscation process. Quote 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.
Recommended Posts
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.