Posted May 29, 20169 yr Hi! Can someone give me tutorial how to create inventory slot for 1.7.10? I used Google but dont found anything. Thanks.
May 29, 20169 yr Author Hi! Can someone give me tutorial how to create inventory slot for 1.7.10? I used Google but dont found anything. Thanks.
May 29, 20169 yr Depends "add slot" - to what? Player I guess, but you want to have additional slot inside player inv or maybe have additional inv? In any case - this is like clash of 4 biggest parts of intermidiate modding: * IExtendedEntityProperties * SimpleNetworkWrapper (packets) * Container+GUI+Slot * Events And few lesser parts of MC like: * NBT * PlayerInventory (IInventory) I doubt you will find (maybe) tutorial telling exatly what to do (there are many approaches), but you should be able to find enough on mentioned topics to make your own thingy. Success is directly dependent on how well you know Java. I can walk you through, but no code will be provided - now the question is - are you capable (if this would be 1st mod, it might be too hard)? 1.7.10 is no longer supported by forge, you are on your own.
May 29, 20169 yr Depends "add slot" - to what? Player I guess, but you want to have additional slot inside player inv or maybe have additional inv? In any case - this is like clash of 4 biggest parts of intermidiate modding: * IExtendedEntityProperties * SimpleNetworkWrapper (packets) * Container+GUI+Slot * Events And few lesser parts of MC like: * NBT * PlayerInventory (IInventory) I doubt you will find (maybe) tutorial telling exatly what to do (there are many approaches), but you should be able to find enough on mentioned topics to make your own thingy. Success is directly dependent on how well you know Java. I can walk you through, but no code will be provided - now the question is - are you capable (if this would be 1st mod, it might be too hard)? 1.7.10 is no longer supported by forge, you are on your own.
May 29, 20169 yr Author Capable? I think yes. I don't know Java much but I think enought for forge and I still studying. I started to making mods recently (few month ago). I usually trying to find tutorials or see Minecraft code to make basic code and then making my own stuff. If I will learn how to do something (Inventory slots for example), I will know how to make it further. And that's why I asking tutorial (now I want learn inventory, containers, GUIs). P.S. I want slot inside player inventory.
May 29, 20169 yr Author Capable? I think yes. I don't know Java much but I think enought for forge and I still studying. I started to making mods recently (few month ago). I usually trying to find tutorials or see Minecraft code to make basic code and then making my own stuff. If I will learn how to do something (Inventory slots for example), I will know how to make it further. And that's why I asking tutorial (now I want learn inventory, containers, GUIs). P.S. I want slot inside player inventory.
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.