You've already forked minecraft-assets
Create/Update assets for version 20w29a
This commit is contained in:
@@ -1,10 +1,21 @@
|
||||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "block/grass_path" },
|
||||
{ "model": "block/grass_path", "y": 90 },
|
||||
{ "model": "block/grass_path", "y": 180 },
|
||||
{ "model": "block/grass_path", "y": 270 }
|
||||
]
|
||||
}
|
||||
}
|
||||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "minecraft:block/grass_path"
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/grass_path",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/grass_path",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/grass_path",
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user