mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
oh the log spam
This commit is contained in:
parent
58c1236ab5
commit
6280d92a83
@ -289,7 +289,7 @@ public class BlockMotherOfAllOres extends BlockContainer implements IBlockMultiP
|
|||||||
|
|
||||||
for(Object b : Block.blockRegistry.getKeys()) {
|
for(Object b : Block.blockRegistry.getKeys()) {
|
||||||
Block block = Block.getBlockFromName((String) b);
|
Block block = Block.getBlockFromName((String) b);
|
||||||
if(block != null)
|
if(block != null && Item.getItemFromBlock(block) != null)
|
||||||
uniqueItems.add(new ComparableStack(block));
|
uniqueItems.add(new ComparableStack(block));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user