summaryrefslogtreecommitdiff
path: root/src/main/resources/assets/tinkersdefense/textures/blocks
diff options
context:
space:
mode:
authorLance5057 <Lance5057@gmail.com>2016-03-18 06:14:33 -0500
committerLance5057 <Lance5057@gmail.com>2016-03-18 06:14:33 -0500
commitba8feb526da0a1ce15a179e1e5ee44582f769768 (patch)
tree475cddb02865c13c84a9a36800d5afaf9de58e15 /src/main/resources/assets/tinkersdefense/textures/blocks
parentd01b86cd71b4a805f273bd662a38aacafa803cf4 (diff)
Added modifiers, beautified code
Diffstat (limited to 'src/main/resources/assets/tinkersdefense/textures/blocks')
-rw-r--r--src/main/resources/assets/tinkersdefense/textures/blocks/glowstonecrumbs.pngbin0 -> 273 bytes
-rw-r--r--src/main/resources/assets/tinkersdefense/textures/blocks/unstableice.pngbin0 -> 18041 bytes
-rw-r--r--src/main/resources/assets/tinkersdefense/textures/blocks/unstableice.png.mcmeta5
-rw-r--r--src/main/resources/assets/tinkersdefense/textures/blocks/unstableobsidian.pngbin0 -> 8716 bytes
-rw-r--r--src/main/resources/assets/tinkersdefense/textures/blocks/unstableobsidian.png.mcmeta45
5 files changed, 50 insertions, 0 deletions
diff --git a/src/main/resources/assets/tinkersdefense/textures/blocks/glowstonecrumbs.png b/src/main/resources/assets/tinkersdefense/textures/blocks/glowstonecrumbs.png
new file mode 100644
index 0000000..a0cc2de
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/textures/blocks/glowstonecrumbs.png
Binary files differ
diff --git a/src/main/resources/assets/tinkersdefense/textures/blocks/unstableice.png b/src/main/resources/assets/tinkersdefense/textures/blocks/unstableice.png
new file mode 100644
index 0000000..da6c0f6
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/textures/blocks/unstableice.png
Binary files differ
diff --git a/src/main/resources/assets/tinkersdefense/textures/blocks/unstableice.png.mcmeta b/src/main/resources/assets/tinkersdefense/textures/blocks/unstableice.png.mcmeta
new file mode 100644
index 0000000..0645f48
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/textures/blocks/unstableice.png.mcmeta
@@ -0,0 +1,5 @@
+{
+ "animation": {
+ "frametime": 2
+ }
+}
diff --git a/src/main/resources/assets/tinkersdefense/textures/blocks/unstableobsidian.png b/src/main/resources/assets/tinkersdefense/textures/blocks/unstableobsidian.png
new file mode 100644
index 0000000..bd77aa5
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/textures/blocks/unstableobsidian.png
Binary files differ
diff --git a/src/main/resources/assets/tinkersdefense/textures/blocks/unstableobsidian.png.mcmeta b/src/main/resources/assets/tinkersdefense/textures/blocks/unstableobsidian.png.mcmeta
new file mode 100644
index 0000000..7ceb363
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/textures/blocks/unstableobsidian.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