Skip to content

Commit

Permalink
bump to latest Forge version
Browse files Browse the repository at this point in the history
  • Loading branch information
octarine-noise committed Nov 5, 2014
1 parent aae69c4 commit ff94730
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -17,7 +17,7 @@ buildscript {
apply plugin: 'forge'

minecraft {
version = '1.7.2-10.12.2.1147'
version = '1.7.10-10.13.2.1235'
}

group = 'com.github.octarine-noise'
Expand Down
Expand Up @@ -4,7 +4,6 @@
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.block.Block;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.Vec3Pool;
import net.minecraft.world.IBlockAccess;
import net.minecraft.world.biome.BiomeGenBase;
import net.minecraftforge.common.util.ForgeDirection;
Expand Down Expand Up @@ -81,11 +80,6 @@ public boolean extendedLevelsInChunkCache() {
return source.extendedLevelsInChunkCache();
}

@Deprecated
public Vec3Pool getWorldVec3Pool() {
return source.getWorldVec3Pool();
}

public int isBlockProvidingPowerTo(int x, int y, int z, int dir) {
return source.isBlockProvidingPowerTo(x, y, z, dir);
}
Expand Down

0 comments on commit ff94730

Please sign in to comment.