mega12345mega / NBT-Editor

Edit items, blocks, and entities in-game.
MIT License
49 stars 16 forks source link

Allows opening ender chests #65

Closed hyplant closed 3 months ago

hyplant commented 1 year ago

Allows opening ender chests.

Players can open their own ender chests by placing the mouse over the ender chest item and pressing CTRL + SPACE. Or use the command /open to open ender chests when holding it in hand.

mega12345mega commented 1 year ago

While I would love to implement this (and maybe even re-purpose the enderchest "tab" for the actual enderchest, and have a different client chest tab), unfortunately the client doesn't have a way to read or write to the enderchest without placing it down and manually opening it. However, I can add this to the list of things to add if I ever make an optional server-side integration for this mod.

mega12345mega commented 8 months ago

I've added this in a dev build, where you can access the ender chest via /open echest or a new tab in the bottom left of the inventory and client chest. I haven't added it as an official "container," meaning it doesn't support Ctrl+Space or /open. Let me know if you think I should still add that part!

(This requires that the mod is installed on the server and you have level 2 OP)

mega12345mega commented 3 months ago

I've now added this in v2.0.0!