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