Jump to content

1.8.9 Vanilla, Change block texture hard coded


defineci00

Recommended Posts

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
Link to comment
Share on other sites

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.