forked from TAIGA/TAIGA
Added Trait Crushing, changed old assignment, fixed two variables to prevent annoyance
This commit is contained in:
@@ -29,7 +29,7 @@ public class TraitPulverizing extends AbstractTrait {
|
||||
|
||||
@Override
|
||||
public void blockHarvestDrops(ItemStack tool, BlockEvent.HarvestDropsEvent event) {
|
||||
if (random.nextFloat() < 0.9) {
|
||||
if (random.nextFloat() < 0.6) {
|
||||
event.getDrops().clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user