V-Tweaks

V-Tweaks

11M Downloads

[1.15.2] pack.mcmeta pack_format may be incorrect / Enchantment Descriptions aren't working

HipHopHuman opened this issue · 1 comments

commented

I noticed this in a pack I'm building which uses CoFH Core for enchantment descriptions (which follows the same localization format as the Enchantment Descriptions mod) and the descriptions for V-Tweak's enchantments were not appearing. I normally override this sort of thing with my own resource pack, but for some reason the keys enchantment.vtweaks.imperishable.desc and enchantment.vtweaks.lumbering.desc are ignored.

I had a little poke around your 1.15 branch and noticed this line of pack.mcmeta is using the incorrect pack_format version.

Your version is "4", but the correct pack_format version for 1.15 is "5", according to the official wiki

image

commented

That makes sense. Since I don’t add any textures I never really keep up with the version.

I’ll fix this later today 😊