Skip to content

Commit

Permalink
Update missed items from 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
BluebirdYT authored Oct 28, 2024
1 parent a978248 commit a02d18a
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions src/main/java/com/simondmc/borderhoarder/game/ItemDictionary.java
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,46 @@ public static void populateDict() {
list.put(Material.MUSIC_DISC_RELIC, "Music Disc");
list.put(Material.WOLF_ARMOR, "Wolf Armor");
list.put(Material.ARMADILLO_SCUTE, "Armadillo Scute");
list.put(Material.COPPER_BULB, "Copper Bulb");
list.put(Material.EXPOSED_COPPER_BULB, "Exposed Copper Bulb");
list.put(Material.WEATHERED_COPPER_BULB, "Weathered Copper Bulb");
list.put(Material.OXIDIED_COPPER_BULB, "Oxidied Copper Bulb");
list.put(Material.WAXED_COPPER_BULB, "Waxed Copper Bulb");
list.put(Material.WAXED_EXPOSED_COPPER_BULB, "Waxed Exposed Copper Bulb");
list.put(Material.WAXED_WEATHERED_COPPER_BULB, "Waxed Weathered Copper Bulb");
list.put(Material.WAXED_OXIDIED_COPPER_BULB, "Waxed Oxidied Copper Bulb");
list.put(Material.CHISELED_COPPER, "Chiseled Copper");
list.put(Material.EXPOSED_CHISELED_COPPER, "Exposed Chiseled Copper");
list.put(Material.WEATHERED_CHISELED_COPPER, "Weathered Chiseled Copper");
list.put(Material.OXIDIZED_CHISELED_COPPER, "Oxidized Chiseled Copper");
list.put(Material.WAXED_CHISELED_COPPER, "Waxed Chiseled Copper");
list.put(Material.WAXED_EXPOSED_CHISELED_COPPER, "Waxed Exposed Chiseled Copper");
list.put(Material.WAXED_WEATHERED_CHISELED_COPPER, "Waxed Weathered Chiseled Copper");
list.put(Material.WAXED_OXIDIZED_CHISELED_COPPER, "Waxed Oxidized Chiseled Copper");
list.put(Material.COPPER_GRATE, "Copper Grate");
list.put(Material.EXPOSED_COPPER_GRATE, "Exposed Copper Grate");
list.put(Material.WEATHERED_COPPER_GRATE, "Weathered Copper Grate");
list.put(Material.OXIDIZED_COPPER_GRATE, "Oxidized Copper Grate");
list.put(Material.WAXED_COPPER_GRATE, "Waxed Copper Grate");
list.put(Material.WAXED_EXPOSED_COPPER_GRATE, "Waxed Exposed Copper Grate");
list.put(Material.WAXED_WEATHERED_COPPER_GRATE, "Waxed Weathered Copper Grate");
list.put(Material.WAXED_OXIDIZED_COPPER_GRATE, "Waxed Oxidized Copper Grate");
list.put(Material.COPPER_DOOR, "Copper Door");
list.put(Material.EXPOSED_COPPER_DOOR, "Exposed Copper Door");
list.put(Material.WEATHERED_COPPER_DOOR, "Weathered Copper Door");
list.put(Material.OXIDIZED_COPPER_DOOR, "Oxidized Copper Door");
list.put(Material.WAXED_COPPER_DOOR, "Waxed Copper Door");
list.put(Material.WAXED_EXPOSED_COPPER_DOOR, "Waxed Exposed Copper Door");
list.put(Material.WAXED_WEATHERED_COPPER_DOOR, "Waxed Weathered Copper Door");
list.put(Material.WAXED_OXIDIZED_COPPER_DOOR, "Waxed Oxidized Copper Door");
list.put(Material.COPPER_TRAPDOOR, "Copper Trapdoor");
list.put(Material.EXPOSED_COPPER_TRAPDOOR, "Exposed Copper Trapdoor");
list.put(Material.WEATHERED_COPPER_TRAPDOOR, "Weathered Copper Trapdoor");
list.put(Material.OXIDIZED_COPPER_TRAPDOOR, "Oxidized Copper Trapdoor");
list.put(Material.WAXED_COPPER_TRAPDOOR, "Waxed Copper Trapdoor");
list.put(Material.WAXED_EXPOSED_COPPER_TRAPDOOR, "Waxed Exposed Copper Trapdoor");
list.put(Material.WAXED_WEATHERED_COPPER_TRAPDOOR, "Waxed Weathered Copper Trapdoor");
list.put(Material.WAXED_OXIDIZED_COPPER_TRAPDOOR, "Waxed Oxidized Copper Trapdoor");
list.put(Material.TUFF_STAIRS, "Tuff Stairs");
list.put(Material.TUFF_SLAB, "Tuff Slab");
list.put(Material.TUFF_WALL, "Tuff Wall");
Expand All @@ -1176,63 +1216,23 @@ public static void populateDict() {
list.put(Material.TUFF_BRICK_WALL, "Tuff Brick Wall");
list.put(Material.CHISELED_TUFF_BRICKS, "Chiseled Tuff Bricks");
list.put(Material.CRAFTER, "Crafter");
list.put(Material.GUSTER_BANNER_PATTERN, "Guster Banner Pattern");
list.put(Material.FLOW_BANNER_PATTERN, "Flow Banner Pattern");
list.put(Material.TRIAL_KEY, "Trial Key");
list.put(Material.OMINOUS_TRIAL_KEY, "Ominous Trial Key");
list.put(Material.OMINOUS_BOTTLE, "Ominous Bottle");
list.put(Material.MUSIC_DISC_CREATOR_MUSIC_BOX, "Music Disc");
list.put(Material.MUSIC_DISC_PRECIPICE, "Music Disc");
list.put(Material.MUSIC_DISC_CREATOR, "Music Disc");
list.put(Material.GUSTER_POTTERY_SHERD, "Guster Pottery Sherd");
list.put(Material.FLOW_POTTERY_SHERD, "Flow Pottery Sherd");
list.put(Material.SCRAPE_POTTERY_SHERD, "Scrape Pottery Sherd");
list.put(Material.BREEZE_ROD, "Breeze Rod");
list.put(Material.WIND_CHARGE, "Wind Charge");
list.put(Material.HEAVY_CORE, "Heavy Core");
list.put(Material.MACE, "Mace");
list.put(Material.CHISELED_COPPER, "Chiseled Copper");
list.put(Material.WAXED_CHISELED_COPPER, "Waxed Chiseled Copper");
list.put(Material.EXPOSED_CHISELED_COPPER, "Exposed Chiseled Copper");
list.put(Material.WAXED_EXPOSED_CHISELED_COPPER, "Waxed Exposed Chiseled Copper");
list.put(Material.WEATHERED_CHISELED_COPPER, "Weathered Chiseled Copper");
list.put(Material.WAXED_WEATHERED_CHISELED_COPPER, "Waxed Weathered Chiseled Copper");
list.put(Material.OXIDIZED_CHISELED_COPPER, "Oxidized Chiseled Copper");
list.put(Material.WAXED_OXIDIZED_CHISELED_COPPER, "Waxed Oxidized Chiseled Copper");
list.put(Material.COPPER_GRATE, "Copper Grate");
list.put(Material.WAXED_COPPER_GRATE, "Waxed Copper Grate");
list.put(Material.EXPOSED_COPPER_GRATE, "Exposed Copper Grate");
list.put(Material.WEATHERED_COPPER_GRATE, "Weathered Copper Grate");
list.put(Material.OXIDIZED_COPPER_GRATE, "Oxidized Copper Grate");
list.put(Material.WAXED_EXPOSED_COPPER_GRATE, "Waxed Exposed Copper Grate");
list.put(Material.WAXED_WEATHERED_COPPER_GRATE, "Waxed Weathered Copper Grate");
list.put(Material.WAXED_OXIDIZED_COPPER_GRATE, "Waxed Oxidized Copper Grate");
list.put(Material.COPPER_DOOR, "Copper Door");
list.put(Material.COPPER_TRAPDOOR, "Copper Trapdoor");
list.put(Material.COPPER_GRATE, "Copper Grate");
list.put(Material.WAXED_COPPER_DOOR, "Waxed Copper Door");
list.put(Material.WAXED_COPPER_TRAPDOOR, "Waxed Copper Trapdoor");
list.put(Material.WAXED_COPPER_GRATE, "Waxed Copper Grate");
list.put(Material.EXPOSED_COPPER_DOOR, "Exposed Copper Door");
list.put(Material.EXPOSED_COPPER_TRAPDOOR, "Exposed Copper Trapdoor");
list.put(Material.EXPOSED_COPPER_GRATE, "Exposed Copper Grate");
list.put(Material.WAXED_EXPOSED_COPPER_DOOR, "Waxed Exposed Copper Door");
list.put(Material.WAXED_EXPOSED_COPPER_TRAPDOOR, "Waxed Exposed Copper Trapdoor");
list.put(Material.WAXED_EXPOSED_COPPER_GRATE, "Waxed Exposed Copper Grate");
list.put(Material.WEATHERED_COPPER_DOOR, "Weathered Copper Door");
list.put(Material.WEATHERED_COPPER_TRAPDOOR, "Weathered Copper Trapdoor");
list.put(Material.WEATHERED_COPPER_GRATE, "Weathered Copper Grate");
list.put(Material.WAXED_WEATHERED_COPPER_DOOR, "Waxed Weathered Copper Door");
list.put(Material.WAXED_WEATHERED_COPPER_TRAPDOOR, "Waxed Weathered Copper Trapdoor");
list.put(Material.WAXED_WEATHERED_COPPER_GRATE, "Waxed Weathered Copper Grate");
list.put(Material.OXIDIZED_COPPER_DOOR, "Oxidized Copper Door");
list.put(Material.OXIDIZED_COPPER_TRAPDOOR, "Oxidized Copper Trapdoor");
list.put(Material.OXIDIZED_COPPER_GRATE, "Oxidized Copper Grate");
list.put(Material.WAXED_OXIDIZED_COPPER_DOOR, "Waxed Oxidized Copper Door");
list.put(Material.WAXED_OXIDIZED_COPPER_TRAPDOOR, "Waxed Oxidized Copper Trapdoor");
list.put(Material.WAXED_OXIDIZED_COPPER_GRATE, "Waxed Oxidized Copper Grate");
list.put(Material.FLOW_ARMOR_TRIM_SMITHING_TEMPLATE, "Flow Armor Trim");
list.put(Material.BOLT_ARMOR_TRIM_SMITHING_TEMPLATE, "Bolt Armor Trim");
list.put(Material.WIND_CHARGE, "Wind Charge");
list.put(Material.FLOW_ARMOR_TRIM_SMITHING_TEMPLATE, "Smithing Template");
list.put(Material.BOLT_ARMOR_TRIM_SMITHING_TEMPLATE, "Smithing Template");
list.put(Material.FLOW_POTTERY_SHERD, "Flow Pottery Sherd");
list.put(Material.GUSTER_POTTERY_SHERD, "Guster Pottery Sherd");
list.put(Material.SCRAPE_POTTERY_SHERD, "Scrape Pottery Sherd");
list.put(Material.FLOW_BANNER_PATTERN, "Banner Pattern");
list.put(Material.GUSTER_BANNER_PATTERN, "Banner Pattern");
list.put(Material.OMINOUS_BOTTLE, "Ominous Bottle");
list.put(Material.MUSIC_DISC_PRECIPICE, "Music Disc");
list.put(Material.MUSIC_DISC_CREATOR, "Music Disc");
list.put(Material.MUSIC_DISC_CREATOR_MUSIC_BOX, "Music Disc");
list.put(Material.BUNDLE, "Bundle");
list.put(Material.WHITE_BUNDLE, "White Bundle");
list.put(Material.ORANGE_BUNDLE, "Orange Bundle");
Expand Down

0 comments on commit a02d18a

Please sign in to comment.