Hello, i'm working on a world generator for my Skyblock server. I would like to add a chest on the island , the chest is generate but it's hidden, i don't see it but i can interact with it, can someone help me ?
Reload the chest with mc edit. Or change the chest into a rare block like a sponge and then replace it again with a chest.
If you want to generate a chest you need to create a Chest block but also you need to create a Tile Entity.
I use that to spawn the chest : $this->chunk1-> setBlockId($x,$y+2,$z, Block::CHEST); How to create the tile ?