forked from TAIGA/TAIGA
Final adjustments, 2 additional traits, 1 trait rewritten. Liquids + textures included. German and english translation added.
This commit is contained in:
@@ -60,7 +60,7 @@ public class TraitAnalysing extends AbstractTrait {
|
||||
|
||||
@Override
|
||||
public void blockHarvestDrops(ItemStack tool, BlockEvent.HarvestDropsEvent event) {
|
||||
if (random.nextFloat() < 0.75) {
|
||||
if (random.nextFloat() < 0.85) {
|
||||
event.getDrops().clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user