Jump to content

KonarJG

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by KonarJG

  1. This knowledge makes my mod easier to create because I plan to add complex machines. Doing it with inventories would take like 1000000 years of debugging.
  2. Thank you for your answer! I thought that IItemHandlers are used for 1 slot containers like pedestals etc. Yeah definitely works now. Thanks again.
  3. Hello everyone! I'm working on an arctic mod. Today I tried to make a barrel that can store only food. It works correctly I can store and transfer items. But they're invisible in the GUI. Any suggestions? Here's the code: TileEntity: https://pastebin.com/xw1Epuwt Container: https://pastebin.com/1iJ2SSa1 Gui: https://pastebin.com/g2NGWCHy Barrel Block: https://pastebin.com/fbs08xk0 Gui Handler: https://pastebin.com/baBY5X6Q And screenshots of the problem Thank you for help!
×
×
  • Create New...

Important Information

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