Hello, firstly sorry for bad English.
i want change Bed block textures if block coordinate specific coordinate.
I mean,
onRenderBlock or something
if (blockX == x && blockY == y && blockZ == Z){
chanceBedBlockTexture
}
I want change only 1 block texture, not all beds. And i dont want use file system, i will do it hard coded.
Thanks for help.
Note: Im not using forge or other mod api. I need make this on vanilla code.