Started by
xXMayhemPvPXx
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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
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.
ddring9794,
Would you be so kind as to explain a little more how to do that? I am very interested. Thank you.