Skip to content

Commit 3fbff54

Browse files
committed
Add 1.21.9 Copper Aliases
1 parent df35d12 commit 3fbff54

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/main/java/io/github/essentialsx/itemdbgenerator/providers/alias/CopperBuildingBlockAliasProvider.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,13 @@ private enum CopperBuildingBlock implements CompoundType {
106106
TRAPDOOR(null, "%strapdoor", "%sdoortrap", "%shatch", "%stdoor", "%sdoort", "%strapd", "%sdtrap"),
107107
BULB(null, "%sbulb"),
108108
GRATE(null, "%sgrate"),
109-
BLOCK("^[A-Z]+_(SLAB|STAIRS)", true, "%scopperblock", "%scopblock", "%scoblock"),
109+
GOLEM_STATUE(null, "%sgolemstatue", "%sstatue", "%sgolem"),
110+
LANTERN(null, "%slantern", "%slantern", "%slight"),
111+
LIGHTNING_ROD(null, "%srod", "%slrod", "%slightrod"),
112+
BARS(null, "%sbars", "%sbar", "%sbarsb", "%sbarsblock", "%sfence"),
113+
CHAIN(null, "%schain", "%slink", "%schains", "%slinks"),
114+
CHEST(null, "%schest", "%scontainer", "%sdrawer"),
115+
BLOCK("^[A-Z_]+_(SLAB|STAIRS)", true, "%scopperblock", "%scopblock", "%scoblock"),
110116
;
111117

112118
private final Pattern regex;

0 commit comments

Comments
 (0)