Started by
North4146
on
Topic category: Help with Minecraft modding (Java Edition)
Hi. I want the block to be created at the coordinates where the players died. How can I do that? (a tombstone will be created) and I want him to write an inscription on that tombstone (minecraft death message)
For making it say the way the player died, you would probably need custom coding, but for making it place the block do https://imgur.com/a/UZdEtAt
I chose it to place stone as a example but you can change it with your custom block.
thanks
I've managed to create an example for possibly what you're looking for, @North4146.
Since I'm unsure as to where to put the example on here, I decided to upload it to my host.
You can download and import it to your MCreator software as an example project for reference.
I used stone as well for the example. However, it also adds the XYZ coordinates of the block placed and adds it to chat so you know exactly where you died at.
[ View Website]
[ Virus Total Report ]
@GregoryAM very thanks
I also did it that way, but I created a GUI in the block and I wanted to know how do I make all inventory items be taken to this GUI within the block that will be created at that point after death