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 }
}
}