diff --git a/common/src/main/resources/assets/anvilcraft/models/block/charge_collector.json b/common/src/main/resources/assets/anvilcraft/models/block/charge_collector.json index 9c8a9c34e..8cde6c7d2 100644 --- a/common/src/main/resources/assets/anvilcraft/models/block/charge_collector.json +++ b/common/src/main/resources/assets/anvilcraft/models/block/charge_collector.json @@ -114,12 +114,12 @@ "to": [13, 16, 13], "rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]}, "faces": { - "north": {"uv": [0, 0, 10, 10], "texture": "#head"}, - "east": {"uv": [0, 0, 10, 10], "texture": "#head"}, - "south": {"uv": [0, 0, 10, 10], "texture": "#head"}, - "west": {"uv": [0, 0, 10, 10], "texture": "#head"}, - "up": {"uv": [0, 0, 10, 10], "texture": "#head"}, - "down": {"uv": [0, 0, 10, 10], "texture": "#head"} + "north": {"uv": [3, 3, 13, 13], "texture": "#head"}, + "east": {"uv": [3, 3, 13, 13], "texture": "#head"}, + "south": {"uv": [3, 3, 13, 13], "texture": "#head"}, + "west": {"uv": [3, 3, 13, 13], "texture": "#head"}, + "up": {"uv": [3, 3, 13, 13], "texture": "#head"}, + "down": {"uv": [3, 3, 13, 13], "texture": "#head"} } } ] diff --git a/common/src/main/resources/assets/anvilcraft/models/block/creative_dynamo.json b/common/src/main/resources/assets/anvilcraft/models/block/creative_dynamo.json new file mode 100644 index 000000000..319330afc --- /dev/null +++ b/common/src/main/resources/assets/anvilcraft/models/block/creative_dynamo.json @@ -0,0 +1,38 @@ +{ + "credit": "Made by XeKr with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "particle": "anvilcraft:block/creative_dynamo_side", + "base": "anvilcraft:block/creative_dynamo_side", + "top": "anvilcraft:block/creative_dynamo_top", + "bottom": "anvilcraft:block/creative_dynamo_bottom", + "head": "anvilcraft:block/creative_dynamo_head" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 4, 16], + "faces": { + "north": {"uv": [0, 12, 16, 16], "texture": "#base"}, + "east": {"uv": [0, 12, 16, 16], "texture": "#base"}, + "south": {"uv": [0, 12, 16, 16], "texture": "#base"}, + "west": {"uv": [0, 12, 16, 16], "texture": "#base"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} + } + }, + { + "from": [3, 6, 3], + "to": [13, 16, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]}, + "faces": { + "north": {"uv": [3, 3, 13, 13], "texture": "#head"}, + "east": {"uv": [3, 3, 13, 13], "texture": "#head"}, + "south": {"uv": [3, 3, 13, 13], "texture": "#head"}, + "west": {"uv": [3, 3, 13, 13], "texture": "#head"}, + "up": {"uv": [3, 3, 13, 13], "texture": "#head"}, + "down": {"uv": [3, 3, 13, 13], "texture": "#head"} + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/assets/anvilcraft/textures/block/charge_collector_head.png b/common/src/main/resources/assets/anvilcraft/textures/block/charge_collector_head.png index d14532035..5f7b7c6f1 100644 Binary files a/common/src/main/resources/assets/anvilcraft/textures/block/charge_collector_head.png and b/common/src/main/resources/assets/anvilcraft/textures/block/charge_collector_head.png differ diff --git a/common/src/main/resources/assets/anvilcraft/textures/block/creative_dynamo_bottom.png b/common/src/main/resources/assets/anvilcraft/textures/block/creative_dynamo_bottom.png new file mode 100644 index 000000000..525d51ed5 Binary files /dev/null and b/common/src/main/resources/assets/anvilcraft/textures/block/creative_dynamo_bottom.png differ diff --git a/common/src/main/resources/assets/anvilcraft/textures/block/creative_dynamo_head.png b/common/src/main/resources/assets/anvilcraft/textures/block/creative_dynamo_head.png new file mode 100644 index 000000000..9c4d042a8 Binary files /dev/null and b/common/src/main/resources/assets/anvilcraft/textures/block/creative_dynamo_head.png differ diff --git a/common/src/main/resources/assets/anvilcraft/textures/block/creative_dynamo_side.png b/common/src/main/resources/assets/anvilcraft/textures/block/creative_dynamo_side.png new file mode 100644 index 000000000..0050f2713 Binary files /dev/null and b/common/src/main/resources/assets/anvilcraft/textures/block/creative_dynamo_side.png differ diff --git a/common/src/main/resources/assets/anvilcraft/textures/block/creative_dynamo_top.png b/common/src/main/resources/assets/anvilcraft/textures/block/creative_dynamo_top.png new file mode 100644 index 000000000..37f0caae4 Binary files /dev/null and b/common/src/main/resources/assets/anvilcraft/textures/block/creative_dynamo_top.png differ