diff --git a/gradle.properties b/gradle.properties index ddefea2..1ea1b7e 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