From efd584a697eea819e98dc57cababbee851ab5e12 Mon Sep 17 00:00:00 2001 From: Regorty <76084061+Regorty@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:29:08 -0500 Subject: [PATCH] colour correction for gnome standard also added rotten apple to files, used as a decor apple in the apple orchard --- assets/minecraft/models/item/beetroot.json | 2 +- assets/ms/models/clutter/standard_green.json | 4 ++-- assets/ms/models/quest/biohazard/rotten_apple.json | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 assets/ms/models/quest/biohazard/rotten_apple.json diff --git a/assets/minecraft/models/item/beetroot.json b/assets/minecraft/models/item/beetroot.json index 702f12513..3a57d9ed4 100644 --- a/assets/minecraft/models/item/beetroot.json +++ b/assets/minecraft/models/item/beetroot.json @@ -18,7 +18,7 @@ {"predicate": {"custom_model_data":15},"model":"ms:quest/t_h_i_t_s/sandys_rota"}, {"predicate": {"custom_model_data":16},"model":"ms:quest/t_h_i_t_s/a_magic_scroll"}, {"predicate": {"custom_model_data":17},"model":"ms:models/diamond_sword/other/rusty_scimitar"}, -{"predicate": {"custom_model_data":18},"model":"item/empty"}, +{"predicate": {"custom_model_data":18},"model":"ms:quest/biohazard/rotten_apple"}, {"predicate": {"custom_model_data":19},"model":"item/empty"}, {"predicate": {"custom_model_data":20},"model":"item/empty"}, {"predicate": {"custom_model_data":21},"model":"item/empty"}, diff --git a/assets/ms/models/clutter/standard_green.json b/assets/ms/models/clutter/standard_green.json index d5edced0e..40944ed22 100644 --- a/assets/ms/models/clutter/standard_green.json +++ b/assets/ms/models/clutter/standard_green.json @@ -2,10 +2,10 @@ "credit": "Made by Regorty", "textures": { "0": "item/custom/diamond_sword/construction/oak_plank", - "2": "item/custom/colors/jade_color", + "2": "item/custom/colors/lime", "3": "item/custom/colors/white", "particle": "item/custom/diamond_sword/construction/oak_plank", - "2_2": "item/custom/colors/black" + "2_2": "item/custom/colors/jade_color" }, "elements": [ { diff --git a/assets/ms/models/quest/biohazard/rotten_apple.json b/assets/ms/models/quest/biohazard/rotten_apple.json new file mode 100644 index 000000000..6febe292f --- /dev/null +++ b/assets/ms/models/quest/biohazard/rotten_apple.json @@ -0,0 +1,7 @@ +{ + "credit": "Made by Regorty", + "parent": "item/handheld", + "textures": { + "layer0": "item/custom/diamond_shovel/member_quest/biohazard/rotten_apple" + } +} \ No newline at end of file