summaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authorLance5057 <Lance5057@gmail.com>2017-06-16 17:14:46 -0500
committerLance5057 <Lance5057@gmail.com>2017-06-16 17:14:46 -0500
commitc757aeb7db1ff0c08ae7f3277ccb2620d5b55600 (patch)
tree2300e6075408ead3907cd45252ed1ff650bb7d4b /src/main/resources/assets
parentbd1d6e11213dfc5ad2cd8dab8304badccf428de4 (diff)
Armor Experiments
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/tinkersdefense/blockstates/redcandyblock.json11
-rw-r--r--src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal.pngbin0 -> 10281 bytes
-rw-r--r--src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal.png.mcmeta45
-rw-r--r--src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal_flow.pngbin0 -> 9757 bytes
-rw-r--r--src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal_flow.png.mcmeta5
5 files changed, 61 insertions, 0 deletions
diff --git a/src/main/resources/assets/tinkersdefense/blockstates/redcandyblock.json b/src/main/resources/assets/tinkersdefense/blockstates/redcandyblock.json
new file mode 100644
index 0000000..f2cd467
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/blockstates/redcandyblock.json
@@ -0,0 +1,11 @@
+{
+ "forge_marker": 1,
+ "defaults": {
+ "transform": "forge:default-block",
+ "model": "cube_all",
+ "textures": {
+ "all": "tinkersdefense:blocks/redmintblock",
+ "particle": "#all"
+ }
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal.png b/src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal.png
new file mode 100644
index 0000000..441ff72
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal.png
Binary files differ
diff --git a/src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal.png.mcmeta b/src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal.png.mcmeta
new file mode 100644
index 0000000..7ceb363
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal.png.mcmeta
@@ -0,0 +1,45 @@
+{
+ "animation": {
+ "frametime": 2,
+ "frames": [
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 18,
+ 17,
+ 16,
+ 15,
+ 14,
+ 13,
+ 12,
+ 11,
+ 10,
+ 9,
+ 8,
+ 7,
+ 6,
+ 5,
+ 4,
+ 3,
+ 2,
+ 1
+ ]
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal_flow.png b/src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal_flow.png
new file mode 100644
index 0000000..0826d00
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal_flow.png
Binary files differ
diff --git a/src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal_flow.png.mcmeta b/src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal_flow.png.mcmeta
new file mode 100644
index 0000000..8e55e43
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/textures/blocks/fluids/molten_metal_flow.png.mcmeta
@@ -0,0 +1,5 @@
+{
+ "animation": {
+ "frametime": 3
+ }
+}