NaturesAura/src/main/resources/assets/naturesaura/models/block/blast_furnace_booster.json
2021-01-14 23:15:02 +01:00

229 lines
6.4 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "minecraft:block/block",
"textures": {
"0": "naturesaura:block/blast_furnace_booster_side",
"1": "naturesaura:block/blast_furnace_booster_top",
"2": "naturesaura:block/blast_furnace_booster_top_side",
"particle": "naturesaura:block/blast_furnace_booster_side"
},
"elements": [
{
"name": "base",
"from": [0, 0, 0],
"to": [16, 3, 16],
"faces": {
"north": {
"uv": [0, 6, 16, 9],
"texture": "#0"
},
"east": {
"uv": [0, 6, 16, 9],
"texture": "#0"
},
"south": {
"uv": [0, 6, 16, 9],
"texture": "#0"
},
"west": {
"uv": [0, 6, 16, 9],
"texture": "#0"
},
"up": {
"uv": [0, 0, 16, 16],
"texture": "#1"
},
"down": {
"uv": [0, 0, 16, 16],
"texture": "#1"
}
}
},
{
"name": "base2",
"from": [1, 3, 1],
"to": [15, 5, 15],
"faces": {
"north": {
"uv": [1, 13, 15, 15],
"texture": "#0"
},
"east": {
"uv": [1, 13, 15, 15],
"texture": "#0"
},
"south": {
"uv": [1, 13, 15, 15],
"texture": "#0"
},
"west": {
"uv": [1, 13, 15, 15],
"texture": "#0"
},
"up": {
"uv": [1, 1, 15, 15],
"texture": "#1"
},
"down": {
"uv": [1, 1, 15, 15],
"texture": "#1"
}
}
},
{
"name": "high",
"from": [1, 5, 3],
"to": [15, 9, 13],
"faces": {
"north": {
"uv": [1, 11, 15, 15],
"texture": "#2"
},
"east": {
"uv": [3, 11, 13, 15],
"texture": "#0"
},
"south": {
"uv": [1, 11, 15, 15],
"texture": "#2"
},
"west": {
"uv": [3, 11, 13, 15],
"texture": "#0"
},
"up": {
"uv": [1, 3, 15, 13],
"texture": "#1"
},
"down": {
"uv": [1, 3, 15, 13],
"texture": "#1"
}
}
},
{
"name": "top1",
"from": [1, 9, 3],
"to": [15, 16, 5],
"faces": {
"north": {
"uv": [1, 4, 15, 11],
"texture": "#2"
},
"east": {
"uv": [1, 4, 3, 11],
"texture": "#0"
},
"south": {
"uv": [1, 4, 15, 11],
"texture": "#0"
},
"west": {
"uv": [1, 4, 3, 11],
"texture": "#0"
},
"up": {
"uv": [1, 2, 15, 4],
"texture": "#1"
},
"down": {
"uv": [1, 2, 15, 4],
"texture": "#1"
}
}
},
{
"name": "top2",
"from": [1, 9, 11],
"to": [15, 16, 13],
"faces": {
"north": {
"uv": [1, 4, 15, 11],
"texture": "#0"
},
"east": {
"uv": [1, 4, 3, 11],
"texture": "#0"
},
"south": {
"uv": [1, 4, 15, 11],
"texture": "#2"
},
"west": {
"uv": [1, 4, 3, 11],
"texture": "#0"
},
"up": {
"uv": [1, 2, 15, 4],
"texture": "#1"
},
"down": {
"uv": [1, 2, 15, 4],
"texture": "#1"
}
}
},
{
"name": "top3",
"from": [1, 9, 5],
"to": [3, 16, 11],
"faces": {
"north": {
"uv": [1, 4, 3, 11],
"texture": "#0"
},
"east": {
"uv": [1, 4, 7, 11],
"texture": "#0"
},
"south": {
"uv": [1, 4, 3, 11],
"texture": "#0"
},
"west": {
"uv": [1, 4, 7, 11],
"texture": "#0"
},
"up": {
"uv": [1, 2, 3, 8],
"texture": "#1"
},
"down": {
"uv": [1, 2, 3, 8],
"texture": "#1"
}
}
},
{
"name": "top4",
"from": [13, 9, 5],
"to": [15, 16, 11],
"faces": {
"north": {
"uv": [1, 4, 3, 11],
"texture": "#0"
},
"east": {
"uv": [1, 4, 7, 11],
"texture": "#0"
},
"south": {
"uv": [1, 4, 3, 11],
"texture": "#0"
},
"west": {
"uv": [1, 4, 7, 11],
"texture": "#0"
},
"up": {
"uv": [1, 2, 3, 8],
"texture": "#1"
},
"down": {
"uv": [1, 2, 3, 8],
"texture": "#1"
}
}
}
]
}