Skip to content
This repository has been archived by the owner on Jul 1, 2018. It is now read-only.

Commit

Permalink
0.2
Browse files Browse the repository at this point in the history
Its here. Finally. *Waits for bug reports to come in.*
  • Loading branch information
SquidDev committed Jun 29, 2015
1 parent 11543cb commit 0fae9e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
9 changes: 1 addition & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ ccc_version=1.0.4.29
multipart_version=1.2.0.345
nei_version=1.0.3.+
cofhlib_version=1.0.1-159
mod_version=0.2-pr1

#########################################################
# API Stubs #
# Note: Do not edit these version numbers as they are #
# not the version of the mod, but stub code for AE2 to #
# compile #
#########################################################
mod_version=0.2
api_ic2_version=2.+
op_version=3.2
2 changes: 1 addition & 1 deletion src/main/java/org/squiddev/cctweaks/CCTweaks.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class CCTweaks {
public static final String NAME = ID;
public static final String VERSION = "${mod_version}";
public static final String RESOURCE_DOMAIN = ID.toLowerCase();
public static final String DEPENDENCIES = "required-after:ComputerCraft;after:CCTurtle;after:ForgeMultipart;after:OpenPeripheralCore;";
public static final String DEPENDENCIES = "required-after:ComputerCraft@[1.7.4,);after:CCTurtle;after:ForgeMultipart;after:OpenPeripheralCore;";

public static final String ROOT_NAME = "org.squiddev.cctweaks.";
public static final String GUI_FACTORY = ROOT_NAME + "client.gui.GuiConfigFactory";
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"url": "https://github.com/SquidDev-CC/CC-Tweaks",
"credits": "Dan200, Forge team",
"authorList": [
"SquidDev"
"SquidDev",
"ElvishJerricco"
],
"dependencies": [
"ComputerCraft"
Expand Down

2 comments on commit 0fae9e2

@ElvishJerricco
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! =)

Now if I can find the time, CCTransport can start evolving using these APIs...

@SquidDev
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ElvishJerricco Thanks so much for your help, support and code on this! Not sure if I'm going to release tonight or tomorrow (it is quite late over here).

Edit: Just tested, some ASM bugs. Tomorrow then. Sigh.

Edit 2: Woops, used wrong CC version. Doh!.

Please sign in to comment.