CreateMod/src/main/resources/assets/create/models/block/belt_funnel/block_pushing.json
simibubi 9c0c058fc0 SeamsBad
- Pushed surfaces around by fractions of a pixel to cover up misaligned geometry from mc's model rendering
2023-05-15 01:12:38 +02:00

115 lines
3.5 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"back": "create:block/funnel/funnel_back",
"base": "create:block/funnel/brass_funnel",
"direction": "create:block/funnel/brass_funnel_push",
"redstone": "create:block/funnel/brass_funnel_unpowered",
"particle": "create:block/brass_block"
},
"elements": [
{
"name": "Back",
"from": [2.05, -2, 14],
"to": [13.95, 13.95, 18.1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -8.1, 6]},
"faces": {
"north": {"uv": [0, 0, 6, 8], "rotation": 180, "texture": "#base"},
"east": {"uv": [0, 0, 4, 16], "texture": "#redstone"},
"south": {"uv": [0, 8, 6, 16], "texture": "#base"},
"west": {"uv": [0, 0, 4, 16], "rotation": 180, "texture": "#redstone"},
"up": {"uv": [8, 2, 12, 14], "rotation": 270, "texture": "#redstone"},
"down": {"uv": [12, 2, 8, 14], "rotation": 270, "texture": "#redstone"}
}
},
{
"name": "RearBackPlate",
"from": [0.1, -5, 13],
"to": [15.9, -2, 15.9],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -8, 8]},
"faces": {
"north": {"uv": [0, 10, 16, 13], "texture": "#particle"},
"east": {"uv": [7.5, 8, 9, 9.5], "rotation": 90, "texture": "#base"},
"south": {"uv": [7.5, 8, 9, 16], "rotation": 90, "texture": "#base"},
"west": {"uv": [7.5, 14.5, 9, 16], "rotation": 90, "texture": "#base"},
"up": {"uv": [0, 7, 16, 10], "texture": "#particle"},
"down": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#particle"}
}
},
{
"name": "RearBackPlate",
"from": [2, 9.9, 10],
"to": [14, 11.9, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 6.9, 8]},
"faces": {
"down": {"uv": [13, 8.5, 15, 14.5], "rotation": 90, "texture": "#base"}
}
},
{
"from": [0.95, 8, 11],
"to": [15.05, 14.95, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 21]},
"faces": {
"east": {"uv": [0, 0.5, 3.5, 2], "rotation": 90, "texture": "#back"},
"south": {"uv": [0, 7.5, 7, 11], "texture": "#back"},
"west": {"uv": [0, 2, 3.5, 0.5], "rotation": 90, "texture": "#back"},
"up": {"uv": [0, 5.5, 7, 7], "rotation": 180, "texture": "#back"}
}
},
{
"name": "External",
"from": [-0.05, -3, 13],
"to": [16.05, 16, 19],
"rotation": {"angle": -22.5, "axis": "x", "origin": [0, -3, 13]},
"faces": {
"north": {"uv": [0, 0, 8, 9.5], "texture": "#direction"},
"east": {"uv": [11, 0, 8, 9.5], "texture": "#direction"},
"south": {"uv": [0, 6.5, 8, 16], "rotation": 180, "texture": "#direction"},
"west": {"uv": [8, 0, 11, 9.5], "texture": "#direction"},
"up": {"uv": [11, 0, 14, 8], "rotation": 90, "texture": "#direction"},
"down": {"uv": [0, 6.5, 8, 9.5], "texture": "#direction"}
}
},
{
"name": "Internal",
"from": [1.9, -3, 19],
"to": [14.1, 10.05, 13],
"rotation": {"angle": -22.5, "axis": "x", "origin": [0, -3, 13]},
"faces": {
"east": {"uv": [13, 6, 16, 12.5], "rotation": 180, "texture": "#base"},
"west": {"uv": [13, 9.5, 16, 16], "texture": "#base"},
"up": {"uv": [13, 7.5, 16, 13.5], "rotation": 90, "texture": "#base"}
}
}
],
"groups": [
{
"name": "block_retracted",
"origin": [8, 8, 8],
"color": 0,
"children": [
{
"name": "BeltFunnel",
"origin": [9, -4, 8],
"color": 0,
"children": [
{
"name": "Base",
"origin": [9, -4, 8],
"color": 0,
"children": [0, 1, 2]
}
]
},
3
]
},
{
"name": "Front_section",
"origin": [8, 8, 8],
"color": 0,
"children": [4, 5]
}
]
}