how to exchange my models and vanilla models in minecraft resourcepack? ( Help and Hurry Thanks. )  [Solved]

Get help and support for using Cubik Studio.

Re: how to exchange my models and vanilla models in minecraft resourcepack? ( Help and Hurry Thanks. )

Post by HanFox » 25 Jul 2019, 18:36

It looks like from the error that you've written the blockstate file incorrectly and it just can't find the models.

Your block model JSON files should be in /assets/minecraft/models/block and the blockstate file should be similar to the vanilla file:

Code: Select all

{
    "variants": {
        "facing=south": { "model": "block/white_glazed_terracotta" },
        "facing=west": { "model": "block/white_glazed_terracotta", "y": 90 },
        "facing=north": { "model": "block/white_glazed_terracotta", "y": 180 },
        "facing=east": { "model": "block/white_glazed_terracotta", "y": 270 }
    }
}
x
Create your own thread for purchase/activation/key issues.

Please don't Private Message admins without prior permission. Your message may be missed.

Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
User avatar
HanFox
Web Admin
Posts: 1156
Joined: 16 Apr 2012, 00:46

Re: how to exchange my models and vanilla models in minecraft resourcepack? ( Help and Hurry Thanks. )  [Solved]

Post by mistakoruto » 25 Jul 2019, 19:09

Nevermind , Tbh. I named it wrong, thanks btw.

Sorry for the trouble
x
User avatar
mistakoruto
Supporter
Posts: 9
Joined: 20 Jul 2019, 01:33

Post Reply

Return to “Help Centre”