ldtteam / Domum-Ornamentum

GNU General Public License v3.0
11 stars 26 forks source link

Add dedicated block/item tags for any dyed variation of extra blocks #227

Closed Thodor12 closed 8 months ago

Thodor12 commented 8 months ago

Not needed, turns out I can do

ModBlocks.getInstance().getExtraTopBlocks().stream()
          .filter(f -> f.getType().getColor() != null)

just fine