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 --- .../resources/assets/tinkerscompendium/materials/ruby.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/resources/assets/tinkerscompendium/materials/ruby.json (limited to 'src/main/resources/assets/tinkerscompendium/materials/ruby.json') 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 -- cgit v1.2.3