Skip to content

Commit

Permalink
Update to 1.20.5(6)
Browse files Browse the repository at this point in the history
  • Loading branch information
BluebirdYT authored Oct 15, 2024
1 parent 560d26e commit 8003e46
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ public static void populateDict() {
list.put(Material.MANGROVE_BOAT, "Mangrove Boat");
list.put(Material.MANGROVE_CHEST_BOAT, "Mangrove Boat with Chest");
list.put(Material.TURTLE_HELMET, "Turtle Shell");
list.put(Material.SCUTE, "Scute");
list.put(Material.TURTLE_SCUTE, "Turtle Scute");
list.put(Material.FLINT_AND_STEEL, "Flint and Steel");
list.put(Material.APPLE, "Apple");
list.put(Material.BOW, "Bow");
Expand Down Expand Up @@ -1160,5 +1160,7 @@ public static void populateDict() {
list.put(Material.EYE_ARMOR_TRIM_SMITHING_TEMPLATE, "Smithing Template");
list.put(Material.SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE, "Smithing Template");
list.put(Material.MUSIC_DISC_RELIC, "Music Disc");
list.put(Material.WOLF_ARMOR, "Wolf Armor");
list.put(Material.ARMADILLO_SCUTE, "Armadillo Scute");
}
}

0 comments on commit 8003e46

Please sign in to comment.