Possible? Change block texture with procedures.

Started by Zexmus on

Topic category: Help with modding (Java Edition)

Last seen on 03:38, 3. Dec 2021
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.

Last seen on 04:28, 26. Jan 2024
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

Last seen on 22:25, 13. Sep 2023
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

 

 

Last seen on 04:28, 26. Jan 2024
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

Last seen on 22:25, 13. Sep 2023
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
F
Wed, 03/02/2022 - 10:32

F

Last seen on 03:51, 31. Mar 2022
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 :)