Block variants

Started by Neoelfeo on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block variants
Mon, 10/18/2021 - 09:11 (edited)

Hi, I'm working on Mcreator 2021.1 since new versions of Mcreator have no support for minecraft 1.12.2, my problems is that I can't  make variants of a block.

Here is my code:

 

{
    "variants": {
        "": [
            { "model": "nefrandomstuff:block/stones_0" },
            { "model": "nefrandomstuff:block/stones_1" },
            { "model": "nefrandomstuff:block/stones_2" }
        ]
    }
}

And they don't work, I've done some block variants before, and it worked just fine in another versions of Mcreator, Is another syntax for 1.12.2?

Error

I know my english sucks.

Edited by Neoelfeo on Mon, 10/18/2021 - 09:11