Started by
jmods
on
Topic category: Feature requests and ideas for MCreator
Would it be possible to add a block that allows for spawning dropped items with custom display names?
Topic category: Feature requests and ideas for MCreator
Would it be possible to add a block that allows for spawning dropped items with custom display names?
I think you can already do this by creating a local itemstack variable, then setting the variable to the item type you want, then changing the display name of the variable like you would a regular item, and finally dropping the variable.
I hope this helps
Tried this but it doesn't work. Do you see what I am doing wrong?
It looks like you are checking if a player dies while holding a knife. Did you possibly mean to have it run if a player is killed by a mob or another player that is holding the knife? If so, you need to switch at least one of the event/target entity procedure blocks out for a source entity procedure block. If you do mean for it to run when a player dies while holding a knife, then I don't know why it isn't working.
Yes so the intention is to have when a player is killed by another player a block is dropped with the killed players name. I'll try source entity for the item in main-hand and see if that works, thanks