Skip to content

Commit

Permalink
Re-add stairs flags to nether-quartz stairs.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Mar 21, 2013
1 parent 7c5f37c commit f99e562
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -80,8 +80,9 @@ public void setupBlockProperties(WorldConfigProvider<?> worldConfigProvider) {
setAs(155, Material.SANDSTONE);

// 156 Quartz Stairs
// BlockFlags.setFlagsAs(156, Material.COBBLESTONE_STAIRS);
setAs(156, Material.SANDSTONE);
// Still set flags as stairs.
BlockFlags.setFlagsAs(156, Material.COBBLESTONE_STAIRS);

// 157 Activator Rail
setAs(157, Material.DETECTOR_RAIL);
Expand Down

0 comments on commit f99e562

Please sign in to comment.