How i create a texture and change the block's textures in runtime

Started by RodizzGamer on

Topic category: Advanced modding

Active 4 years ago
Joined May 2018
Points:
691

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
How i create a texture and change the block's textures in runtime

I am making a computer mod but i want to be not an gui but the block change the texture so i need to create a texture and chnage the block's textures

Active 4 years ago
Joined Jan 2020
Points:
835

User statistics:

  • Modifications: 1
  • Forum topics: 20
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 203
Use blockstates. Be aware,…
Sun, 10/11/2020 - 21:16

Use blockstates. Be aware, this is very complicated, and requires a lot of coding and JAVA knowledge.