Possible? Change block texture with procedures.

Started by Zexmus on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Possible? Change block texture with procedures.

I've seen some forum post on this, but haven't seen any updates (Maybe I'm not looking)

Is it actually possible to change block textures with procedures like a blockstate? e.g Furnace on/off state, Barrel open/close.
Just curious.

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
from what I understand,…
Fri, 10/29/2021 - 17:11

from what I understand, kinda. on the code of the model (not the block, there models code, the tiny code, not the big one) put a condition that if NBT Logic Tag "Name" = true set texture to (Folder/Where/Texture/Is.png) then on your procedures set that NBT Tag to True

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Could you put a screenshot?…
Wed, 03/02/2022 - 01:10

Could you put a screenshot? Pls

 

 

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah no this ain't for…
Wed, 03/02/2022 - 02:30

yeah no this ain't for blocks I got confused, only for items

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Of course! Just check…
Wed, 03/02/2022 - 11:15

Of course! Just check vanilla blockstates/furnace.json :)