Another cable fix, version++

This commit is contained in:
Raoul Van den Berge
2016-03-20 12:12:23 +01:00
parent b72d06e1b2
commit 8a4973fa3f
4 changed files with 9 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ import refinedstorage.proxy.CommonProxy;
public final class RefinedStorage
{
public static final String ID = "refinedstorage";
public static final String VERSION = "0.3";
public static final String VERSION = "0.3.1";
public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID);

View File

@@ -83,4 +83,10 @@ public class BlockCable extends BlockBase
{
return false;
}
@Override
public boolean isFullCube(IBlockState state)
{
return false;
}
}

View File

@@ -3,7 +3,7 @@
"modid": "refinedstorage",
"name": "Refined Storage",
"description": "A Minecraft mod all about storage.",
"version": "0.3",
"version": "0.3.1",
"mcversion": "1.9",
"url": "",
"updateUrl": "",