Skip to content

Commit

Permalink
Don't register Mosaic Stairs as stairWood
Browse files Browse the repository at this point in the history
  • Loading branch information
jss2a98aj committed Apr 18, 2024
1 parent c9eb33f commit bb150e2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ private static void registerOreDictionary() {
registerOre("stairWood", ModBlocks.MANGROVE_STAIRS.get());
registerOre("stairWood", ModBlocks.CHERRY_STAIRS.get());
registerOre("stairWood", ModBlocks.BAMBOO_STAIRS.get());
registerOre("stairWood", ModBlocks.BAMBOO_MOSAIC_STAIRS.get());

// Log / Bark Variations
for (int i = 0; i < 4; i++) {
Expand Down

0 comments on commit bb150e2

Please sign in to comment.