Skip to content

Commit

Permalink
Fix dye showing as ink sacks in modern (#1355)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Herrera <[email protected]>
  • Loading branch information
Pablete1234 authored Jul 6, 2024
1 parent 6bedcf1 commit ae1e9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/src/main/java/tc/oc/pgm/util/material/Materials.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public interface Materials {
Material EYE_OF_ENDER = parse("EYE_OF_ENDER", "ENDER_EYE");
Material FIREWORK = parse("FIREWORK", "FIREWORK_ROCKET");
Material WATCH = parse("WATCH", "CLOCK");
Material DYE = parse("INK_SACK", "LEGACY_INK_SACK");
Material DYE = parse("INK_SACK", "BLACK_DYE");
Material IRON_DOOR = parse("IRON_DOOR_BLOCK", "IRON_DOOR");
Material RAW_FISH = parse("RAW_FISH", "COD");
Material WORKBENCH = parse("WORKBENCH", "CRAFTING_TABLE");
Expand Down

0 comments on commit ae1e9ef

Please sign in to comment.