is it possible to create custom beds?

Started by Baventraxnano11 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is it possible to create custom beds?

Is it possible to create custom beds?

I want to create my own textures for the original beds in the game. For example: if in the crafting recipe of a certain bed I use mangrove planks, it should result in a bed with a mangrove wood texture and so on. I also want to know how to make it work like an original bed in the game. Please if you can show me a video tutorial. I have the MCreator version of: 2025.2 

Thank You!

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes, but with a custom code …
Wed, 07/09/2025 - 19:51

Yes, but with a custom code (done well) otherwise you can try to make imitations but the result changes a lot. The crudest but realistic way would be that when you place your bed you also place a vanilla bed but immediately remove it on the client-side. Your bed model should fit into the vanilla bed model and you should control when one of the two blocks is destroyed and make them interact

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you very much for this…
Thu, 07/17/2025 - 11:50

Thank you very much for this usefull information!!! :)