Minor bugfixes

This commit is contained in:
Anuken
2018-11-08 14:53:18 -05:00
parent b53821976e
commit b7506229f8
3 changed files with 3 additions and 3 deletions
@@ -139,7 +139,7 @@ public class Blocks extends BlockList implements ContentList{
}};
ice = new Floor("ice"){{
dragMultiplier = 0.3f;
dragMultiplier = 0.2f;
speedMultiplier = 0.4f;
minimapColor = Color.valueOf("b8eef8");
hasOres = true;