Update pack.mcmeta

Made the resourcepack translatable
This commit is contained in:
Korben
2024-07-04 15:25:34 +03:00
committed by GitHub
parent 1ad05aa6bf
commit 3ac34a6f9b

View File

@@ -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"
}
}
}