Removed autogenerated liquid sprites
This commit is contained in:
@@ -25,7 +25,7 @@ public class SectorPresets{
|
||||
Array.ofRecursive(
|
||||
Missions.blockRecipe(Blocks.daggerFactory),
|
||||
new UnitMission(UnitTypes.dagger),
|
||||
Missions.blockRecipe(Blocks.commandCenter),
|
||||
//Missions.blockRecipe(Blocks.commandCenter),
|
||||
new CommandMission(UnitCommand.retreat),
|
||||
new CommandMission(UnitCommand.attack),
|
||||
new BattleMission()
|
||||
|
||||
@@ -95,7 +95,7 @@ public class TutorialSector{
|
||||
new ItemMission(Items.lead, 50),
|
||||
|
||||
// new BlockMission(CraftingBlocks.smelter),
|
||||
new BlockMission(Blocks.smelter),
|
||||
//new BlockMission(Blocks.smelter),
|
||||
new WaveMission(5)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user