Skip to content

Commit

Permalink
Cleanup. Hopefully I haven't missed anything.
Browse files Browse the repository at this point in the history
  • Loading branch information
alcatrazEscapee committed Aug 13, 2018
1 parent 96029c5 commit c9679a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public BlockStairsTFC(Rock rock, Rock.Type type)
Block c = BlockRockVariant.get(rock, type);
setHarvestLevel(c.getHarvestTool(c.getDefaultState()), c.getHarvestLevel(c.getDefaultState()));
OreDictionaryHelper.register(this, "stair");
//OreDictionaryHelper.registerRockType(this, type, rock, "stair"); // todo: fix
OreDictionaryHelper.registerRockType(this, type, rock, "stair");
}

public BlockStairsTFC(Tree wood)
Expand Down

0 comments on commit c9679a2

Please sign in to comment.