Create/Update assets for version 20w10a

This commit is contained in:
InventiveBot
2020-03-04 20:43:00 +00:00
parent 65bb7405db
commit 566d8d4a30
5014 changed files with 263988 additions and 56523 deletions

View File

@@ -1,16 +1,50 @@
{
"variants": {
"extended=false,facing=down": { "model": "block/sticky_piston", "x": 90 },
"extended=false,facing=up": { "model": "block/sticky_piston", "x": 270 },
"extended=false,facing=north": { "model": "block/sticky_piston" },
"extended=false,facing=south": { "model": "block/sticky_piston", "y": 180 },
"extended=false,facing=west": { "model": "block/sticky_piston", "y": 270 },
"extended=false,facing=east": { "model": "block/sticky_piston", "y": 90 },
"extended=true,facing=down": { "model": "block/piston_base", "x": 90 },
"extended=true,facing=up": { "model": "block/piston_base", "x": 270 },
"extended=true,facing=north": { "model": "block/piston_base" },
"extended=true,facing=south": { "model": "block/piston_base", "y": 180 },
"extended=true,facing=west": { "model": "block/piston_base", "y": 270 },
"extended=true,facing=east": { "model": "block/piston_base", "y": 90 }
"variants": {
"extended=false,facing=down": {
"x": 90,
"model": "minecraft:block/sticky_piston"
},
"extended=false,facing=east": {
"y": 90,
"model": "minecraft:block/sticky_piston"
},
"extended=false,facing=north": {
"model": "minecraft:block/sticky_piston"
},
"extended=false,facing=south": {
"y": 180,
"model": "minecraft:block/sticky_piston"
},
"extended=false,facing=up": {
"x": 270,
"model": "minecraft:block/sticky_piston"
},
"extended=false,facing=west": {
"y": 270,
"model": "minecraft:block/sticky_piston"
},
"extended=true,facing=down": {
"x": 90,
"model": "minecraft:block/piston_base"
},
"extended=true,facing=east": {
"y": 90,
"model": "minecraft:block/piston_base"
},
"extended=true,facing=north": {
"model": "minecraft:block/piston_base"
},
"extended=true,facing=south": {
"y": 180,
"model": "minecraft:block/piston_base"
},
"extended=true,facing=up": {
"x": 270,
"model": "minecraft:block/piston_base"
},
"extended=true,facing=west": {
"y": 270,
"model": "minecraft:block/piston_base"
}
}
}
}