Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Sep 10, 2016
1 parent 9aa5b20 commit f234334
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 18 deletions.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version_major=2
version_minor=1
version_micro=5
version_micro=6.beta
version_minecraft=1.9
version_forge=12.16.1.1887
version_minforge=12.16.1.1887
version_mappings=snapshot_20160312
41 changes: 24 additions & 17 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
[
{
"modid": "signpic",
"name": "SignPicture",
"description": "The sign tells us how beautiful it is!",
"version": "${version}",
"mcversion": "${mcversion}",
"logoFile": "logo.png",
"url": "https://github.com/Team-Fruit/SignPicture/releases",
"updateUrl": "https://github.com/Team-Fruit/SignPicture/releases",
"authors": ["Kamesuta"],
"credits": "@2016 Kamesuta",
"parent": "",
"screenshots": [],
"dependencies": []
}
]
{
"modListVersion": 2,
"modList": [
{
"modid": "signpic",
"name": "SignPicture",
"description": "The sign tells us how beautiful it is!",
"mcversion": "${mcversion}",
"version": "${version}",
"authorList": [
"Kamesuta"
],
"credits": "@2016 Kamesuta",
"dependants": [],
"dependencies": ["Forge@[${minforgeversion},)"],
"parent": "",
"logoFile": "logo.png",
"screenshots": [],
"updateUrl": "https://github.com/Team-Fruit/SignPicture/releases",
"url": "https://github.com/Team-Fruit/SignPicture/releases",
"useDependencyInformation": true
}
]
}

0 comments on commit f234334

Please sign in to comment.