#Recreate Shulkerbox?
1 messages · Page 1 of 1 (latest)
There is
@prime elk
I have achieve recreating the vanilla Shulker Box behavior
Awesome
If you quit the game while holding the shulkerbox, can it still recover the inventory?
Yeah
Where do you store the items?
It store the item into an item database and holds all the items in a structure
Ooooh, this item database… is it a type from the @minecraft/common API? :0
Huh
Are you using a JavaScript structure or an entity component for the database?
In other words, what’s the type of the database?
JS
What’s the name of the class/structure?
@prime elk
this.#structure = world.structureManager;
this.#dimension = world.getDimension("overworld");