Skip to content

Commit

Permalink
Fixed mcmod.info and build.gradle, updated to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dbrown55 committed Jan 13, 2018
1 parent 6d9b3a2 commit a6c3cb1
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "1.0"
version = "1.3"
group = "com.spjoes.extraons" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "extraons"

Expand Down
Binary file modified libs/device-api-docs.zip
Binary file not shown.
Binary file modified libs/device-api-src.jar
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/main/java/com/spjoes/extraons/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ public class Constants {

public static final String MODID = "extraons";
public static final String NAME = "Extra-ons";
public static final String VERSION = "1.0";
public static final String VERSION = "1.3";
public static final String MCVER = "[1.12,1.12.2]";
public static final String DEPS = "required-after:cdm@[0.2.0,)";
public static final String DEPS = "required-after:cdm@[0.2.1,)";

}
10 changes: 10 additions & 0 deletions src/main/resources/assets/extraons/apps/clicker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Clicker game",
"author": "spjoes/Dbrown55",
"description": "Clicker with the system time",
"version": "1.0",
"icon": "extraons:textures/app/icon/clicker.png",
"screenshots": [
"textures/app/store/clicker.png"
]
}
10 changes: 10 additions & 0 deletions src/main/resources/assets/extraons/apps/karaoke.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Karaoke",
"author": "spjoes/Dbrown55",
"description": "Grab your microphone (or you headset) and sing",
"version": "0.1",
"icon": "extraons:textures/app/icon/karaoke.png",
"screenshots": [
"textures/app/store/karaoke.png"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}
},
"type": {
"unknown": { }, // Already the default
"creeper": { }, // Already the default
"pig": { "model": "extraons:console_pig" },
"cow": { "model": "extraons:console_cow" }
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
{
"modid": "addoncrewlol",
"name": "Add-On Crew LOL",
"modid": "extraons",
"name": "Extra-Ons",
"description": "...",
"version": "1.0",
"version": "1.3",
"mcversion": "[1.12,1.12.2]",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit a6c3cb1

Please sign in to comment.