Skip to content

Commit

Permalink
Build for 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
freneticfeline committed Jul 18, 2016
1 parent 9943339 commit 5186e93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.10-2.1
=======
Updated for 1.10 / 1.10.2

1.9.4-2.1
=======
Updated for 1.9.4
Expand Down
10 changes: 3 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
buildscript {
repositories {
mavenCentral()
jcenter()
maven {
name = "forge"
url = "http://files.minecraftforge.net/maven"
}
maven {
name = "sonatype"
url = "https://oss.sonatype.org/content/repositories/snapshots/"
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
Expand All @@ -17,12 +13,12 @@ buildscript {

apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.9.4-2.1"
version = "1.10-2.1"
group = "net.unladenswallow.minecraft.emeraldmaterial" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "mod_ffMOreUsableMaterials_forge"

minecraft {
version = "1.9.4-12.17.0.1976"
version = "1.10.2-12.18.1.2011"
runDir = "eclipse"

// the mappings can be changed at any time, and must be in the following format.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import net.unladenswallow.minecraft.emeraldmaterial.item.ItemGoldBow;


@Mod(modid = ModEmeraldMaterial.MODID, useMetadata = true, acceptedMinecraftVersions="1.9.4", acceptableRemoteVersions="1.9.4")
@Mod(modid = ModEmeraldMaterial.MODID, useMetadata = true, acceptedMinecraftVersions="[1.10,1.11)", acceptableRemoteVersions="1.10,1.11)")
public class ModEmeraldMaterial {

public static final String MODID = "mod_emeraldmaterial";
Expand Down

0 comments on commit 5186e93

Please sign in to comment.