-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} | ||
] |