You've already forked minecraft-assets
Create/Update assets for version 20w29a
This commit is contained in:
@@ -1,10 +1,57 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=up": { "model": "block/jigsaw"},
|
||||
"facing=down": { "model": "block/jigsaw", "x": 180 },
|
||||
"facing=north": { "model": "block/jigsaw", "x" : 90},
|
||||
"facing=south": { "model": "block/jigsaw", "x" : 90, "y": 180 },
|
||||
"facing=west": { "model": "block/jigsaw", "x" : 90, "y": 270 },
|
||||
"facing=east": { "model": "block/jigsaw", "x" : 90, "y": 90 }
|
||||
"variants": {
|
||||
"orientation=down_east": {
|
||||
"model": "minecraft:block/jigsaw",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"orientation=down_north": {
|
||||
"model": "minecraft:block/jigsaw",
|
||||
"x": 90
|
||||
},
|
||||
"orientation=down_south": {
|
||||
"model": "minecraft:block/jigsaw",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"orientation=down_west": {
|
||||
"model": "minecraft:block/jigsaw",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
},
|
||||
"orientation=east_up": {
|
||||
"model": "minecraft:block/jigsaw",
|
||||
"y": 90
|
||||
},
|
||||
"orientation=north_up": {
|
||||
"model": "minecraft:block/jigsaw"
|
||||
},
|
||||
"orientation=south_up": {
|
||||
"model": "minecraft:block/jigsaw",
|
||||
"y": 180
|
||||
},
|
||||
"orientation=up_east": {
|
||||
"model": "minecraft:block/jigsaw",
|
||||
"x": 270,
|
||||
"y": 270
|
||||
},
|
||||
"orientation=up_north": {
|
||||
"model": "minecraft:block/jigsaw",
|
||||
"x": 270,
|
||||
"y": 180
|
||||
},
|
||||
"orientation=up_south": {
|
||||
"model": "minecraft:block/jigsaw",
|
||||
"x": 270
|
||||
},
|
||||
"orientation=up_west": {
|
||||
"model": "minecraft:block/jigsaw",
|
||||
"x": 270,
|
||||
"y": 90
|
||||
},
|
||||
"orientation=west_up": {
|
||||
"model": "minecraft:block/jigsaw",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user