From 092ba522829b39e4a08fa5189b1eecee9d70947e Mon Sep 17 00:00:00 2001 From: jbred <47703524+jbredwards@users.noreply.github.com> Date: Mon, 11 May 2026 10:24:40 -0400 Subject: [PATCH] Update gradle.properties Include more information about the `mod_update_json` field. --- gradle.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ddefea25..1ea1b7e7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,6 +23,9 @@ mod_name = Mod Name # Mod Metadata (Optional) mod_description = mod_url = +# A url where the mod's update json can be fetched +# Wiki: https://docs.minecraftforge.net/en/1.12.x/gettingstarted/autoupdate/#forge-update-checker +# Also see: https://curseupdate.com + https://docs.modrinth.com/api/operations/forgeupdates mod_update_json = # Delimit authors with commas mod_authors = @@ -123,4 +126,4 @@ coremod_plugin_class_name = # Convenient way to allow downloading of assets from official vanilla Minecraft servers, CurseForge, or any direct links # Documentation: https://github.com/CleanroomMC/AssetMover use_asset_mover = false -asset_mover_version = 2.5 \ No newline at end of file +asset_mover_version = 2.5