Skip to content

Commit

Permalink
- Add update.json
Browse files Browse the repository at this point in the history
- Change version to 1.1
- Add fields to mods.toml
  • Loading branch information
suppergerrie2 committed Mar 13, 2020
1 parent b88aaad commit e7bf85f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -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='''
Expand Down
11 changes: 11 additions & 0 deletions update.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit e7bf85f

Please sign in to comment.