Updated build.gradle for Version 1.0 #hype!!
Updated mcmod.info to finally contain more than "an example placeholder mod"
This commit is contained in:
@@ -19,7 +19,7 @@ buildscript {
|
|||||||
|
|
||||||
apply plugin: 'forge'
|
apply plugin: 'forge'
|
||||||
|
|
||||||
version = "0.6"
|
version = "1.0"
|
||||||
group= "eu.crushedpixel.replaymod"
|
group= "eu.crushedpixel.replaymod"
|
||||||
archivesBaseName = "replaymod"
|
archivesBaseName = "replaymod"
|
||||||
|
|
||||||
|
|||||||
@@ -2,14 +2,13 @@
|
|||||||
{
|
{
|
||||||
"modid": "replaymod",
|
"modid": "replaymod",
|
||||||
"name": "Replay Mod",
|
"name": "Replay Mod",
|
||||||
"description": "Example placeholder mod.",
|
"description": "A Mod which allows you to record, replay and share your Minecraft experience.",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"mcversion": "${mcversion}",
|
"mcversion": "${mcversion}",
|
||||||
"url": "",
|
"url": "https://replaymod.com",
|
||||||
"updateUrl": "",
|
"updateUrl": "https://replaymod.com/download",
|
||||||
"authorList": ["CrushedPixel"],
|
"authorList": ["CrushedPixel", "johni0702"],
|
||||||
"credits": "Johni0702 for helping me out!",
|
"logoFile": "replaymod_logo.png",
|
||||||
"logoFile": "",
|
|
||||||
"screenshots": [],
|
"screenshots": [],
|
||||||
"dependencies": []
|
"dependencies": []
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
src/main/resources/replaymod_logo.png
Normal file
BIN
src/main/resources/replaymod_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.5 KiB |
Reference in New Issue
Block a user