@@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx3G
33
44# Compilation Options
55generate_sources_jar = true
6- generate_javadocs_jar = false
6+ generate_javadocs_jar = true
77
88# Testing
99enable_junit_testing = true
@@ -19,18 +19,18 @@ enable_lwjglx = true
1919
2020# Mod Information
2121# HIGHLY RECOMMEND complying with SemVer for mod_version: https://semver.org/
22- mod_version = 1.0.3 -release
22+ mod_version = 1.0.4 -release
2323root_package = com.github.gtexpert
2424mod_id = advancedbackupspatch
2525mod_name = Advanced Backups Patch
2626
2727# Mod Metadata (Optional)
28- mod_description =
29- mod_url =
30- mod_update_json =
28+ mod_description = A compatibility patch mod that fixes the Advanced Backups mod.
29+ mod_url = https://www.curseforge.com/minecraft/mc-mods/advanced-backups-patch
30+ mod_update_json = https://forge.curseupdate.com/1472996/advanced-backups-patch
3131# Delimit authors with commas
32- mod_authors =
33- mod_credits =
32+ mod_authors = tier940
33+ mod_credits = HeatherWhite
3434mod_logo_path =
3535
3636# Run Configurations
@@ -73,4 +73,4 @@ coremod_plugin_class_name =
7373# Convenient way to allow downloading of assets from official vanilla Minecraft servers, CurseForge, or any direct links
7474# Documentation: https://github.com/CleanroomMC/AssetMover
7575use_asset_mover = false
76- asset_mover_version = 2.5
76+ asset_mover_version = 2.5
0 commit comments