Skip to content

Instantly share code, notes, and snippets.

@MyNameIsKodos
Last active August 29, 2015 14:24
Show Gist options
  • Save MyNameIsKodos/2bcee19fabdc7a9affa6 to your computer and use it in GitHub Desktop.
Save MyNameIsKodos/2bcee19fabdc7a9affa6 to your computer and use it in GitHub Desktop.
import net.minecraft.world.{IBlockAccess, World}
@Override
public boolean canConnectRedstone(IBlockAccess world, int x, int y, int z, int side)
{
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment