mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Fixed #11409
This commit is contained in:
parent
f2232c15b1
commit
44428c1f60
1 changed files with 2 additions and 0 deletions
|
|
@ -2362,6 +2362,7 @@ public class Blocks{
|
||||||
|
|
||||||
bridgeConduit = new LiquidBridge("bridge-conduit"){{
|
bridgeConduit = new LiquidBridge("bridge-conduit"){{
|
||||||
requirements(Category.liquid, with(Items.graphite, 4, Items.metaglass, 8));
|
requirements(Category.liquid, with(Items.graphite, 4, Items.metaglass, 8));
|
||||||
|
floating = true;
|
||||||
fadeIn = moveArrows = false;
|
fadeIn = moveArrows = false;
|
||||||
arrowSpacing = 6f;
|
arrowSpacing = 6f;
|
||||||
range = 4;
|
range = 4;
|
||||||
|
|
@ -2372,6 +2373,7 @@ public class Blocks{
|
||||||
|
|
||||||
phaseConduit = new LiquidBridge("phase-conduit"){{
|
phaseConduit = new LiquidBridge("phase-conduit"){{
|
||||||
requirements(Category.liquid, with(Items.phaseFabric, 5, Items.silicon, 7, Items.metaglass, 20, Items.titanium, 10));
|
requirements(Category.liquid, with(Items.phaseFabric, 5, Items.silicon, 7, Items.metaglass, 20, Items.titanium, 10));
|
||||||
|
floating = true;
|
||||||
range = 12;
|
range = 12;
|
||||||
arrowPeriod = 0.9f;
|
arrowPeriod = 0.9f;
|
||||||
arrowTimeScl = 2.75f;
|
arrowTimeScl = 2.75f;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue