From 3ac34a6f9ba5b9c7de813ded017a51a6a5de9f96 Mon Sep 17 00:00:00 2001 From: Korben <92390626+mpustovoi@users.noreply.github.com> Date: Thu, 4 Jul 2024 15:25:34 +0300 Subject: [PATCH] Update `pack.mcmeta` Made the resourcepack translatable --- .../src/main/resources/resourcepacks/smartleaves/pack.mcmeta | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/resourcepacks/smartleaves/pack.mcmeta b/common/src/main/resources/resourcepacks/smartleaves/pack.mcmeta index 99bba8a..910fde4 100755 --- a/common/src/main/resources/resourcepacks/smartleaves/pack.mcmeta +++ b/common/src/main/resources/resourcepacks/smartleaves/pack.mcmeta @@ -2,6 +2,9 @@ "pack": { "pack_format": 15, "supported_formats": [15, 99], - "description": "§2Makes leaves look identical to OptiFine's smart leaves" + "description": { + "translate": "cullleaves.resourcepack.name", + "fallback": "§2Makes leaves look identical to OptiFine's smart leaves" + } } }