Draco18s Posted October 30, 2014 Posted October 30, 2014 I have no idea what's wrong here, but essentially my problem boils down to this: When using the GUI for my block, all the slots update correctly, including the output slot. When using a hopper to input (or extract) items, the output slot does not update at all (although it is saved, exiting and reloading shows the correct stack size). I'm not even sure where to look for trying to solve this as it only occurs when specifically using the hopper (not using any mod added item transport). And yes, I am using markDirty(). Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Draco18s Posted November 2, 2014 Author Posted November 2, 2014 Anyone? Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
yariplus Posted November 2, 2014 Posted November 2, 2014 I remember I had a similar problem before. I put this in my Inventory te's setInventorySlotContents: if (worldObj != null) worldObj.markBlockForUpdate(xCoord, yCoord, zCoord); That block rendered the items though, not using a GUI, so I don't know if it applies. Quote
Draco18s Posted November 2, 2014 Author Posted November 2, 2014 Ha, that worked, awesome. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.