some textures :3

This commit is contained in:
DrMangoTea
2023-11-20 15:07:01 +01:00
parent 9fb8571d03
commit f5a1c4404f

View File

@@ -1,61 +1,58 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"inside": "create:block/scaffold/brass_scaffold_inside",
"particle": "create:block/scaffold/brass_scaffold",
"side": "create:block/scaffold/brass_scaffold",
"top": "create:block/funnel/brass_funnel_frame"
"0": "createindustry:block/rebar_cage",
"particle": "createindustry:block/rebar_cage"
},
"elements": [
{
"name": "outside_nocull",
"from": [0, 0, 0],
"to": [16, 16, 16],
"from": [5, 1, 1],
"to": [5, 16, 15],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "down"},
"east": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "down"},
"south": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "down"},
"west": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "down"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top"}
"north": {"uv": [0, 0, 0, 15], "texture": "#0"},
"east": {"uv": [0, 0, 14, 15], "texture": "#0"},
"south": {"uv": [0, 0, 0, 15], "texture": "#0"},
"west": {"uv": [0, 0, 14, 15], "texture": "#0"},
"up": {"uv": [0, 14, 0, 0], "texture": "#0"},
"down": {"uv": [0, 0, 0, 14], "texture": "#0"}
}
},
{
"name": "outside",
"from": [0, 0, 0],
"to": [16, 16, 16],
"from": [11, 1, 1],
"to": [11, 16, 15],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top"}
"north": {"uv": [0, 0, 0, 15], "texture": "#0"},
"east": {"uv": [0, 0, 14, 15], "texture": "#0"},
"south": {"uv": [0, 0, 0, 15], "texture": "#0"},
"west": {"uv": [0, 0, 14, 15], "texture": "#0"},
"up": {"uv": [0, 14, 0, 0], "texture": "#0"},
"down": {"uv": [0, 0, 0, 14], "texture": "#0"}
}
},
{
"name": "inner_top",
"from": [0, 15.9, 0],
"to": [16, 16, 16],
"from": [1, 1, 11],
"to": [15, 16, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [5, 8.5, 8]},
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#top"}
"north": {"uv": [0, 0, 14, 15], "texture": "#0"},
"east": {"uv": [0, 0, 0, 15], "texture": "#0"},
"south": {"uv": [0, 0, 14, 15], "texture": "#0"},
"west": {"uv": [0, 0, 0, 15], "texture": "#0"},
"up": {"uv": [14, 0, 0, 0], "texture": "#0"},
"down": {"uv": [14, 0, 0, 0], "texture": "#0"}
}
},
{
"name": "inside",
"from": [0.05, 0, 16],
"to": [15.95, 16, 0],
"from": [1, 1, 5],
"to": [15, 16, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [5, 8.5, 8]},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "east"},
"west": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "west"}
}
},
{
"name": "inside",
"from": [0, 0, 15.95],
"to": [16, 16, 0.05],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "south"},
"south": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "north"}
"north": {"uv": [0, 0, 14, 15], "texture": "#0"},
"east": {"uv": [0, 0, 0, 15], "texture": "#0"},
"south": {"uv": [0, 0, 14, 15], "texture": "#0"},
"west": {"uv": [0, 0, 0, 15], "texture": "#0"},
"up": {"uv": [14, 0, 0, 0], "texture": "#0"},
"down": {"uv": [14, 0, 0, 0], "texture": "#0"}
}
}
]