From e7bf85f10f3eed6a2df11b906447e58b8c032e00 Mon Sep 17 00:00:00 2001 From: suppergerrie2 Date: Fri, 13 Mar 2020 10:47:01 +0100 Subject: [PATCH] - Add update.json - Change version to 1.1 - Add fields to mods.toml --- build.gradle | 2 +- src/main/resources/META-INF/mods.toml | 3 +++ update.json | 11 +++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 update.json diff --git a/build.gradle b/build.gradle index be9bdba..2f1672c 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle' apply plugin: 'eclipse' apply plugin: 'maven-publish' -version = '1.0' +version = '1.1' group = 'com.suppergerrie2.panorama' // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = 'spanorama' diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index e242cfa..df61469 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -1,10 +1,13 @@ modLoader="javafml" loaderVersion="[28.1.102,)" +issueTrackerURL="https://github.com/suppergerrie2/PanoramaMod/issues" [[mods]] modId="spanorama" version="${file.jarVersion}" +updateJSONURL="https://github.com/suppergerrie2/PanoramaMod/blob/master/update.json" displayName="Panorama" +displayURL="https://www.curseforge.com/minecraft/mc-mods/panorama-creator" credits="liachmodded for making runorama which helped a lot and Cadiboo for his example on keybindings" authors="suppergerrie2" description=''' diff --git a/update.json b/update.json new file mode 100644 index 0000000..77fb3a5 --- /dev/null +++ b/update.json @@ -0,0 +1,11 @@ +{ + "homepage": "https://www.curseforge.com/minecraft/mc-mods/panorama-creator", + "1.14.4": { + "1.0": "- Added ability to make a panorama\n- Added random selection of panorama on main screen", + "1.1": "- Added config to disable random panoramas.\n- Added config to change panorama save folder\n- Added panorama cache so they dont have to be loaded everytime the main menu is loaded" + }, + "promos": { + "1.14.4-latest": "1.1", + "1.14.4-recommended": "1.1" + } +} \ No newline at end of file