summaryrefslogtreecommitdiff
path: root/src/main/resources/assets/tinkersdefense/models
diff options
context:
space:
mode:
authorLance5057 <Lance5057@gmail.com>2017-06-30 00:31:52 -0500
committerLance5057 <Lance5057@gmail.com>2017-06-30 00:31:52 -0500
commit18e5d45b4d530cc60e59d78cc436877a152b567c (patch)
tree7c81ead0d846063f6f66599854b4078ca6932358 /src/main/resources/assets/tinkersdefense/models
parentc757aeb7db1ff0c08ae7f3277ccb2620d5b55600 (diff)
Added new metal fluids.
Added special interaction for: Vile Fluid - Changes various mobs to alternative forms. Vibrant Fluid - Grows grass on dirt blocks.
Diffstat (limited to 'src/main/resources/assets/tinkersdefense/models')
-rw-r--r--src/main/resources/assets/tinkersdefense/models/block/aeonsteelblock.json6
-rw-r--r--src/main/resources/assets/tinkersdefense/models/item/tools/fishingrod.tcon.json35
-rw-r--r--src/main/resources/assets/tinkersdefense/models/item/tools/hood.tcon.json35
-rw-r--r--src/main/resources/assets/tinkersdefense/models/item/tools/robe.tcon.json35
-rw-r--r--src/main/resources/assets/tinkersdefense/models/item/tools/shawl.tcon.json35
-rw-r--r--src/main/resources/assets/tinkersdefense/models/item/tools/shears.tcon.json35
-rw-r--r--src/main/resources/assets/tinkersdefense/models/item/tools/shoes.tcon.json35
7 files changed, 216 insertions, 0 deletions
diff --git a/src/main/resources/assets/tinkersdefense/models/block/aeonsteelblock.json b/src/main/resources/assets/tinkersdefense/models/block/aeonsteelblock.json
new file mode 100644
index 0000000..46c122e
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/models/block/aeonsteelblock.json
@@ -0,0 +1,6 @@
+{
+ "parent":"block/cube_all",
+ "textures": {
+ "all": "tinkersdefense:blocks/aeonsteelblock"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkersdefense/models/item/tools/fishingrod.tcon.json b/src/main/resources/assets/tinkersdefense/models/item/tools/fishingrod.tcon.json
new file mode 100644
index 0000000..5f34dde
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/models/item/tools/fishingrod.tcon.json
@@ -0,0 +1,35 @@
+{
+ "textures": {
+ "layer0": "tinkersdefense:items/fishingrod/_rod",
+ "layer1": "tinkersdefense:items/fishingrod/_string",
+ "layer2": "tinkersdefense:items/fishingrod/_hook",
+ "broken1": "tinkersdefense:items/fishingrod/broken"
+ },
+ "display": {
+ "thirdperson_righthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 4, 0 ],
+ "scale": [ 1, 1, 1 ]
+ },
+ "thirdperson_lefthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 4, 0 ],
+ "scale": [ 1, 1, 1 ]
+ },
+ "firstperson_righthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 4, 0 ],
+ "scale": [ 1, 1, 1 ]
+ },
+ "firstperson_lefthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 4, 0 ],
+ "scale": [ 1, 1, 1 ]
+ },
+ "fixed": {
+ "rotation": [ 0, 180, 0 ],
+ "translation": [ -2, 4, -5],
+ "scale":[ 0.5, 0.5, 0.5]
+ }
+ }
+}
diff --git a/src/main/resources/assets/tinkersdefense/models/item/tools/hood.tcon.json b/src/main/resources/assets/tinkersdefense/models/item/tools/hood.tcon.json
new file mode 100644
index 0000000..e8f6988
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/models/item/tools/hood.tcon.json
@@ -0,0 +1,35 @@
+{
+ "textures": {
+ "layer0": "tinkersdefense:items/armor/hood/_cloth",
+ "layer1": "tinkersdefense:items/armor/hood/_trim",
+ "layer2": "tinkersdefense:items/armor/hood/_rivet",
+ "broken1": "tinkersdefense:items/armor/hood/_broken"
+ },
+ "display": {
+ "thirdperson_righthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "thirdperson_lefthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "firstperson_righthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "firstperson_lefthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "fixed": {
+ "rotation": [ 0, 180, 0 ],
+ "translation": [ -2, 4, -5],
+ "scale":[ 0.5, 0.5, 0.5]
+ }
+ }
+}
diff --git a/src/main/resources/assets/tinkersdefense/models/item/tools/robe.tcon.json b/src/main/resources/assets/tinkersdefense/models/item/tools/robe.tcon.json
new file mode 100644
index 0000000..d2bf7e2
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/models/item/tools/robe.tcon.json
@@ -0,0 +1,35 @@
+{
+ "textures": {
+ "layer0": "tinkersdefense:items/armor/robe/_cloth",
+ "layer1": "tinkersdefense:items/armor/robe/_trim",
+ "layer2": "tinkersdefense:items/armor/robe/_plate",
+ "broken1": "tinkersdefense:items/armor/robe/_broken"
+ },
+ "display": {
+ "thirdperson_righthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "thirdperson_lefthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "firstperson_righthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "firstperson_lefthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "fixed": {
+ "rotation": [ 0, 180, 0 ],
+ "translation": [ -2, 4, -5],
+ "scale":[ 0.5, 0.5, 0.5]
+ }
+ }
+}
diff --git a/src/main/resources/assets/tinkersdefense/models/item/tools/shawl.tcon.json b/src/main/resources/assets/tinkersdefense/models/item/tools/shawl.tcon.json
new file mode 100644
index 0000000..85a6162
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/models/item/tools/shawl.tcon.json
@@ -0,0 +1,35 @@
+{
+ "textures": {
+ "layer0": "tinkersdefense:items/armor/shawl/_cloth",
+ "layer1": "tinkersdefense:items/armor/shawl/_trim",
+ "layer2": "tinkersdefense:items/armor/shawl/_clasp",
+ "broken1": "tinkersdefense:items/armor/shawl/_broken"
+ },
+ "display": {
+ "thirdperson_righthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "thirdperson_lefthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "firstperson_righthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "firstperson_lefthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "fixed": {
+ "rotation": [ 0, 180, 0 ],
+ "translation": [ -2, 4, -5],
+ "scale":[ 0.5, 0.5, 0.5]
+ }
+ }
+}
diff --git a/src/main/resources/assets/tinkersdefense/models/item/tools/shears.tcon.json b/src/main/resources/assets/tinkersdefense/models/item/tools/shears.tcon.json
new file mode 100644
index 0000000..5a03b6d
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/models/item/tools/shears.tcon.json
@@ -0,0 +1,35 @@
+{
+ "textures": {
+ "layer0": "tinkersdefense:items/shears/_top",
+ "layer1": "tinkersdefense:items/shears/_bottom",
+ "layer2": "tinkersdefense:items/shears/_binding",
+ "broken1": "tinkersdefense:items/shears/_broken"
+ },
+ "display": {
+ "thirdperson_righthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "thirdperson_lefthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "firstperson_righthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "firstperson_lefthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "fixed": {
+ "rotation": [ 0, 180, 0 ],
+ "translation": [ -2, 4, -5],
+ "scale":[ 0.5, 0.5, 0.5]
+ }
+ }
+}
diff --git a/src/main/resources/assets/tinkersdefense/models/item/tools/shoes.tcon.json b/src/main/resources/assets/tinkersdefense/models/item/tools/shoes.tcon.json
new file mode 100644
index 0000000..a69cf82
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/models/item/tools/shoes.tcon.json
@@ -0,0 +1,35 @@
+{
+ "textures": {
+ "layer0": "tinkersdefense:items/armor/shoes/_cloth",
+ "layer1": "tinkersdefense:items/armor/shoes/_sole",
+ "layer2": "tinkersdefense:items/armor/shoes/_clasp",
+ "broken1": "tinkersdefense:items/armor/shoes/_broken"
+ },
+ "display": {
+ "thirdperson_righthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "thirdperson_lefthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "firstperson_righthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "firstperson_lefthand": {
+ "rotation": [ 0, 90, 45 ],
+ "translation": [ 0, 8, 0 ],
+ "scale": [ 1.5, 1.5, 1 ]
+ },
+ "fixed": {
+ "rotation": [ 0, 180, 0 ],
+ "translation": [ -2, 4, -5],
+ "scale":[ 0.5, 0.5, 0.5]
+ }
+ }
+}