oh the log spam

This commit is contained in:
Bob 2022-04-01 19:10:44 +02:00
parent 58c1236ab5
commit 6280d92a83

View File

@ -289,7 +289,7 @@ public class BlockMotherOfAllOres extends BlockContainer implements IBlockMultiP
for(Object b : Block.blockRegistry.getKeys()) {
Block block = Block.getBlockFromName((String) b);
if(block != null)
if(block != null && Item.getItemFromBlock(block) != null)
uniqueItems.add(new ComparableStack(block));
}