Fix some more resource formatting

This commit is contained in:
Lukas Rieger (Blue) 2024-05-08 19:37:40 +02:00
parent 36c1d3f7ac
commit 05bbd2b481
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6
2 changed files with 5 additions and 18 deletions

View File

@ -1,21 +1,10 @@
{
"variants": {
"": [
{
"model": "minecraft:block/dirt_path"
},
{
"model": "minecraft:block/dirt_path",
"y": 90
},
{
"model": "minecraft:block/dirt_path",
"y": 180
},
{
"model": "minecraft:block/dirt_path",
"y": 270
}
{ "model": "minecraft:block/dirt_path" },
{ "model": "minecraft:block/dirt_path", "y": 90 },
{ "model": "minecraft:block/dirt_path", "y": 180 },
{ "model": "minecraft:block/dirt_path", "y": 270 }
]
}
}

View File

@ -1,7 +1,5 @@
{
"variants": {
"": {
"model": "minecraft:block/short_grass"
}
"": { "model": "minecraft:block/short_grass" }
}
}