CreateMod/src/main/resources/assets/create/models/block/belt_funnel/block_retracted.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

129 lines
4.1 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_neutral",
"redstone": "create:block/funnel/brass_funnel_unpowered",
"particle": "create:block/brass_block",
"block": "create:block/brass_block"
},
"elements": [
{
"name": "LeftBottom",
"from": [15, -5, 8],
"to": [16, -3, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -8, 8]},
"faces": {
"north": {"uv": [8, 12, 9, 12.5], "rotation": 90, "texture": "#base"},
"east": {"uv": [8, 12, 9, 15], "rotation": 90, "texture": "#base"},
"west": {"uv": [8, 12, 9, 15], "rotation": 90, "texture": "#base"},
"down": {"uv": [0, 8, 1, 14], "texture": "#block"}
}
},
{
"name": "LeftBottom",
"from": [0, -5, 8],
"to": [1, -3, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -8, 8]},
"faces": {
"north": {"uv": [8, 11.5, 9, 12], "rotation": 90, "texture": "#base"},
"east": {"uv": [8, 12, 9, 9], "rotation": 90, "texture": "#base"},
"west": {"uv": [8, 12, 9, 9], "rotation": 90, "texture": "#base"},
"down": {"uv": [15, 8, 16, 14], "texture": "#block"}
}
},
{
"from": [0, -3, 8],
"to": [16, 16, 14],
"faces": {
"north": {"uv": [0, 0, 8, 9.5], "texture": "#direction"},
"east": {"uv": [8, 9.5, 11, 0], "rotation": 180, "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, 7, 8, 10], "texture": "#direction"}
}
},
{
"from": [1.95, -3, 14],
"to": [14.05, 10.05, 8],
"faces": {
"east": {"uv": [13, 16, 16, 9.5], "rotation": 180, "texture": "#base"},
"west": {"uv": [13, 12.5, 16, 6], "texture": "#base"},
"up": {"uv": [16, 7.5, 13, 13.5], "rotation": 270, "texture": "#base"}
}
},
{
"name": "Back",
"from": [2.05, -2, 12],
"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, 6, 16], "texture": "#redstone"},
"south": {"uv": [0, 8, 6, 16], "texture": "#base"},
"west": {"uv": [0, 0, 6, 16], "rotation": 180, "texture": "#redstone"},
"up": {"uv": [8, 2, 14, 14], "rotation": 270, "texture": "#redstone"},
"down": {"uv": [0, 2, 6, 14], "rotation": 90, "texture": "#redstone"}
}
},
{
"name": "RearBackPlate",
"from": [0, -5, 14],
"to": [16, -2, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -8, 8]},
"faces": {
"east": {"uv": [7.5, 15, 9, 16], "rotation": 90, "texture": "#base"},
"south": {"uv": [7.5, 8, 9, 16], "rotation": 90, "texture": "#base"},
"west": {"uv": [7.5, 8, 9, 9], "rotation": 90, "texture": "#base"},
"up": {"uv": [0, 14, 16, 16], "texture": "#block"},
"down": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#block"}
}
},
{
"name": "RearBackPlate",
"from": [1, -5, 12],
"to": [15, -2, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -8, 8]},
"faces": {
"north": {"uv": [1, 10, 15, 12], "texture": "#block"},
"down": {"uv": [1, 12, 15, 14], "rotation": 180, "texture": "#block"}
}
},
{
"from": [0.95, -2, 14],
"to": [15.05, 15.05, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 22]},
"faces": {
"east": {"uv": [7, 7.5, 7.5, 16], "texture": "#back"},
"south": {"uv": [0, 7.5, 7, 16], "texture": "#back"},
"west": {"uv": [7, 7.5, 7.5, 16], "texture": "#back"},
"up": {"uv": [0, 5.5, 7, 6], "rotation": 180, "texture": "#back"}
}
}
],
"groups": [
{
"name": "BeltFunnel",
"origin": [9, -4, 8],
"color": 0,
"children": [
{
"name": "FrontSection",
"origin": [9, -4, 8],
"color": 0,
"children": [0, 1, 2, 3]
},
{
"name": "Base",
"origin": [9, -4, 8],
"color": 0,
"children": [4, 5, 6]
}
]
},
7
]
}