From 595820873aae1db8e151cd13775fcde273c34d01 Mon Sep 17 00:00:00 2001 From: Markil3 <75867393+Markil3@users.noreply.github.com> Date: Tue, 2 Mar 2021 11:34:42 -0700 Subject: [PATCH] Creates the Forge update file --- update-forge.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 update-forge.json diff --git a/update-forge.json b/update-forge.json new file mode 100644 index 0000000..aefa4e0 --- /dev/null +++ b/update-forge.json @@ -0,0 +1,12 @@ +{ + "homepage": "https://www.planetminecraft.com/mod/immersive-hud/", + "1.16.4": { + "0.1-1.16.4-forge": "Initial release", + "1.0-1.16.4-forge": "Causes potion effects to fade, adds sliding animations to the hotbar, experience, and jump bars, and adds support for configuring the timings." + }, + ... + "promos": { + "-latest": "1.0-1.16.4-forge" + "-recommended": "0.1-1.16.4-forge" + } +}