Skip to content

Commit

Permalink
#757 Add budding amethyst to block conversion lookup
Browse files Browse the repository at this point in the history
Needed for room growing when `rooms_require_blocks` is true
  • Loading branch information
eccentricdevotion committed Nov 27, 2023
1 parent 0b055b1 commit 679221e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ private static HashMap<String, String> initBlockConversion() {
conversions.put("BEETROOTS", "BEETROOT");
conversions.put("BIG_DRIPLEAF_STEM", "BIG_DRIPLEAF");
conversions.put("BROWN_MUSHROOM_BLOCK", "BROWN_MUSHROOM");
conversions.put("BUDDING_AMETHYST", "AMETHYST_BLOCK");
conversions.put("CAKE", "LEVER");
conversions.put("CARROTS", "CARROT");
conversions.put("CAVE_VINES", "GLOW_BERRIES");
Expand Down

0 comments on commit 679221e

Please sign in to comment.