Removed CoreLauncher

This commit is contained in:
Anuken
2020-06-21 20:22:20 -04:00
parent 9c69e3a1a0
commit 42c323365a
8 changed files with 106 additions and 145 deletions

View File

@@ -82,7 +82,7 @@ public class Blocks implements ContentList{
repairPoint, resupplyPoint,
//campaign
launchPad, launchPadLarge, coreSilo, dataProcessor,
launchPad, launchPadLarge, dataProcessor,
//misc experimental
blockForge, blockLoader, blockUnloader;
@@ -1836,16 +1836,6 @@ public class Blocks implements ContentList{
consumes.power(6f);
}};
//TODO remove later
/*
coreSilo = new CoreLauncher("core-silo"){{
requirements(Category.effect, BuildVisibility.campaignOnly, ItemStack.with(Items.copper, 350, Items.silicon, 140, Items.lead, 200, Items.titanium, 150));
size = 5;
itemCapacity = 500;
consumes.items(ItemStack.with(Items.copper, 500));
}};*/
dataProcessor = new ResearchBlock("data-processor"){{
requirements(Category.effect, BuildVisibility.campaignOnly, ItemStack.with(Items.copper, 200, Items.lead, 100));