How to make a custom Furnace with custom smeltings??
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
I am not really sure why my forge installations are crashing on me. It is probably something really simple without me realizing it. I have tried the following Uninstalling all Minecraft installations Reinstalling Java Running 40.0.0, 40.1.0, 40.1.25 Running without any mods Not sure what is happening here. https://imgur.com/a/VJ482iQ Debug log Latest Log DXdiag
-
https://ibb.co/PhvQRVp i fix this private void addPlayerInventory(Inventory playerInv) { for(int i = 0; i < 3; ++i) { for(int l = 0; l < 9; ++l) { this.addSlot(new Slot(playerInv, l + i * 9 + 9, 8 + l * 18, 66 + i * 18)); } } } private void addPlayerHotbar(Inventory playerInventory) { for(int i = 0; i < 9; ++i) { this.addSlot(new Slot(playerInventory, i, (8 + i * 18), 124)); } }
-
-
Topics
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.