Started by
Baventraxnano11
on
Topic category: Help with Minecraft modding (Java Edition)
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!
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
Thank you very much for this usefull information!!! :)