From 89f19f32188376fc46ea543850b13128bf896f15 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 23 Oct 2024 16:20:58 +0900 Subject: [PATCH] Add update.json (neoforge) --- update.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 update.json diff --git a/update.json b/update.json new file mode 100644 index 0000000..a72b364 --- /dev/null +++ b/update.json @@ -0,0 +1,10 @@ +{ + "homepage": "https://github.com/Stephen-Seo/TurnBasedMinecraftMod", + "1.21.1": { + "1.26.0": "Ported to NeoForge 21.1.69, client config.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/neoforge/Changelog.md" + }, + "promos": { + "1.21.1-latest": "1.26.0", + "1.21.1-recommended": "1.26.0" + } +}