Skip to content

Commit

Permalink
require DustProperty for oreByProducts
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Aug 13, 2021
1 parent eb03b82 commit bf2e397
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,6 @@ public void verifyProperty(MaterialProperties properties) {
m.getProperties().ensureSet(PropertyKey.DUST, true);
}
}
oreByProducts.forEach(m -> m.getProperties().ensureSet(PropertyKey.DUST, true));
}
}

0 comments on commit bf2e397

Please sign in to comment.