Skip to content

Commit

Permalink
Update for Minecraft 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Jun 29, 2016
1 parent ebd0737 commit 046e41b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion SpongeCommon
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {

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

ext.forgeBuild = '1983'
ext.forgeBuild = '2002'
minecraft {
version = forgeBuild
coreMod = 'org.spongepowered.mod.SpongeCoremod'
Expand Down
2 changes: 1 addition & 1 deletion src/java6/java/org/spongepowered/mod/SpongeCoremod.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import java.lang.reflect.Field;
import java.util.Map;

@IFMLLoadingPlugin.MCVersion("1.10")
@IFMLLoadingPlugin.MCVersion("1.10.2")
public class SpongeCoremod implements IFMLLoadingPlugin {

public static final class TokenProvider implements IEnvironmentTokenProvider {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ public Biome getBiome(BlockPos pos) {
return this.original.getBiome(pos);
}

@Override
public boolean extendedLevelsInChunkCache() {
return this.original.extendedLevelsInChunkCache();
}

@Override
public WorldType getWorldType() {
return this.original.getWorldType();
Expand Down

0 comments on commit 046e41b

Please sign in to comment.