Skip to content

Commit

Permalink
Add new PaintingTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
davchoo committed May 26, 2022
1 parent 59cb0c0 commit 4b9055c
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ public enum PaintingType {
SKELETON("Skeleton", 4, 3),
DONKEY_KONG("DonkeyKong", 4, 3),
POINTER("Pointer", 4, 4),
PIG_SCENE("Pigscene", 4, 4),
BURNING_SKULL("BurningSkull", 4, 4);
PIGSCENE("Pigscene", 4, 4),
BURNING_SKULL("BurningSkull", 4, 4),
EARTH("Earth", 2, 2),
WIND("Wind", 2, 2),
WATER("Water", 2, 2),
FIRE("Fire", 2, 2);

private static final PaintingType[] VALUES = values();
private final String bedrockName;
Expand Down

0 comments on commit 4b9055c

Please sign in to comment.