-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
155 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/anvilcraft/blockstates/stamping_platform.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "anvilcraft:block/stamping_platform" | ||
} | ||
} | ||
} |
148 changes: 148 additions & 0 deletions
148
src/main/resources/assets/anvilcraft/models/block/stamping_platform.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
{ | ||
"credit": "Made by XeKr with Blockbench", | ||
"ambientocclusion": false, | ||
"textures": { | ||
"0": "anvilcraft:block/stamping_platform_top", | ||
"1": "anvilcraft:block/stamping_platform_bottom", | ||
"2": "anvilcraft:block/stamping_platform_side", | ||
"particle": "anvilcraft:block/stamping_platform_top" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [0, 10, 0], | ||
"to": [2, 16, 16], | ||
"faces": { | ||
"north": {"uv": [14, 0, 16, 6], "texture": "#2", "cullface": "north"}, | ||
"east": {"uv": [0, 0, 16, 6], "texture": "#2"}, | ||
"south": {"uv": [0, 0, 2, 6], "texture": "#2", "cullface": "south"}, | ||
"west": {"uv": [0, 0, 16, 6], "texture": "#2", "cullface": "west"}, | ||
"up": {"uv": [0, 0, 2, 16], "texture": "#0", "cullface": "up"}, | ||
"down": {"uv": [0, 0, 2, 16], "texture": "#1"} | ||
} | ||
}, | ||
{ | ||
"from": [2, 10, 2], | ||
"to": [14, 12, 14], | ||
"faces": { | ||
"up": {"uv": [2, 2, 14, 14], "texture": "#0"}, | ||
"down": {"uv": [2, 2, 14, 14], "texture": "#1"} | ||
} | ||
}, | ||
{ | ||
"from": [14, 10, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"north": {"uv": [0, 0, 2, 6], "texture": "#2", "cullface": "north"}, | ||
"east": {"uv": [0, 0, 16, 6], "texture": "#2", "cullface": "east"}, | ||
"south": {"uv": [14, 0, 16, 6], "texture": "#2", "cullface": "south"}, | ||
"west": {"uv": [0, 0, 16, 6], "texture": "#2"}, | ||
"up": {"uv": [14, 0, 16, 16], "texture": "#0", "cullface": "up"}, | ||
"down": {"uv": [14, 0, 16, 16], "texture": "#1"} | ||
} | ||
}, | ||
{ | ||
"from": [2, 10, 0], | ||
"to": [14, 16, 2], | ||
"faces": { | ||
"north": {"uv": [2, 0, 14, 6], "texture": "#2", "cullface": "north"}, | ||
"south": {"uv": [2, 0, 14, 6], "texture": "#2"}, | ||
"up": {"uv": [2, 0, 14, 2], "texture": "#0", "cullface": "up"}, | ||
"down": {"uv": [2, 14, 14, 16], "texture": "#1"} | ||
} | ||
}, | ||
{ | ||
"from": [2, 10, 14], | ||
"to": [14, 16, 16], | ||
"faces": { | ||
"north": {"uv": [2, 0, 14, 6], "texture": "#2"}, | ||
"south": {"uv": [2, 0, 14, 6], "texture": "#2", "cullface": "south"}, | ||
"up": {"uv": [2, 14, 14, 16], "texture": "#0", "cullface": "up"}, | ||
"down": {"uv": [2, 0, 14, 2], "texture": "#1"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 0, 0], | ||
"to": [4, 10, 2], | ||
"faces": { | ||
"north": {"uv": [12, 6, 16, 16], "texture": "#2", "cullface": "north"}, | ||
"east": {"uv": [14, 6, 16, 16], "texture": "#2"}, | ||
"south": {"uv": [0, 6, 4, 16], "texture": "#2"}, | ||
"west": {"uv": [0, 6, 2, 16], "texture": "#2", "cullface": "west"}, | ||
"down": {"uv": [0, 14, 4, 16], "texture": "#1", "cullface": "down"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 0, 2], | ||
"to": [2, 10, 4], | ||
"faces": { | ||
"east": {"uv": [12, 6, 14, 16], "texture": "#2"}, | ||
"south": {"uv": [0, 6, 2, 16], "texture": "#2"}, | ||
"west": {"uv": [2, 6, 4, 16], "texture": "#2", "cullface": "west"}, | ||
"down": {"uv": [0, 12, 2, 14], "texture": "#1", "cullface": "down"} | ||
} | ||
}, | ||
{ | ||
"from": [12, 0, 0], | ||
"to": [16, 10, 2], | ||
"faces": { | ||
"north": {"uv": [0, 6, 4, 16], "texture": "#2", "cullface": "north"}, | ||
"east": {"uv": [14, 6, 16, 16], "texture": "#2", "cullface": "east"}, | ||
"south": {"uv": [12, 6, 16, 16], "texture": "#2"}, | ||
"west": {"uv": [0, 6, 2, 16], "texture": "#2"}, | ||
"down": {"uv": [12, 14, 16, 16], "texture": "#1", "cullface": "down"} | ||
} | ||
}, | ||
{ | ||
"from": [14, 0, 2], | ||
"to": [16, 10, 4], | ||
"faces": { | ||
"east": {"uv": [12, 6, 14, 16], "texture": "#2", "cullface": "east"}, | ||
"south": {"uv": [14, 6, 16, 16], "texture": "#2"}, | ||
"west": {"uv": [2, 6, 4, 16], "texture": "#2"}, | ||
"down": {"uv": [14, 12, 16, 14], "texture": "#1", "cullface": "down"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 0, 14], | ||
"to": [4, 10, 16], | ||
"faces": { | ||
"north": {"uv": [12, 6, 16, 16], "texture": "#2"}, | ||
"east": {"uv": [0, 6, 2, 16], "texture": "#2"}, | ||
"south": {"uv": [0, 6, 4, 16], "texture": "#2", "cullface": "south"}, | ||
"west": {"uv": [14, 6, 16, 16], "texture": "#2", "cullface": "west"}, | ||
"down": {"uv": [0, 0, 4, 2], "texture": "#1", "cullface": "down"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 0, 12], | ||
"to": [2, 10, 14], | ||
"faces": { | ||
"north": {"uv": [14, 6, 16, 16], "texture": "#2"}, | ||
"east": {"uv": [2, 6, 4, 16], "texture": "#2"}, | ||
"west": {"uv": [12, 6, 14, 16], "texture": "#2", "cullface": "west"}, | ||
"down": {"uv": [0, 2, 2, 4], "texture": "#1", "cullface": "down"} | ||
} | ||
}, | ||
{ | ||
"from": [12, 0, 14], | ||
"to": [16, 10, 16], | ||
"faces": { | ||
"north": {"uv": [0, 6, 4, 16], "texture": "#2"}, | ||
"east": {"uv": [0, 6, 2, 16], "texture": "#2", "cullface": "east"}, | ||
"south": {"uv": [12, 6, 16, 16], "texture": "#2", "cullface": "south"}, | ||
"west": {"uv": [14, 6, 16, 16], "texture": "#2"}, | ||
"down": {"uv": [12, 0, 16, 2], "texture": "#1", "cullface": "down"} | ||
} | ||
}, | ||
{ | ||
"from": [14, 0, 12], | ||
"to": [16, 10, 14], | ||
"faces": { | ||
"north": {"uv": [0, 6, 2, 16], "texture": "#2"}, | ||
"east": {"uv": [2, 6, 4, 16], "texture": "#2", "cullface": "east"}, | ||
"west": {"uv": [12, 6, 14, 16], "texture": "#2"}, | ||
"down": {"uv": [14, 2, 16, 4], "texture": "#1", "cullface": "down"} | ||
} | ||
} | ||
] | ||
} |
Binary file modified
BIN
-11 Bytes
(96%)
src/main/resources/assets/anvilcraft/textures/block/charge_collector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+292 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+298 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+300 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+302 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+302 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+302 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+298 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+298 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+298 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+299 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+299 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+299 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+300 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+299 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+298 Bytes
src/main/resources/assets/anvilcraft/textures/block/charge_collector_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3 Bytes
(100%)
src/main/resources/assets/anvilcraft/textures/block/charge_collector_full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+216 Bytes
src/main/resources/assets/anvilcraft/textures/block/stamping_platform_bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+236 Bytes
src/main/resources/assets/anvilcraft/textures/block/stamping_platform_side.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+234 Bytes
src/main/resources/assets/anvilcraft/textures/block/stamping_platform_top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.