Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathing committed Oct 23, 2021
1 parent f431dde commit 22a0bc5
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 52 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
111 changes: 62 additions & 49 deletions update.json
Original file line number Diff line number Diff line change
@@ -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."
}
}

0 comments on commit 22a0bc5

Please sign in to comment.