Create/Update assets for version 20w51a

This commit is contained in:
InventiveBot
2020-12-16 20:03:32 +00:00
parent 0c3c7be51f
commit ac8f13bfa5
7476 changed files with 425245 additions and 93055 deletions

View File

@@ -1,16 +1,57 @@
{
"variants": {
"face=floor,facing=east": { "model": "block/grindstone", "y": 90 },
"face=floor,facing=west": { "model": "block/grindstone", "y": 270 },
"face=floor,facing=south": { "model": "block/grindstone", "y": 180 },
"face=floor,facing=north": { "model": "block/grindstone" },
"face=wall,facing=east": { "model": "block/grindstone", "x": 90, "y": 90 },
"face=wall,facing=west": { "model": "block/grindstone", "x": 90, "y": 270 },
"face=wall,facing=south": { "model": "block/grindstone", "x": 90, "y": 180 },
"face=wall,facing=north": { "model": "block/grindstone", "x": 90 },
"face=ceiling,facing=east": { "model": "block/grindstone", "x": 180, "y": 270 },
"face=ceiling,facing=west": { "model": "block/grindstone", "x": 180, "y": 90 },
"face=ceiling,facing=south": { "model": "block/grindstone", "x": 180 },
"face=ceiling,facing=north": { "model": "block/grindstone", "x": 180, "y": 180 }
"variants": {
"face=ceiling,facing=east": {
"model": "minecraft:block/grindstone",
"x": 180,
"y": 270
},
"face=ceiling,facing=north": {
"model": "minecraft:block/grindstone",
"x": 180,
"y": 180
},
"face=ceiling,facing=south": {
"model": "minecraft:block/grindstone",
"x": 180
},
"face=ceiling,facing=west": {
"model": "minecraft:block/grindstone",
"x": 180,
"y": 90
},
"face=floor,facing=east": {
"model": "minecraft:block/grindstone",
"y": 90
},
"face=floor,facing=north": {
"model": "minecraft:block/grindstone"
},
"face=floor,facing=south": {
"model": "minecraft:block/grindstone",
"y": 180
},
"face=floor,facing=west": {
"model": "minecraft:block/grindstone",
"y": 270
},
"face=wall,facing=east": {
"model": "minecraft:block/grindstone",
"x": 90,
"y": 90
},
"face=wall,facing=north": {
"model": "minecraft:block/grindstone",
"x": 90
},
"face=wall,facing=south": {
"model": "minecraft:block/grindstone",
"x": 90,
"y": 180
},
"face=wall,facing=west": {
"model": "minecraft:block/grindstone",
"x": 90,
"y": 270
}
}
}
}