Skip to content

Commit

Permalink
fixed materials for 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bierdosenhalter committed Nov 19, 2024
1 parent b95a008 commit c8af3a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ private MaterialHelper() {
Material.NETHERITE_AXE,
Material.NETHERITE_SWORD,
Material.CROSSBOW,
Material.MACE,
Material.TRIDENT
);

Expand Down Expand Up @@ -110,8 +109,8 @@ private MaterialHelper() {
Material.BUNDLE,
Material.SMOKER,
Material.BLAST_FURNACE,
Material.MINECART_WITH_HOPPER,
Material.MINECART_WITH_CHEST
Material.HOPPER_MINECART,
Material.CHEST_MINECART
);

public static void loadIllegalMaterials() {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ illegalMaterials:
# - "farmland"
# - "budding_amethyst"
# - "infested_*"
# - "dirt_path"
# - "knowledge_book"
# - "dirt_path"
# - "knowledge_book"

0 comments on commit c8af3a0

Please sign in to comment.