#How can I access a chest remotely?

1 messages · Page 1 of 1 (latest)

spring hollow
#

Is there a way to access a chest remotely?
Is there a way to access a chest or entity with inventory through the player's inventory?

alpine turtle
#

what

gleaming epoch
#

Script api doesn't support custom chest api like in bukkit

weary path
#

you can i tihnk

#

using Block Inventory Component

nocturne tide
#

There could be workaround. Access the entity's inventory from afar, copy its content from the place where you want to access it.

To do that, you need entity with inventory component. Summon it to the place where you want to access it, then when you open it, it will copy it. So it's like your accessing the inventory of entity from afar.

weary path
nocturne tide
#

Of course there is.

#

Ok, I made mistake, it's a chest inventory that you will be copy.

weary path
#

yeah