1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-10-06 21:07:25 +03:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken 2022-08-06 13:38:35 -04:00
commit ecdedf383a
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ assignees: ''
--- ---
**Platform**: *Android/iOS/Mac/Windows/Linux* **Platform**: *The type of device you were playing on - Android/iOS/Mac/Windows/Linux* ("All" is NOT a platform!)
**Build**: *The build number under the title in the main menu. Required. "LATEST" IS NOT A VERSION, I NEED THE EXACT BUILD NUMBER OF YOUR GAME.* **Build**: *The build number under the title in the main menu. Required. "LATEST" IS NOT A VERSION, I NEED THE EXACT BUILD NUMBER OF YOUR GAME.*

View File

@ -2129,6 +2129,7 @@ public class Blocks{
liquidTank = new LiquidRouter("liquid-tank"){{ liquidTank = new LiquidRouter("liquid-tank"){{
requirements(Category.liquid, with(Items.titanium, 30, Items.metaglass, 40)); requirements(Category.liquid, with(Items.titanium, 30, Items.metaglass, 40));
size = 3; size = 3;
solid = true;
liquidCapacity = 1800f; liquidCapacity = 1800f;
health = 500; health = 500;
}}; }};