Posted December 8, 20168 yr Im looking for a tinkers construct tutorial kinda book. Ive done a bit of searching online but couldnt find anything specific enough for my needs. Im struggling to decode the github for tc as well.
December 8, 20168 yr Make a book, make a gui. Make right click open the gui. Finally add content ie pages to the gui. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
December 9, 20168 yr Its really Simple, GuiHandler, and make a Gui, and code the stuff into that, then create an item, and make it onItemRightClick open the gui. I suggest taking a look at: http://bedrockminer.jimdo.com/modding-tutorials/advanced-modding/gui-handler/ for the GuiHandler and then you want to look at GuiScreen without Inventory to see how to do the gui: http://bedrockminer.jimdo.com/modding-tutorials/advanced-modding/gui-screen/ i'd also recommend taking a look at vazkii's gui from PSI as an example of how its done, https://github.com/Vazkii/Psi/blob/master/src/main/java/vazkii/psi/client/gui/GuiIntroduction.java
December 9, 20168 yr Its really Simple, GuiHandler, and make a Gui, and code the stuff into that, then create an item, and make it onItemRightClick open the gui. I suggest taking a look at: http://bedrockminer.jimdo.com/modding-tutorials/advanced-modding/gui-handler/ for the GuiHandler and then you want to look at GuiScreen without Inventory to see how to do the gui: http://bedrockminer.jimdo.com/modding-tutorials/advanced-modding/gui-screen/ i'd also recommend taking a look at vazkii's gui from PSI as an example of how its done, https://github.com/Vazkii/Psi/blob/master/src/main/java/vazkii/psi/client/gui/GuiIntroduction.java Side note only use a GuiHandler if you have both a Container and a Gui otherwise just use Minecraft.getMinecraft().displayGuiScreen(new GuiBook()); VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
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.