Jump to content

Recommended Posts

Posted

I'm not too sure if this is a bug, or just a mis-use of a GuiContainer. I am trying to make a gui open on an item's right click, with a couple extra custom slots. I got the player's inventory put into it, and decided to try it out, to make sure it was working so far, because I have not made a gui in the past. Everything seemed to be working, but when I try to click an Item, it doesn't let me pick it up, it just picks it up for a second, then puts it back. If I click an item that has another item in the slot above it, it will pick up the item from the slot above it, and empty both slots.

 

Thinking that maybe my code is conflicting with the gui somehow, I made a test mod with a gui, same thing.

I then decided to experiment a bit, so I added a few more slots (9 regular slots), and I was able to pick up items from my inventory, but not some of the 9 slots.

 

Thinking that maybe it has something to do with trying to use an item to call the gui, I made a block that would open the gui, and the exact same thing happened.

 

Can anyone please tell me if something is wrong with my code, or if this is just a bug? I have attached the source code for my test mod, with the 2 items, and 2 blocks

Posted

So...I was scouring the internet (literally, looking at everything, trying to figure out why this is happening), and everyone else's code, tutorials, and examples all looked to be the same (minus mod-specific details). The only difference I could find (after scratching my head and searching for hours) is that the examples all are @NetworkMod. Sure enough, reverted all my code back to what is in the file I posted on the OP (literally copied and pasted), and made it a NetworkMod.....and it works! Seriously? Why does it even let you make a GuiContainer if it won't work?

 

Any thoughts Forge programmers?

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Thanks, I've now installed a slightly newer version and the server is at least starting up now.
    • i have the same issue. Found 1 Create mod class dependency(ies) in createdeco-1.3.3-1.19.2.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Found 11 Create mod class dependency(ies) in createaddition-fabric+1.19.2-20230723a.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Detailed walkthrough of mods which rely on missing Create mod classes: Mod: createaddition-fabric+1.19.2-20230723a.jar Missing classes of create: com/simibubi/create/compat/jei/category/sequencedAssembly/JeiSequencedAssemblySubCategory com/simibubi/create/compat/recipeViewerCommon/SequencedAssemblySubCategoryType com/simibubi/create/compat/rei/CreateREI com/simibubi/create/compat/rei/EmptyBackground com/simibubi/create/compat/rei/ItemIcon com/simibubi/create/compat/rei/category/CreateRecipeCategory com/simibubi/create/compat/rei/category/WidgetUtil com/simibubi/create/compat/rei/category/animations/AnimatedBlazeBurner com/simibubi/create/compat/rei/category/animations/AnimatedKinetics com/simibubi/create/compat/rei/category/sequencedAssembly/ReiSequencedAssemblySubCategory com/simibubi/create/compat/rei/display/CreateDisplay Mod: createdeco-1.3.3-1.19.2.jar Missing classes of create: com/simibubi/create/content/kinetics/fan/SplashingRecipe
    • The crash points to moonlight lib - try other builds or make a test without this mod and the mods requiring it
    • Do you have shaders enabled? There is an issue with the mod simpleclouds - remove this mod or disable shaders, if enabled  
    • Maybe you need to create file in assets/<modid>/items/<itemname>.json with content like this:   { "model": { "type": "minecraft:model", "model": "modname:item/itemname" } }  
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.