Final adjustments, 2 additional traits, 1 trait rewritten. Liquids + textures included. German and english translation added.

This commit is contained in:
Robert Sosnitzka
2016-07-18 00:16:46 +02:00
parent 77e86d4281
commit 302ef6cccb
28 changed files with 717 additions and 380 deletions

View File

@@ -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();
}
}