Skip to content

Commit

Permalink
Fix clientside access of creative tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed May 20, 2016
1 parent c8f38c3 commit 2dcb73a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ public class BlockStairsBase extends BlockStairs {
public BlockStairsBase(IBlockState modelState) {
super(modelState);
this.useNeighborBrightness = true;
this.setCreativeTab(modelState.getBlock().getCreativeTabToDisplayOn());
}
}

0 comments on commit 2dcb73a

Please sign in to comment.