Posted April 25, 20205 yr So, I want to create a new way to store my items. Essentially, new armor slots, called the "Outfit". I thought I'd need to start with the GUI. So I did this, and ran into some issues. Basically, I almost did a clone of the basic player inventory. However, I removed the crafting grid and for some reason that led all the other slots to offset by 5 when clicking (this is logic), however I don't understand whatever value was used to create this issue. Links: OutfitScreen.java OutfitContainer.java
April 26, 20205 yr Hi You might find this tutorial project useful, it has a working example of a player container which explains how slots are configured https://github.com/TheGreyGhost/MinecraftByExample see mbe30 and/or mbe31 -TGG
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.