Started by
scorpion981
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! I want to create a block that place a bed at the same direction that the block face to put it in my structures. The problem is that a bed is made of 2 blocks. I can already make the bed face the right direction the problem is there i don't know how to place a bed that have the block state "part" (this blockstate define if its the head or the foot of the bed) set in "head". I try nbt tag but i think that its not the right way: https://ibb.co/z6TJDN7. There is a way to spawn a complete bed with function but i don't know how to make the function get the rotation and the position of the block that spawn the bed.
Thanks in advance
Use commands.
/setblock ~ ~ ~ red_bed [top]
I don't remember the command that good, but that's a nice example I guess :)
function its command and i already say that its not working but thanks for answering
Does anyone can help me with that pls?
Nevermind i will do it simply