Skip to content

Commit

Permalink
Add missing diorite_wall
Browse files Browse the repository at this point in the history
  • Loading branch information
Alemiz112 committed Sep 18, 2024
1 parent 9a63bf9 commit 6bccab2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public void registerUpdaters(CompoundTagUpdaterContext ctx) {
return "minecraft:brick_wall";
case "andesite":
return "minecraft:andesite_wall";
case "diorite":
return "minecraft:diorite_wall";
case "cobblestone":
default:
return "minecraft:cobblestone_wall";
Expand Down

0 comments on commit 6bccab2

Please # to comment.