File tree 1 file changed +8
-0
lines changed
common/src/main/java/juuxel/adorn/compat/rei/client
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,14 @@ public void registerCollapsibleEntries(CollapsibleEntryRegistry registry) {
51
51
add (registry , AdornTags .CRATES .item ());
52
52
add (registry , AdornTags .TABLE_LAMPS .item ());
53
53
add (registry , AdornTags .CANDLELIT_LANTERNS .item ());
54
+ add (registry , AdornTags .COPPER_PIPES .item ());
55
+ add (registry , AdornTags .PAINTED_PLANKS .item ());
56
+ add (registry , AdornTags .PAINTED_WOOD_SLABS .item ());
57
+ add (registry , AdornTags .PAINTED_WOOD_STAIRS .item ());
58
+ add (registry , AdornTags .PAINTED_WOOD_FENCES .item ());
59
+ add (registry , AdornTags .PAINTED_WOOD_FENCE_GATES .item ());
60
+ add (registry , AdornTags .PAINTED_WOOD_PRESSURE_PLATES .item ());
61
+ add (registry , AdornTags .PAINTED_WOOD_BUTTONS .item ());
54
62
}
55
63
56
64
private static void add (CollapsibleEntryRegistry registry , TagKey <Item > tag ) {
You can’t perform that action at this time.
0 commit comments