This commit is contained in:
Anuken
2020-09-05 13:35:36 -04:00
parent 9fb570f965
commit 09e34da880
4 changed files with 10 additions and 5 deletions

View File

@@ -209,6 +209,7 @@ public class Blocks implements ContentList{
liquidDrop = Liquids.slag;
isLiquid = true;
cacheLayer = CacheLayer.slag;
attributes.set(Attribute.heat, 0.85f);
}};
stone = new Floor("stone"){{
@@ -1131,6 +1132,7 @@ public class Blocks implements ContentList{
powerProduction = 1.8f;
generateEffect = Fx.redgeneratespark;
size = 2;
floating = true;
}};
turbineGenerator = new BurnerGenerator("turbine-generator"){{

View File

@@ -336,7 +336,7 @@ public class UnitTypes implements ContentList{
shootSound = Sounds.laser;
bullet = new LaserBulletType(){{
damage = 30f;
damage = 40f;
recoil = 1f;
sideAngle = 45f;
sideWidth = 1f;