Skip to content

Commit

Permalink
fix: red_flower updater (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong authored Apr 24, 2024
1 parent 27bebd5 commit 202d7a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ public void registerUpdaters(CompoundTagUpdaterContext ctx) {
case "houstonia":
return "minecraft:azure_bluet";
case "tulip_red":
default:
return "minecraft:red_tulip";
default:
return "minecraft:" + type;
}
});

Expand Down

0 comments on commit 202d7a4

Please sign in to comment.