Return large launchpad item costs (#4134)
* Return large launchpad item costs hidden -> debugonly * Remove the 4 orange squares from the large launch pad Leaving the lights and launchpod alignments alone since that is campaign only.
This commit is contained in:
committed by
GitHub
parent
6eb604585b
commit
e714d44a0e
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 7.8 KiB |
@@ -2055,6 +2055,7 @@ public class Blocks implements ContentList{
|
|||||||
|
|
||||||
//TODO remove
|
//TODO remove
|
||||||
launchPadLarge = new LaunchPad("launch-pad-large"){{
|
launchPadLarge = new LaunchPad("launch-pad-large"){{
|
||||||
|
requirements(Category.effect, BuildVisibility.debugOnly, ItemStack.with(Items.titanium, 200, Items.silicon, 150, Items.lead, 250, Items.plastanium, 75));
|
||||||
size = 4;
|
size = 4;
|
||||||
itemCapacity = 300;
|
itemCapacity = 300;
|
||||||
launchTime = 60f * 35;
|
launchTime = 60f * 35;
|
||||||
|
|||||||
Reference in New Issue
Block a user