Balanced out block hardness. It's tinkers alloying addon, not tinkers annoying addon!

Fixed some language files and fluid models.
This commit is contained in:
Robert Sosnitzka
2016-12-18 14:09:46 +01:00
parent 6f906428d0
commit e167f0da5b
6 changed files with 95 additions and 53 deletions

View File

@@ -202,7 +202,7 @@ public class Generator {
}
if (!validSurface.contains(Item.getItemFromBlock(world.getBlockState(cPos.down()).getBlock())))
continue;
cPos.down((random.nextInt(3) + 1) * r);
cPos = cPos.down(random.nextInt(r * 2) + r + 1);
MeteorWorldSaveData saveData = MeteorWorldSaveData.getForWorld(world);
saveData.addPos(cPos);