We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df35d12 commit 3fbff54Copy full SHA for 3fbff54
src/main/java/io/github/essentialsx/itemdbgenerator/providers/alias/CopperBuildingBlockAliasProvider.java
@@ -106,7 +106,13 @@ private enum CopperBuildingBlock implements CompoundType {
106
TRAPDOOR(null, "%strapdoor", "%sdoortrap", "%shatch", "%stdoor", "%sdoort", "%strapd", "%sdtrap"),
107
BULB(null, "%sbulb"),
108
GRATE(null, "%sgrate"),
109
- BLOCK("^[A-Z]+_(SLAB|STAIRS)", true, "%scopperblock", "%scopblock", "%scoblock"),
+ 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"),
116
;
117
118
private final Pattern regex;
0 commit comments