Removed incorrect health values
This commit is contained in:
@@ -72,7 +72,6 @@ public class CraftingBlocks extends BlockList implements ContentList{
|
|||||||
}};
|
}};
|
||||||
|
|
||||||
phaseWeaver = new PhaseWeaver("phase-weaver"){{
|
phaseWeaver = new PhaseWeaver("phase-weaver"){{
|
||||||
health = 90;
|
|
||||||
craftEffect = BlockFx.smeltsmoke;
|
craftEffect = BlockFx.smeltsmoke;
|
||||||
result = Items.phasematter;
|
result = Items.phasematter;
|
||||||
craftTime = 120f;
|
craftTime = 120f;
|
||||||
@@ -83,7 +82,6 @@ public class CraftingBlocks extends BlockList implements ContentList{
|
|||||||
}};
|
}};
|
||||||
|
|
||||||
alloySmelter = new PowerSmelter("alloy-smelter"){{
|
alloySmelter = new PowerSmelter("alloy-smelter"){{
|
||||||
health = 90;
|
|
||||||
craftEffect = BlockFx.smeltsmoke;
|
craftEffect = BlockFx.smeltsmoke;
|
||||||
result = Items.surgealloy;
|
result = Items.surgealloy;
|
||||||
craftTime = 50f;
|
craftTime = 50f;
|
||||||
@@ -97,7 +95,6 @@ public class CraftingBlocks extends BlockList implements ContentList{
|
|||||||
}};
|
}};
|
||||||
|
|
||||||
alloyfuser = new PowerSmelter("alloy-fuser"){{
|
alloyfuser = new PowerSmelter("alloy-fuser"){{
|
||||||
health = 90;
|
|
||||||
craftEffect = BlockFx.smeltsmoke;
|
craftEffect = BlockFx.smeltsmoke;
|
||||||
result = Items.surgealloy;
|
result = Items.surgealloy;
|
||||||
craftTime = 30f;
|
craftTime = 30f;
|
||||||
@@ -111,7 +108,6 @@ public class CraftingBlocks extends BlockList implements ContentList{
|
|||||||
}};
|
}};
|
||||||
|
|
||||||
cryofluidmixer = new LiquidMixer("cryofluidmixer"){{
|
cryofluidmixer = new LiquidMixer("cryofluidmixer"){{
|
||||||
health = 200;
|
|
||||||
outputLiquid = Liquids.cryofluid;
|
outputLiquid = Liquids.cryofluid;
|
||||||
liquidPerItem = 50f;
|
liquidPerItem = 50f;
|
||||||
itemCapacity = 50;
|
itemCapacity = 50;
|
||||||
|
|||||||
Reference in New Issue
Block a user