This commit is contained in:
Anuken
2020-09-06 09:41:48 -04:00
parent 50a94af0d1
commit e5674b1b1e
2 changed files with 10 additions and 4 deletions

View File

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