Better 'unknown' map names / Recipe fixes
This commit is contained in:
@@ -820,7 +820,6 @@ public class Blocks implements ContentList{
|
||||
|
||||
batteryLarge = new Battery("battery-large"){{
|
||||
requirements(Category.power, ItemStack.with(Items.titanium, 40, Items.lead, 80, Items.silicon, 30));
|
||||
requirements(Category.power, ItemStack.with(Items.copper, 8, Items.lead, 30, Items.silicon, 4));
|
||||
size = 3;
|
||||
consumes.powerBuffered(20000f, 1f);
|
||||
}};
|
||||
|
||||
@@ -398,7 +398,7 @@ public class Zones implements ContentList{
|
||||
}};
|
||||
|
||||
desolateRift = new Zone("desolateRift", new MapGenerator("desolateRift")
|
||||
.core(Blocks.coreNucleus).dist(2f)){{
|
||||
.core(Blocks.coreNucleus).dist(2f)){{
|
||||
deployCost = ItemStack.with(Items.copper, 2000);
|
||||
startingItems = ItemStack.with(Items.copper, 1500);
|
||||
itemRequirements = ItemStack.with(Items.copper, 8000, Items.metaglass, 2000, Items.graphite, 3000);
|
||||
|
||||
Reference in New Issue
Block a user