mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-25 10:25:42 +07:00
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:
parent
df1df66c6c
commit
0cd80b70b7
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;
|
||||
outputsLiquid = true;
|
||||
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;
|
||||
craftTime = 120;
|
||||
|
||||
@ -2592,6 +2592,8 @@ public class Blocks{
|
||||
|
||||
legacyReadWarmup = true;
|
||||
drawer = new DrawMulti(
|
||||
new DrawRegion("-bottom"),
|
||||
new DrawLiquidTile(Liquids.water),
|
||||
new DrawDefault(),
|
||||
new DrawCultivator(),
|
||||
new DrawRegion("-top")
|
||||
|
Loading…
Reference in New Issue
Block a user