Skip to content

Commit bf2e397

Browse files
committed
require DustProperty for oreByProducts
1 parent eb03b82 commit bf2e397

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/gregtech/api/unification/material/properties/OreProperty.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,6 @@ public void verifyProperty(MaterialProperties properties) {
138138
m.getProperties().ensureSet(PropertyKey.DUST, true);
139139
}
140140
}
141+
oreByProducts.forEach(m -> m.getProperties().ensureSet(PropertyKey.DUST, true));
141142
}
142143
}

0 commit comments

Comments
 (0)