From c00efedf54aa760be041762be388f7f8adaab553 Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Tue, 5 Jun 2018 22:13:46 -0500 Subject: Armor Rendering Part 1 --- .../assets/tinkerscompendium/materials/aeonsteel.json | 6 ++++++ .../resources/assets/tinkerscompendium/materials/amber.json | 10 ++++++++++ .../resources/assets/tinkerscompendium/materials/amethyst.json | 10 ++++++++++ .../resources/assets/tinkerscompendium/materials/cheese.json | 6 ++++++ .../resources/assets/tinkerscompendium/materials/citrine.json | 10 ++++++++++ .../resources/assets/tinkerscompendium/materials/diamond.json | 6 ++++++ .../resources/assets/tinkerscompendium/materials/emerald.json | 6 ++++++ .../assets/tinkerscompendium/materials/enderpearl.json | 6 ++++++ .../resources/assets/tinkerscompendium/materials/gallite.json | 6 ++++++ .../resources/assets/tinkerscompendium/materials/garnet.json | 10 ++++++++++ .../assets/tinkerscompendium/materials/ghasttear.json | 9 +++++++++ .../resources/assets/tinkerscompendium/materials/glass.json | 6 ++++++ .../assets/tinkerscompendium/materials/glowstone.json | 6 ++++++ .../assets/tinkerscompendium/materials/greencandy.json | 6 ++++++ .../resources/assets/tinkerscompendium/materials/lapis.json | 6 ++++++ .../resources/assets/tinkerscompendium/materials/opal.json | 6 ++++++ .../resources/assets/tinkerscompendium/materials/quartz.json | 6 ++++++ .../resources/assets/tinkerscompendium/materials/redcandy.json | 6 ++++++ .../resources/assets/tinkerscompendium/materials/ruby.json | 10 ++++++++++ .../resources/assets/tinkerscompendium/materials/sapphire.json | 10 ++++++++++ .../resources/assets/tinkerscompendium/materials/starruby.json | 10 ++++++++++ .../assets/tinkerscompendium/materials/starsapphire.json | 10 ++++++++++ .../resources/assets/tinkerscompendium/materials/sundrop.json | 6 ++++++ .../assets/tinkerscompendium/materials/tanzanite.json | 10 ++++++++++ .../resources/assets/tinkerscompendium/materials/topaz.json | 10 ++++++++++ .../resources/assets/tinkerscompendium/materials/voidite.json | 6 ++++++ 26 files changed, 199 insertions(+) create mode 100644 src/main/resources/assets/tinkerscompendium/materials/aeonsteel.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/amber.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/amethyst.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/cheese.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/citrine.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/diamond.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/emerald.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/enderpearl.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/gallite.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/garnet.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/ghasttear.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/glass.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/glowstone.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/greencandy.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/lapis.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/opal.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/quartz.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/redcandy.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/ruby.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/sapphire.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/starruby.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/starsapphire.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/sundrop.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/tanzanite.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/topaz.json create mode 100644 src/main/resources/assets/tinkerscompendium/materials/voidite.json (limited to 'src/main/resources/assets/tinkerscompendium/materials') 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 -- cgit v1.2.3