Request for a way to change block texture without replacing it with procedure

Started by PlayerNoob on

Topic category: Feature requests and ideas for MCreator

Last seen on 17:05, 3. Dec 2022
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Request for a way to change block texture without replacing it with procedure
Fri, 12/02/2022 - 13:07 (edited)

Hi!, My Name is Igor, I'm new here, I would like to request a feature that the default minecraft use for the furnace and other blocks that's conditions on the blockstate.json for changing texture, like this:

{
  "variants": {
    "facing=east,lit=false": {
      "model": "minecraft:block/furnace",
      "y": 90
    },
    "facing=east,lit=true": {
      "model": "minecraft:block/furnace_on",
      "y": 90
    },

}(this is only one section),

as you can see, on this json file, when the "lit" condition is true, the game changes the texture, removing the necessity for procedures to achieve the same effect.

and if mcreator already have a system that do this, i can't find it anywhere.... ;-;

sry for the long post (sry for bad english too).

Cheers!
 

Edited by PlayerNoob on Fri, 12/02/2022 - 13:07
Last seen on 04:08, 14. Dec 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is, honestly, a feature…
Wed, 12/14/2022 - 03:47

This is, honestly, a feature that would be helpful and save time for mod making when you just want blockstates with different textures.