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

51 lines
1.5 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"1": "create:block/chute_large",
"6": "create:block/pulley_magnet",
"particle": "create:block/pulley_magnet"
},
"elements": [
{
"name": "rope",
"from": [5.95, 2, 5.95],
"to": [10.05, 16, 10.05],
"rotation": {"angle": 0, "axis": "y", "origin": [7.75, 0, 8]},
"faces": {
"north": {"uv": [12, 0, 16, 14], "texture": "#6"},
"east": {"uv": [12, 0, 16, 14], "texture": "#6"},
"south": {"uv": [12, 0, 16, 14], "texture": "#6"},
"west": {"uv": [12, 0, 16, 14], "texture": "#6"},
"up": {"uv": [12, 0, 16, 4], "rotation": 90, "texture": "#6"}
}
},
{
"name": "magnet",
"from": [3, 0, 3],
"to": [13, 3, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 23, 8]},
"faces": {
"north": {"uv": [0, 10, 10, 13], "texture": "#6"},
"east": {"uv": [0, 10, 10, 13], "texture": "#6"},
"south": {"uv": [0, 10, 10, 13], "texture": "#6"},
"west": {"uv": [0, 10, 10, 13], "texture": "#6"},
"up": {"uv": [0, 0, 10, 10], "texture": "#6"},
"down": {"uv": [0, 0, 10, 10], "texture": "#6"}
}
},
{
"name": "magnet",
"from": [4.95, 3, 4.95],
"to": [11.05, 5, 11.05],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 23, 8]},
"faces": {
"north": {"uv": [0, 13, 6, 15], "texture": "#6"},
"east": {"uv": [0, 13, 6, 15], "texture": "#6"},
"south": {"uv": [0, 13, 6, 15], "texture": "#6"},
"west": {"uv": [0, 13, 6, 15], "texture": "#6"},
"up": {"uv": [10.5, 11, 13.5, 14], "texture": "#1"}
}
}
]
}