v1.0.0 finilization

This commit is contained in:
WayofTime 2014-03-22 17:15:58 -04:00
parent 4394ba4541
commit b962ede72d
12 changed files with 123 additions and 61 deletions

View file

@ -117,4 +117,10 @@ public class RitualStone extends Block
return blankIcon;
}
}
@Override
public boolean canSilkHarvest(World world, EntityPlayer player, int x, int y, int z, int meta)
{
return false;
}
}