Jump to content

Recommended Posts

Posted (edited)

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.

 

 

 

Edited by defineci00
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.