From fd903aae784e7a1498fe57c7478c307684f9beb9 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 28 Apr 2020 21:20:37 +0200 Subject: [PATCH] fix mods.toml probably? --- src/main/resources/META-INF/mods.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 79d9e96e..c1b53fa8 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -14,7 +14,7 @@ issueTrackerURL="https://github.com/Ellpeck/NaturesAura" #optional # The modid of the mod modId="naturesaura" #mandatory # The version number of the mod - there's a few well known ${} variables useable here or just hardcode it -version="${version}" #mandatory +version="${file.jarVersion}" # A display name for the mod displayName="Nature's Aura" #mandatory # A URL to query for updates for this mod. See the JSON update specification