Mobile placement guide / Bugfixes / Switched mobile test to arg

This commit is contained in:
Anuken
2018-07-02 13:06:52 -04:00
parent e9436426b7
commit cf0a25fdfc
9 changed files with 101 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ public class Liquids implements ContentList {
cryofluid = new Liquid("cryofluid", Color.SKY) {
{
heatCapacity = 0.75f;
temperature = 0.5f;
temperature = 0.4f;
tier = 1;
effect = StatusEffects.freezing;
}