How do you make a block change textures once powered via redstone?

Started by zSlimer152 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you make a block change textures once powered via redstone?

i honestly have no clue how to make it change textures, i am using 2024.4 on minecraft forge

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can maybe try and…
Sat, 03/29/2025 - 02:56

you can maybe try and replace the block with a different block that's powered, I'll try to make a procedure for it

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if is block at X Y Z…
Sat, 03/29/2025 - 02:58

if is block at X Y Z redstone powered:
    replace block with [your new powered block]

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
for changing textures, you…
Sat, 03/29/2025 - 02:59

for changing textures, you'll need custom code. Gimme like 30 mins

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
about the replacing block…
Sat, 03/29/2025 - 03:17

about the replacing block procedure (way easier), put an if before the replace block to check if it's your block

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ig I'm not at the level to…
Sat, 03/29/2025 - 03:31

ig I'm not at the level to do this yet, although it's easier to just use the procedure I gave you just now.