mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-12-27 11:27:39 +01:00
Fix the models for the changed chest textures layout (really now)
This commit is contained in:
parent
4b6489b775
commit
8aaca521d0
@ -1,13 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=single,facing=north": { "model": "block/chest/normal", "y": 180 },
|
||||
"type=single,facing=east": { "model": "block/chest/normal", "y": 270 },
|
||||
"type=single,facing=south": { "model": "block/chest/normal" },
|
||||
"type=single,facing=west": { "model": "block/chest/normal", "y":90 },
|
||||
"type=right,facing=north": { "model": "block/chest/normal_double", "y": 180 },
|
||||
"type=right,facing=east": { "model": "block/chest/normal_double", "y": 270 },
|
||||
"type=right,facing=south": { "model": "block/chest/normal_double" },
|
||||
"type=right,facing=west": { "model": "block/chest/normal_double", "y":90 },
|
||||
"type=left": { "model": "block/chest/left" }
|
||||
"type=single,facing=north": { "model": "block/chest/normal", "y": 90 },
|
||||
"type=single,facing=east": { "model": "block/chest/normal", "y": 180 },
|
||||
"type=single,facing=south": { "model": "block/chest/normal", "y": 270 },
|
||||
"type=single,facing=west": { "model": "block/chest/normal"},
|
||||
"type=right,facing=north": { "model": "block/chest/normal_double_right", "y": 90 },
|
||||
"type=right,facing=east": { "model": "block/chest/normal_double_right", "y": 180 },
|
||||
"type=right,facing=south": { "model": "block/chest/normal_double_right", "y": 270 },
|
||||
"type=right,facing=west": { "model": "block/chest/normal_double_right"},
|
||||
"type=left,facing=north": { "model": "block/chest/normal_double_left", "y": 90 },
|
||||
"type=left,facing=east": { "model": "block/chest/normal_double_left","y": 180 },
|
||||
"type=left,facing=south": { "model": "block/chest/normal_double_left", "y": 270 },
|
||||
"type=left,facing=west": { "model": "block/chest/normal_double_left"}
|
||||
}
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "block/chest/ender", "y": 180 },
|
||||
"facing=east": { "model": "block/chest/ender", "y": 270 },
|
||||
"facing=south": { "model": "block/chest/ender" },
|
||||
"facing=west": { "model": "block/chest/ender", "y":90 }
|
||||
"facing=north": { "model": "block/chest/ender", "y": 90 },
|
||||
"facing=east": { "model": "block/chest/ender", "y": 180 },
|
||||
"facing=south": { "model": "block/chest/ender", "y":270 },
|
||||
"facing=west": { "model": "block/chest/ender"}
|
||||
}
|
||||
}
|
@ -1,13 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=single,facing=north": { "model": "block/chest/trapped", "y": 180 },
|
||||
"type=single,facing=east": { "model": "block/chest/trapped", "y": 270 },
|
||||
"type=single,facing=south": { "model": "block/chest/trapped" },
|
||||
"type=single,facing=west": { "model": "block/chest/trapped", "y":90 },
|
||||
"type=right,facing=north": { "model": "block/chest/trapped_double", "y": 180 },
|
||||
"type=right,facing=east": { "model": "block/chest/trapped_double", "y": 270 },
|
||||
"type=right,facing=south": { "model": "block/chest/trapped_double" },
|
||||
"type=right,facing=west": { "model": "block/chest/trapped_double", "y":90 },
|
||||
"type=left": { "model": "block/chest/left" }
|
||||
"type=single,facing=north": { "model": "block/chest/trapped", "y": 90 },
|
||||
"type=single,facing=east": { "model": "block/chest/trapped", "y": 180 },
|
||||
"type=single,facing=south": { "model": "block/chest/trapped", "y":270 },
|
||||
"type=single,facing=west": { "model": "block/chest/trapped"},
|
||||
"type=right,facing=north": { "model": "block/chest/trapped_double_right", "y": 90 },
|
||||
"type=right,facing=east": { "model": "block/chest/trapped_double_right", "y": 180 },
|
||||
"type=right,facing=south": { "model": "block/chest/trapped_double_right", "y":270 },
|
||||
"type=right,facing=west": { "model": "block/chest/trapped_double_right"},
|
||||
"type=left,facing=north": { "model": "block/chest/trapped_double_left", "y": 90 },
|
||||
"type=left,facing=east": { "model": "block/chest/trapped_double_left", "y": 180 },
|
||||
"type=left,facing=south": { "model": "block/chest/trapped_double_left", "y":270 },
|
||||
"type=left,facing=west": { "model": "block/chest/trapped_double_left"}
|
||||
}
|
||||
}
|
@ -4,36 +4,35 @@
|
||||
"from": [1, 0, 1],
|
||||
"to": [15, 10, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [10.5, 8.25, 14, 10.75], "texture": "#chest"},
|
||||
"east": {"uv": [7, 8.25, 10.5, 10.75], "texture": "#chest"},
|
||||
"south": {"uv": [3.5, 8.25, 7, 10.75], "texture": "#chest"},
|
||||
"west": {"uv": [0, 8.25, 3.5, 10.75], "texture": "#chest"},
|
||||
"up": {"uv": [3.5, 4.75, 7, 8.25], "texture": "#chest"},
|
||||
"down": {"uv": [7, 4.75, 10.5, 8.25], "texture": "#chest"}
|
||||
"north": {"uv": [0, 8.25, 3.5, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"east": {"uv": [3.5, 8.25, 7, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"south": {"uv": [7, 8.25, 10.5, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"west": {"uv": [10.5, 8.25, 14, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [7, 8.25, 10.5, 4.75], "rotation": 90, "texture": "#chest"},
|
||||
"down": {"uv": [3.5, 4.75, 7, 8.25], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 9, 1],
|
||||
"to": [15, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [10.5, 3.5, 14, 4.75], "texture": "#chest"},
|
||||
"east": {"uv": [7, 3.5, 10.5, 4.75], "texture": "#chest"},
|
||||
"south": {"uv": [3.5, 3.5, 7, 4.75], "texture": "#chest"},
|
||||
"west": {"uv": [0, 3.5, 3.5, 4.75], "texture": "#chest"},
|
||||
"up": {"uv": [3.5, 0, 7, 3.5], "texture": "#chest"},
|
||||
"down": {"uv": [7, 0, 10.5, 3.5], "texture": "#chest"}
|
||||
"north": {"uv": [0, 3.5, 3.5, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"east": {"uv": [3.5, 3.5, 7, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"south": {"uv": [7, 3.5, 10.5, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"west": {"uv": [10.5, 3.5, 14, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [10.5, 0, 7, 3.5], "rotation": 270, "texture": "#chest"},
|
||||
"down": {"uv": [3.5, 0, 7, 3.5], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 7, 15],
|
||||
"to": [9, 11, 16],
|
||||
"from": [0, 7, 7],
|
||||
"to": [1, 11, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0.25, 0.25, 0.75, 1.25], "texture": "#chest"},
|
||||
"east": {"uv": [0, 0.25, 0.25, 1.25], "texture": "#chest"},
|
||||
"south": {"uv": [1, 0.25, 1.5, 1.25], "texture": "#chest"},
|
||||
"west": {"uv": [0.75, 0.25, 1, 1.25], "texture": "#chest"},
|
||||
"up": {"uv": [0.25, 0, 0.75, 0.25], "texture": "#chest"},
|
||||
"down": {"uv": [0.75, 0, 1.25, 0.25], "texture": "#chest"}
|
||||
"north": {"uv": [0, 0.25, 0.25, 1.25], "rotation": 180, "texture": "#chest"},
|
||||
"south": {"uv": [0.75, 1.25, 1, 0.25], "texture": "#chest"},
|
||||
"west": {"uv": [0.25, 0.25, 0.75, 1.25], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [0.5, 0, 1, 0.25], "rotation": 90, "texture": "#chest"},
|
||||
"down": {"uv": [0.25, 0, 0.75, 0.25], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -1,40 +0,0 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"from": [1, 0, 1],
|
||||
"to": [31, 10, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [7.25, 8.25, 11, 10.75], "texture": "#chest"},
|
||||
"east": {"uv": [5.5, 8.25, 7.25, 10.75], "texture": "#chest"},
|
||||
"south": {"uv": [1.75, 8.25, 5.5, 10.75], "texture": "#chest"},
|
||||
"west": {"uv": [0, 8.25, 1.75, 10.75], "texture": "#chest"},
|
||||
"up": {"uv": [1.75, 4.75, 5.5, 8.25], "texture": "#chest"},
|
||||
"down": {"uv": [5.5, 4.75, 9.25, 8.25], "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 9, 1],
|
||||
"to": [31, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [7.25, 3.5, 11, 4.75], "texture": "#chest"},
|
||||
"east": {"uv": [5.5, 3.5, 7.25, 4.75], "texture": "#chest"},
|
||||
"south": {"uv": [1.75, 3.5, 5.5, 4.75], "texture": "#chest"},
|
||||
"west": {"uv": [0, 3.5, 1.75, 4.75], "texture": "#chest"},
|
||||
"up": {"uv": [1.75, 0, 5.5, 3.5], "texture": "#chest"},
|
||||
"down": {"uv": [5.5, 0, 9.25, 3.5], "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 7, 15],
|
||||
"to": [17, 11, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0.5, 0.25, 0.75, 1.25], "texture": "#chest"},
|
||||
"east": {"uv": [0.375, 0.25, 0.5, 1.25], "texture": "#chest"},
|
||||
"south": {"uv": [0.125, 0.25, 0.375, 1.25], "texture": "#chest"},
|
||||
"west": {"uv": [0, 0.25, 0.125, 1.25], "texture": "#chest"},
|
||||
"up": {"uv": [0.125, 0, 0.375, 0.25], "texture": "#chest"},
|
||||
"down": {"uv": [0.375, 0, 0.625, 0.25], "texture": "#chest"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"from": [1, 0, 0],
|
||||
"to": [15, 10, 15],
|
||||
"faces": {
|
||||
"east": {"uv": [3.5, 8.25, 7.25, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"south": {"uv": [7.25, 8.25, 10.75, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"west": {"uv": [10.75, 8.25, 14.5, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [7.25, 8.25, 11, 4.75], "rotation": 90, "texture": "#chest"},
|
||||
"down": {"uv": [3.5, 4.75, 7.25, 8.25], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 9, 0],
|
||||
"to": [15, 14, 15],
|
||||
"faces": {
|
||||
"east": {"uv": [3.5, 3.5, 7.25, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"south": {"uv": [7.25, 3.5, 10.75, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"west": {"uv": [10.75, 3.5, 14.5, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [11, 0, 7.25, 3.5], "rotation": 270, "texture": "#chest"},
|
||||
"down": {"uv": [3.5, 0, 7.25, 3.5], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 7, 0],
|
||||
"to": [1, 11, 1],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1.25, 0.25, 0.25], "texture": "#chest"},
|
||||
"south": {"uv": [0.5, 1.25, 0.75, 0.25], "texture": "#chest"},
|
||||
"west": {"uv": [0.75, 1.25, 1, 0.25], "texture": "#chest"},
|
||||
"up": {"uv": [0.5, 0, 0.75, 0.25], "texture": "#chest"},
|
||||
"down": {"uv": [0.25, 0, 0.5, 0.25], "texture": "#chest"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"from": [1, 0, 1],
|
||||
"to": [15, 10, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8.25, 3.5, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"east": {"uv": [3.5, 8.25, 7.25, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"west": {"uv": [10.75, 8.25, 14.5, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [7.25, 4.75, 11, 8.25], "rotation": 90, "texture": "#chest"},
|
||||
"down": {"uv": [3.5, 4.75, 7.25, 8.25], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 9, 1],
|
||||
"to": [15, 14, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.5, 3.5, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"east": {"uv": [3.5, 3.5, 7.25, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"west": {"uv": [10.75, 3.5, 14.5, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [11, 0, 7.25, 3.5], "rotation": 270, "texture": "#chest"},
|
||||
"down": {"uv": [3.5, 0, 7.25, 3.5], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 7, 15],
|
||||
"to": [1, 11, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1.25, 0.25, 0.25], "texture": "#chest"},
|
||||
"west": {"uv": [0.75, 1.25, 1, 0.25], "texture": "#chest"},
|
||||
"up": {"uv": [0.5, 0, 0.75, 0.25], "texture": "#chest"},
|
||||
"down": {"uv": [0.25, 0, 0.5, 0.25], "texture": "#chest"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -1 +0,0 @@
|
||||
{}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/chest/chest_double_left",
|
||||
"textures": {
|
||||
"chest": "entity/chest/normal_left"
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"parent":"block/chest/chest_double",
|
||||
"parent":"block/chest/chest_double_right",
|
||||
"textures": {
|
||||
"chest": "entity/chest/normal_double"
|
||||
"chest": "entity/chest/normal_right"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/chest/chest_double_left",
|
||||
"textures": {
|
||||
"chest": "entity/chest/trapped_left"
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"parent":"block/chest/chest_double",
|
||||
"parent":"block/chest/chest_double_right",
|
||||
"textures": {
|
||||
"chest": "entity/chest/trapped_double"
|
||||
"chest": "entity/chest/trapped_right"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user