From c151d5e83eaed5efa2bb244ab4527cda6f82f3c4 Mon Sep 17 00:00:00 2001 From: StartsMercury Date: Sun, 29 Oct 2023 20:59:27 +0800 Subject: [PATCH] Update description stuff --- src/client/resources/fabric.mod.json | 2 +- .../resourcepacks/simply_no_entity_like_shading/pack.mcmeta | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/resources/fabric.mod.json b/src/client/resources/fabric.mod.json index c6db3dcc..be84aa9e 100644 --- a/src/client/resources/fabric.mod.json +++ b/src/client/resources/fabric.mod.json @@ -17,7 +17,7 @@ "IMS212 - initally remapped the mod to official Mojang mappings", "PepperCode1 - showed a more mod-compatible way to override shading", "FITFC - translated the mod to Português (Brasil) and Português (Portugal)", - "Minecrafthyr - showed where entity shading was calculated" + "Minecrafthyr - showed where entity and item model shading was calculated" ], "contact": { "homepage": "https://modrinth.com/mod/simply-no-shading", diff --git a/src/client/resources/resourcepacks/simply_no_entity_like_shading/pack.mcmeta b/src/client/resources/resourcepacks/simply_no_entity_like_shading/pack.mcmeta index 72f9cfab..a260568e 100644 --- a/src/client/resources/resourcepacks/simply_no_entity_like_shading/pack.mcmeta +++ b/src/client/resources/resourcepacks/simply_no_entity_like_shading/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "pack_format": 18, - "description": "(Beta) Disable entity and inventory model shading" + "description": "(Beta) Disable entity and item model shading" } }