From 439dc1a3c737f6129517d809719470c4b2e2abde Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Wed, 13 Nov 2024 22:03:04 +0000 Subject: [PATCH] Hardcode github branch for release_info.json to 1.21 for now Longer-term this should really be on a meta branch... #1373 --- src/main/resources/META-INF/neoforge.mods.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/neoforge.mods.toml b/src/main/resources/META-INF/neoforge.mods.toml index 84caabf75..eacc20508 100644 --- a/src/main/resources/META-INF/neoforge.mods.toml +++ b/src/main/resources/META-INF/neoforge.mods.toml @@ -12,7 +12,7 @@ credits="" version="${mod_version}" displayName="PneumaticCraft: Repressurized" displayURL="https://www.curseforge.com/minecraft/mc-mods/pneumaticcraft-repressurized" - updateJSONURL="https://raw.githubusercontent.com/TeamPneumatic/pnc-repressurized/${minecraft_version}/release_info.json" #optional + updateJSONURL="https://raw.githubusercontent.com/TeamPneumatic/pnc-repressurized/1.21/release_info.json" #optional description="Doing cool stuff with compressed air." [[dependencies.pneumaticcraft]]