Water in cryofluid mixer & cultivator (#7244)
* criofluid mixer, cultivator & spore press liquids fix water and oil now displayed in cryofluid mixer, cultivator and spore press * 1 * 2
This commit is contained in:
BIN
core/assets-raw/sprites/blocks/production/cultivator-bottom.png
Normal file
BIN
core/assets-raw/sprites/blocks/production/cultivator-bottom.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 223 B |
Binary file not shown.
|
Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 535 B |
@@ -998,7 +998,7 @@ public class Blocks{
|
|||||||
solid = true;
|
solid = true;
|
||||||
outputsLiquid = true;
|
outputsLiquid = true;
|
||||||
envEnabled = Env.any;
|
envEnabled = Env.any;
|
||||||
drawer = new DrawMulti(new DrawRegion("-bottom"), new DrawLiquidTile(Liquids.cryofluid), new DrawDefault());
|
drawer = new DrawMulti(new DrawRegion("-bottom"), new DrawLiquidTile(Liquids.water), new DrawLiquidTile(Liquids.cryofluid){{drawLiquidLight = true;}}, new DrawDefault());
|
||||||
liquidCapacity = 24f;
|
liquidCapacity = 24f;
|
||||||
craftTime = 120;
|
craftTime = 120;
|
||||||
|
|
||||||
@@ -2592,6 +2592,8 @@ public class Blocks{
|
|||||||
|
|
||||||
legacyReadWarmup = true;
|
legacyReadWarmup = true;
|
||||||
drawer = new DrawMulti(
|
drawer = new DrawMulti(
|
||||||
|
new DrawRegion("-bottom"),
|
||||||
|
new DrawLiquidTile(Liquids.water),
|
||||||
new DrawDefault(),
|
new DrawDefault(),
|
||||||
new DrawCultivator(),
|
new DrawCultivator(),
|
||||||
new DrawRegion("-top")
|
new DrawRegion("-top")
|
||||||
|
|||||||
Reference in New Issue
Block a user