Tweaks
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
@@ -88,6 +88,7 @@ public class Blocks{
|
|||||||
regenProjector, barrierProjector,
|
regenProjector, barrierProjector,
|
||||||
//campaign only
|
//campaign only
|
||||||
shieldProjector,
|
shieldProjector,
|
||||||
|
largeShieldProjector,
|
||||||
|
|
||||||
//transport
|
//transport
|
||||||
conveyor, titaniumConveyor, plastaniumConveyor, armoredConveyor, distributor, junction, itemBridge, phaseConveyor, sorter, invertedSorter, router,
|
conveyor, titaniumConveyor, plastaniumConveyor, armoredConveyor, distributor, junction, itemBridge, phaseConveyor, sorter, invertedSorter, router,
|
||||||
@@ -1742,6 +1743,15 @@ public class Blocks{
|
|||||||
consumes.power(5f);
|
consumes.power(5f);
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
largeShieldProjector = new BaseShield("large-shield-projector"){{
|
||||||
|
requirements(Category.effect, BuildVisibility.editorOnly, with());
|
||||||
|
|
||||||
|
size = 4;
|
||||||
|
radius = 400f;
|
||||||
|
|
||||||
|
consumes.power(5f);
|
||||||
|
}};
|
||||||
|
|
||||||
//endregion
|
//endregion
|
||||||
//region distribution
|
//region distribution
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user