summaryrefslogtreecommitdiff
path: root/src/main/resources/assets/tinkerscompendium/materials
diff options
context:
space:
mode:
authorLance5057 <Lance5057@gmail.com>2018-06-05 22:13:46 -0500
committerLance5057 <Lance5057@gmail.com>2018-06-05 22:13:46 -0500
commitc00efedf54aa760be041762be388f7f8adaab553 (patch)
treea1325c8b09ea1fde6d162f73839d9f2be069245c /src/main/resources/assets/tinkerscompendium/materials
parentf428bdd45dbe00fd0b674bce6ed7623caedca804 (diff)
Armor Rendering Part 1master
Diffstat (limited to 'src/main/resources/assets/tinkerscompendium/materials')
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/aeonsteel.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/amber.json10
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/amethyst.json10
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/cheese.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/citrine.json10
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/diamond.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/emerald.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/enderpearl.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/gallite.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/garnet.json10
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/ghasttear.json9
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/glass.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/glowstone.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/greencandy.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/lapis.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/opal.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/quartz.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/redcandy.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/ruby.json10
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/sapphire.json10
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/starruby.json10
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/starsapphire.json10
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/sundrop.json6
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/tanzanite.json10
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/topaz.json10
-rw-r--r--src/main/resources/assets/tinkerscompendium/materials/voidite.json6
26 files changed, 199 insertions, 0 deletions
diff --git a/src/main/resources/assets/tinkerscompendium/materials/aeonsteel.json b/src/main/resources/assets/tinkerscompendium/materials/aeonsteel.json
new file mode 100644
index 0000000..f7e85cb
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/aeonsteel.json
@@ -0,0 +1,6 @@
+{
+ "type": "colored",
+ "parameters": {
+ "color": "a470e0"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/amber.json b/src/main/resources/assets/tinkerscompendium/materials/amber.json
new file mode 100644
index 0000000..d4b4c24
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/amber.json
@@ -0,0 +1,10 @@
+{
+ "type": "metal_textured",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/opal",
+ "color": "dba827",
+ "shinyness": 0.6,
+ "brightness": 0.4,
+ "hueshift": 0.1
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/amethyst.json b/src/main/resources/assets/tinkerscompendium/materials/amethyst.json
new file mode 100644
index 0000000..c624cd9
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/amethyst.json
@@ -0,0 +1,10 @@
+{
+ "type": "metal_textured",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/facetedgem",
+ "color": "b436e2",
+ "shinyness": 0.6,
+ "brightness": 0.4,
+ "hueshift": 0.1
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/cheese.json b/src/main/resources/assets/tinkerscompendium/materials/cheese.json
new file mode 100644
index 0000000..ccf2cbe
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/cheese.json
@@ -0,0 +1,6 @@
+{
+ "type": "block",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/cheese"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/citrine.json b/src/main/resources/assets/tinkerscompendium/materials/citrine.json
new file mode 100644
index 0000000..11f51cf
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/citrine.json
@@ -0,0 +1,10 @@
+{
+ "type": "metal_textured",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/facetedgem",
+ "color": "ffe877",
+ "shinyness": 0.6,
+ "brightness": 0.4,
+ "hueshift": 0.1
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/diamond.json b/src/main/resources/assets/tinkerscompendium/materials/diamond.json
new file mode 100644
index 0000000..59545d6
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/diamond.json
@@ -0,0 +1,6 @@
+{
+ "type": "block",
+ "parameters": {
+ "texture": "minecraft:blocks/diamond_block"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/emerald.json b/src/main/resources/assets/tinkerscompendium/materials/emerald.json
new file mode 100644
index 0000000..d72f1ea
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/emerald.json
@@ -0,0 +1,6 @@
+{
+ "type": "block",
+ "parameters": {
+ "texture": "minecraft:blocks/emerald_block"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/enderpearl.json b/src/main/resources/assets/tinkerscompendium/materials/enderpearl.json
new file mode 100644
index 0000000..55a13d3
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/enderpearl.json
@@ -0,0 +1,6 @@
+{
+ "type": "block",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/ender_pearl"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/gallite.json b/src/main/resources/assets/tinkerscompendium/materials/gallite.json
new file mode 100644
index 0000000..3dcef6a
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/gallite.json
@@ -0,0 +1,6 @@
+{
+ "type": "block",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/gall"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/garnet.json b/src/main/resources/assets/tinkerscompendium/materials/garnet.json
new file mode 100644
index 0000000..84d372c
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/garnet.json
@@ -0,0 +1,10 @@
+{
+ "type": "metal_textured",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/facetedgem",
+ "color": "9e1c1c",
+ "shinyness": 0.6,
+ "brightness": 0.4,
+ "hueshift": 0.1
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/ghasttear.json b/src/main/resources/assets/tinkerscompendium/materials/ghasttear.json
new file mode 100644
index 0000000..c63d9f3
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/ghasttear.json
@@ -0,0 +1,9 @@
+{
+ "type": "metal",
+ "parameters": {
+ "color": "e8fbff",
+ "shinyness": 1,
+ "brightness": 1,
+ "hueshift": 1
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/glass.json b/src/main/resources/assets/tinkerscompendium/materials/glass.json
new file mode 100644
index 0000000..21cc94a
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/glass.json
@@ -0,0 +1,6 @@
+{
+ "type": "alpha_color",
+ "parameters": {
+ "color": "ffffff"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/glowstone.json b/src/main/resources/assets/tinkerscompendium/materials/glowstone.json
new file mode 100644
index 0000000..9abfcda
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/glowstone.json
@@ -0,0 +1,6 @@
+{
+ "type": "block",
+ "parameters": {
+ "texture": "minecraft:blocks/glowstone"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/greencandy.json b/src/main/resources/assets/tinkerscompendium/materials/greencandy.json
new file mode 100644
index 0000000..0a9cedd
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/greencandy.json
@@ -0,0 +1,6 @@
+{
+ "type": "block",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/greencandy"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/lapis.json b/src/main/resources/assets/tinkerscompendium/materials/lapis.json
new file mode 100644
index 0000000..70a86d5
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/lapis.json
@@ -0,0 +1,6 @@
+{
+ "type": "block",
+ "parameters": {
+ "texture": "minecraft:blocks/lapis_block"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/opal.json b/src/main/resources/assets/tinkerscompendium/materials/opal.json
new file mode 100644
index 0000000..a146b17
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/opal.json
@@ -0,0 +1,6 @@
+{
+ "type": "block",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/opal"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/quartz.json b/src/main/resources/assets/tinkerscompendium/materials/quartz.json
new file mode 100644
index 0000000..817ad2c
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/quartz.json
@@ -0,0 +1,6 @@
+{
+ "type": "block",
+ "parameters": {
+ "texture": "minecraft:blocks/quartz_block_side"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/redcandy.json b/src/main/resources/assets/tinkerscompendium/materials/redcandy.json
new file mode 100644
index 0000000..9a8b350
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/redcandy.json
@@ -0,0 +1,6 @@
+{
+ "type": "block",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/redcandy"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/ruby.json b/src/main/resources/assets/tinkerscompendium/materials/ruby.json
new file mode 100644
index 0000000..90bbab7
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/ruby.json
@@ -0,0 +1,10 @@
+{
+ "type": "metal_textured",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/facetedgem",
+ "color": "ff0061",
+ "shinyness": 0.6,
+ "brightness": 0.4,
+ "hueshift": 0.1
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/sapphire.json b/src/main/resources/assets/tinkerscompendium/materials/sapphire.json
new file mode 100644
index 0000000..44c9dae
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/sapphire.json
@@ -0,0 +1,10 @@
+{
+ "type": "metal_textured",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/facetedgem",
+ "color": "6e00ff",
+ "shinyness": 0.6,
+ "brightness": 0.4,
+ "hueshift": 0.1
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/starruby.json b/src/main/resources/assets/tinkerscompendium/materials/starruby.json
new file mode 100644
index 0000000..05f0570
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/starruby.json
@@ -0,0 +1,10 @@
+{
+ "type": "metal_textured",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/stargem",
+ "color": "b00063",
+ "shinyness": 0.6,
+ "brightness": 0.4,
+ "hueshift": 0.1
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/starsapphire.json b/src/main/resources/assets/tinkerscompendium/materials/starsapphire.json
new file mode 100644
index 0000000..94e2cea
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/starsapphire.json
@@ -0,0 +1,10 @@
+{
+ "type": "metal_textured",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/stargem",
+ "color": "7a629e",
+ "shinyness": 0.6,
+ "brightness": 0.4,
+ "hueshift": 0.1
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/sundrop.json b/src/main/resources/assets/tinkerscompendium/materials/sundrop.json
new file mode 100644
index 0000000..c0040a0
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/sundrop.json
@@ -0,0 +1,6 @@
+{
+ "type": "block",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/sun"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/tanzanite.json b/src/main/resources/assets/tinkerscompendium/materials/tanzanite.json
new file mode 100644
index 0000000..306798e
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/tanzanite.json
@@ -0,0 +1,10 @@
+{
+ "type": "metal_textured",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/facetedgem",
+ "color": "8860e5",
+ "shinyness": 0.6,
+ "brightness": 0.4,
+ "hueshift": 0.1
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/topaz.json b/src/main/resources/assets/tinkerscompendium/materials/topaz.json
new file mode 100644
index 0000000..15094e3
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/topaz.json
@@ -0,0 +1,10 @@
+{
+ "type": "metal_textured",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/facetedgem",
+ "color": "ffc551",
+ "shinyness": 0.6,
+ "brightness": 0.4,
+ "hueshift": 0.1
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkerscompendium/materials/voidite.json b/src/main/resources/assets/tinkerscompendium/materials/voidite.json
new file mode 100644
index 0000000..432f37c
--- /dev/null
+++ b/src/main/resources/assets/tinkerscompendium/materials/voidite.json
@@ -0,0 +1,6 @@
+{
+ "type": "block",
+ "parameters": {
+ "texture": "tinkerscompendium:materials/moon"
+ }
+} \ No newline at end of file