Let me herp you all about my derps.

This commit is contained in:
Florian Nücke 2015-01-19 23:41:14 +01:00
parent cf8adae113
commit d3918d39dc

View File

@ -247,8 +247,6 @@ class SimpleBlock(material: Material = Material.iron) extends Block(material) {
def isProvidingWeakPower(world: IBlockAccess, x: Int, y: Int, z: Int, side: ForgeDirection) = 0
override def shouldCheckWeakPower(world: IBlockAccess, x: Int, y: Int, z: Int, side: Int) = true
// ----------------------------------------------------------------------- //
// NOTE: must not be final for immibis microblocks to work.