Skip to content

Commit

Permalink
Fixed mcmod.info (#175)
Browse files Browse the repository at this point in the history
I should have merged this long ago.
  • Loading branch information
GirafiStudios authored and Kenkron committed May 2, 2018
1 parent d12d76f commit 88a5c91
Showing 1 changed file with 29 additions and 15 deletions.
44 changes: 29 additions & 15 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
[
{
"modid": "examplemod",
"name": "Example Mod",
"description": "Example placeholder mod.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "",
"updateUrl": "",
"authorList": ["ExampleDude"],
"credits": "The Forge and FML guys, for making this example",
"logoFile": "",
"screenshots": [],
"dependencies": []
}
]
{
"modid": "antiqueatlas",
"name": "Antique Atlas",
"description": "Antique Atlas is a book that acts like a map featuring infinite scrolling, zoom and custom labeled markers. The map is generated around the player by calculating the average biome in each 16x16 chunk.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "http://www.minecraftforum.net/topic/2045745",
"updateUrl": "",
"authorList": ["Hunternif"],
"credits": "Hunternif, coolAlias, Kenkron, TheCodeWarrior. Localizations by crafteverywhere, CapoFantasma97, Mazdallier, mankra, Zerotiger.",
"logoFile": "/antiqueatlas_logo.png",
"screenshots": [],
"dependencies": []
},
{
"modid": "antiqueatlasoverlay",
"name": "Antique Atlas Overlay",
"description": "Antique Atlas Overlay is an extension of Antique Atlas that displays the map while holding the book. Now included in Antique Atlas itself.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "http://www.minecraftforum.net/topic/2045745",
"updateUrl": "",
"authorList": ["Kenkron"],
"credits": "",
"logoFile": "/antiqueatlas_logo.png",
"screenshots": [],
"dependencies": []
}
]

0 comments on commit 88a5c91

Please sign in to comment.