Skip to content

Commit 627c418

Browse files
committed
Polish for release
1 parent 0a58ba4 commit 627c418

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
[![Build Status](https://travis-ci.org/CyclopsMC/StructuredCrafting.svg?branch=master-1.8)](https://travis-ci.org/CyclopsMC/StructuredCrafting)
44

5+
All stable releases (including deobfuscated builds) can be found on [CurseForge](http://minecraft.curseforge.com/mc-mods/233151-structured-crafting/files).
6+
7+
More gameplay information can be found on [CurseForge](http://minecraft.curseforge.com/mc-mods/233151-structured-crafting).
8+
9+
510
### Contributing
611
* Before submitting a pull request containing a new feature, please discuss this first with one of the lead developers.
712
* When fixing an accepted bug, make sure to declare this in the issue so that no duplicate fixes exist.

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mod_version=0.1.0
22
minecraft_version=1.8
33
forge_version=11.14.3.1487
4-
cyclopscore_version=0.1.0-86
4+
cyclopscore_version=0.1.0-104
55
release_type=beta

gradle/deploy.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33

44
curse {
55
dependsOn 'reobf'
6-
projectId = "" // TODO: my project url is http://minecraft.curseforge.com/mc-mods/232758/
6+
projectId = "233151" // my project url is http://minecraft.curseforge.com/mc-mods/233151/
77
releaseType = project.config.release_type
88
relatedProject 'cyclops-core': 'requiredLibrary'
99

9.61 KB
Loading

src/main/resources/mcmod.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"description": "Craft stuff in your world, automatically.",
66
"version": "${version}",
77
"mcversion": "${mcversion}",
8-
"logoFile": "assets/structuredcrafting/textures/blocks/structuredCrafter_top.png",
9-
"url": "TODO",
10-
"updateUrl": "TODO",
8+
"logoFile": "assets/structuredcrafting/textures/logo.png",
9+
"url": "http://minecraft.curseforge.com/mc-mods/233151-structured-crafting",
10+
"updateUrl": "http://minecraft.curseforge.com/mc-mods/233151-structured-crafting/files",
1111
"authorList": [ "rubensworks (aka kroeserr)" ],
1212
"credits": "kroeserr",
1313
"parent": "",

0 commit comments

Comments
 (0)