From 22a0bc5b80e6ea8aeb0bfe3b2436f5b417864b11 Mon Sep 17 00:00:00 2001 From: Jonathan Colmenares Date: Fri, 22 Oct 2021 23:04:26 -0400 Subject: [PATCH] bump version --- gradle.properties | 4 +- src/main/resources/META-INF/mods.toml | 3 +- update.json | 111 ++++++++++++++------------ 3 files changed, 66 insertions(+), 52 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5b09156..be0cc0e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -30,8 +30,8 @@ forge_version=37.0.59 mod_id=lazydfu mod_group=me.steinborn mod_name=LazyDFU -mod_author=tuxed -mod_version=1.0.1 +mod_author=Jonathing +mod_version=1.1.0 ## Optional Dependencies diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 3ad96fc..51f773f 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -7,7 +7,8 @@ issueTrackerURL = "https://github.com/Jonathing/lazydfu/issues" modId = "lazydfu" version = "${file.jarVersion}" displayName = "LazyDFU" -displayURL = "https://www.curseforge.com/minecraft/mc-mods/lazy-dfu-forge" +displayURL = "https://github.com/Jonathing/lazydfu" +updateJSONURL = "https://gist.githubusercontent.com/Jonathing/877146870d41ce8df65c64f861ce30c6/raw/update.json" logoFile = "icon.png" credits = "Original mod by tuxed. Initial port to Forge by CorgiTaco." authors = "Jonathing" diff --git a/update.json b/update.json index b073dca..1b6ae50 100644 --- a/update.json +++ b/update.json @@ -1,80 +1,93 @@ { "homepage": "https://github.com/Jonathing/lazydfu/releases", "promos": { - "1.13.2-latest": "1.0.1", - "1.13.2-recommended": "1.0.1", - "1.14.2-latest": "1.0.1", - "1.14.2-recommended": "1.0.1", - "1.14.3-latest": "1.0.1", - "1.14.3-recommended": "1.0.1", - "1.14.4-latest": "1.0.1", - "1.14.4-recommended": "1.0.1", - "1.15-latest": "1.0.1", - "1.15-recommended": "1.0.1", - "1.15.1-latest": "1.0.1", - "1.15.1-recommended": "1.0.1", - "1.15.2-latest": "1.0.1", - "1.15.2-recommended": "1.0.1", - "1.16.1-latest": "1.0.1", - "1.16.1-recommended": "1.0.1", - "1.16.2-latest": "1.0.1", - "1.16.2-recommended": "1.0.1", - "1.16.3-latest": "1.0.1", - "1.16.3-recommended": "1.0.1", - "1.16.4-latest": "1.0.1", - "1.16.4-recommended": "1.0.1", - "1.16.5-latest": "1.0.1", - "1.16.5-recommended": "1.0.1", - "1.17.1-latest": "1.0.1", - "1.17.1-recommended": "1.0.1" + "1.13.2-latest": "1.1.0", + "1.13.2-recommended": "1.1.0", + "1.14.2-latest": "1.1.0", + "1.14.2-recommended": "1.1.0", + "1.14.3-latest": "1.1.0", + "1.14.3-recommended": "1.1.0", + "1.14.4-latest": "1.1.0", + "1.14.4-recommended": "1.1.0", + "1.15-latest": "1.1.0", + "1.15-recommended": "1.1.0", + "1.15.1-latest": "1.1.0", + "1.15.1-recommended": "1.1.0", + "1.15.2-latest": "1.1.0", + "1.15.2-recommended": "1.1.0", + "1.16.1-latest": "1.1.0", + "1.16.1-recommended": "1.1.0", + "1.16.2-latest": "1.1.0", + "1.16.2-recommended": "1.1.0", + "1.16.3-latest": "1.1.0", + "1.16.3-recommended": "1.1.0", + "1.16.4-latest": "1.1.0", + "1.16.4-recommended": "1.1.0", + "1.16.5-latest": "1.1.0", + "1.16.5-recommended": "1.1.0", + "1.17.1-latest": "1.1.0", + "1.17.1-recommended": "1.1.0" }, "1.13.2": { - "1.0.1": "1.0.1 for Minecraft 1.13.2 - 1.14.2\n- Initial release for Minecraft 1.13.2 - 1.14.2." + "1.0.1": "1.0.1 for Minecraft 1.13.2 - 1.14.2\n- Initial release for Minecraft 1.13.2 - 1.14.2.", + "1.1.0": "1.1.0 for Minecraft 1.13.2 - 1.16.5\n- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.\n- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.\n- The mod now checks for updates.\n- A minimum Forge version of 25.0.198 is now enforced." }, "1.14.2": { - "1.0.1": "1.0.1 for Minecraft 1.13.2 - 1.14.2\n- Initial release for Minecraft 1.13.2 - 1.14.2." + "1.0.1": "1.0.1 for Minecraft 1.13.2 - 1.14.2\n- Initial release for Minecraft 1.13.2 - 1.14.2.", + "1.1.0": "1.1.0 for Minecraft 1.13.2 - 1.16.5\n- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.\n- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.\n- The mod now checks for updates.\n- A minimum Forge version of 25.0.198 is now enforced." }, "1.14.3": { - "1.0.1": "1.0.1 for Minecraft 1.14.3\n- Initial release for Minecraft 1.14.3." + "1.0.1": "1.0.1 for Minecraft 1.14.3\n- Initial release for Minecraft 1.14.3.", + "1.1.0": "1.1.0 for Minecraft 1.13.2 - 1.16.5\n- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.\n- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.\n- The mod now checks for updates.\n- A minimum Forge version of 25.0.198 is now enforced." }, "1.14.4": { - "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the `mods.toml` just a tad.", - "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 25.0.198 is now enforced." + "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the mods.toml just a tad.", + "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 28.0.75 is now enforced.", + "1.1.0": "1.1.0 for Minecraft 1.13.2 - 1.16.5\n- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.\n- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.\n- The mod now checks for updates.\n- A minimum Forge version of 25.0.198 is now enforced." }, "1.15": { - "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the `mods.toml` just a tad.", - "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 25.0.198 is now enforced." + "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the mods.toml just a tad.", + "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 28.0.75 is now enforced.", + "1.1.0": "1.1.0 for Minecraft 1.13.2 - 1.16.5\n- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.\n- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.\n- The mod now checks for updates.\n- A minimum Forge version of 25.0.198 is now enforced." }, "1.15.1": { - "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the `mods.toml` just a tad.", - "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 25.0.198 is now enforced." + "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the mods.toml just a tad.", + "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 28.0.75 is now enforced.", + "1.1.0": "1.1.0 for Minecraft 1.13.2 - 1.16.5\n- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.\n- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.\n- The mod now checks for updates.\n- A minimum Forge version of 25.0.198 is now enforced." }, "1.15.2": { - "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the `mods.toml` just a tad.", - "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 25.0.198 is now enforced." + "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the mods.toml just a tad.", + "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 28.0.75 is now enforced.", + "1.1.0": "1.1.0 for Minecraft 1.13.2 - 1.16.5\n- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.\n- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.\n- The mod now checks for updates.\n- A minimum Forge version of 25.0.198 is now enforced." }, "1.16.1": { - "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the `mods.toml` just a tad.", - "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 25.0.198 is now enforced." + "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the mods.toml just a tad.", + "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 28.0.75 is now enforced.", + "1.1.0": "1.1.0 for Minecraft 1.13.2 - 1.16.5\n- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.\n- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.\n- The mod now checks for updates.\n- A minimum Forge version of 25.0.198 is now enforced." }, "1.16.2": { - "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the `mods.toml` just a tad.", - "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 25.0.198 is now enforced." + "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the mods.toml just a tad.", + "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 28.0.75 is now enforced.", + "1.1.0": "1.1.0 for Minecraft 1.13.2 - 1.16.5\n- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.\n- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.\n- The mod now checks for updates.\n- A minimum Forge version of 25.0.198 is now enforced." }, "1.16.3": { - "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the `mods.toml` just a tad.", - "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 25.0.198 is now enforced." + "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the mods.toml just a tad.", + "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 28.0.75 is now enforced.", + "1.1.0": "1.1.0 for Minecraft 1.13.2 - 1.16.5\n- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.\n- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.\n- The mod now checks for updates.\n- A minimum Forge version of 25.0.198 is now enforced." }, "1.16.4": { - "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the `mods.toml` just a tad.", - "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 25.0.198 is now enforced." + "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the mods.toml just a tad.", + "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 28.0.75 is now enforced.", + "1.1.0": "1.1.0 for Minecraft 1.13.2 - 1.16.5\n- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.\n- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.\n- The mod now checks for updates.\n- A minimum Forge version of 25.0.198 is now enforced." }, "1.16.5": { - "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the `mods.toml` just a tad.", - "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 25.0.198 is now enforced." + "1.0.0": "1.0.0 for Minecraft 1.14.4 - 1.16.5\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the mods.toml just a tad.", + "1.0.1": "1.0.1 for Minecraft 1.14.4 - 1.16.5\n- A minimum Forge version of 28.0.75 is now enforced.", + "1.1.0": "1.1.0 for Minecraft 1.13.2 - 1.16.5\n- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.\n- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.\n- The mod now checks for updates.\n- A minimum Forge version of 25.0.198 is now enforced." }, "1.17.1": { - "1.0.0": "1.0.0 for Minecraft 1.17.1+\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the `mods.toml` just a tad.\n- Added compatibility with FMLOnly.", - "1.0.1": "1.0.1 for Minecraft 1.17.1+\n- A minimum Minecraft version of 1.17.1 is now enforced." + "1.0.0": "1.0.0 for Minecraft 1.17.1+\n- Initial release from fork of CorgiTaco's fork.\n- Instead of using a Mixin, LazyDFU now uses a single coremod which is injected directly at startup.\n- Added a safety check to log if other mods might kill the data fixer.\n- Cleaned up the mods.toml just a tad.\n- Added compatibility with FMLOnly.", + "1.0.1": "1.0.1 for Minecraft 1.17.1+\n- A minimum Minecraft version of 1.17.1 is now enforced.", + "1.1.0": "1.1.0 for Minecraft 1.17.1+\n- The JavaScript CoreMod file has been cleaned up and is easier to read for anyone interested in studying it.\n- The 1.17.1 CoreMod now uses the transformer logic from the 1.13.2 - 1.16.5 version.\n- The check if a mod is modifying/killing the DataFixerUpper has been fine-tuned and happens mostly in the mod itself.\n- The mod now checks for updates." } }