Added most things to tech tree

This commit is contained in:
Anuken
2020-07-24 23:38:33 -04:00
parent 17f86c5f77
commit 38e55ab541
7 changed files with 264 additions and 180 deletions

View File

@ -13,6 +13,7 @@ public class Liquids implements ContentList{
water = new Liquid("water", Color.valueOf("596ab8")){{
heatCapacity = 0.4f;
effect = StatusEffects.wet;
alwaysUnlocked = true;
}};
slag = new Liquid("slag", Color.valueOf("ffa166")){{