Placing a bed

Started by scorpion981 on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Jul 2017
Points:
1048

User statistics:

  • Modifications: 1
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 366
Placing a bed

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

Active 1 month ago
Joined Sep 2016
Points:
947

User statistics:

  • Modifications: 3
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 334
Use commands. /setblock ~ ~ …
Tue, 09/08/2020 - 00:26

Use commands.

/setblock ~ ~ ~ red_bed [top]

I don't remember the command that good, but that's a nice example I guess :)

Active 1 year ago
Joined Jul 2017
Points:
1048

User statistics:

  • Modifications: 1
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 366
function its command and i…
Tue, 09/08/2020 - 01:32

function its command and i already say that its not working but thanks for answering

Active 1 year ago
Joined Jul 2017
Points:
1048

User statistics:

  • Modifications: 1
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 366
Does anyone can help me with…
Tue, 09/08/2020 - 22:28

Does anyone can help me with that pls?

Active 1 year ago
Joined Jul 2017
Points:
1048

User statistics:

  • Modifications: 1
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 366
Nevermind i will do it simply
Tue, 09/08/2020 - 23:15

Nevermind i will do it simply