Backpack inventory

Started by xXMayhemPvPXx on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Backpack inventory

So I have a backpack block setup to keep items but the issue is I want to make a portable chest basically. Where I can place it and it will still have the same stuff in it as when I destroyed it.

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
 you see in "Block's tile…
Sun, 02/16/2020 - 14:09

 you see in "Block's tile entity and invetory" under of  "max size of stack " untick the box that says "Drop items form inventory when block destroyed" and you go had a portable chest

Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That isn't how to do it,…
Sun, 02/16/2020 - 15:10

That isn't how to do it, Landien207. That just makes items inside drop when you break it. You could make a hidden container that procedures will place automatically, and make an item open that inventory. The downside is it would act like an ender chest and would have separate inventories per dimension, but not per item.

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ddring9794, Would you be so…
Tue, 04/07/2020 - 10:54

ddring9794,

Would you be so kind as to explain a little more how to do that? I am very interested. Thank you.