From f5a1c4404f80e5b1080e5efebe550161a599fad9 Mon Sep 17 00:00:00 2001 From: DrMangoTea Date: Mon, 20 Nov 2023 15:07:01 +0100 Subject: [PATCH] some textures :3 --- .../rebar_formwork_block/block_base.json | 75 +++++++++---------- 1 file changed, 36 insertions(+), 39 deletions(-) diff --git a/src/main/resources/assets/createindustry/models/block/rebar_formwork_block/block_base.json b/src/main/resources/assets/createindustry/models/block/rebar_formwork_block/block_base.json index ff3d988a..fd09695b 100644 --- a/src/main/resources/assets/createindustry/models/block/rebar_formwork_block/block_base.json +++ b/src/main/resources/assets/createindustry/models/block/rebar_formwork_block/block_base.json @@ -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"} } } ]