Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AureusStratus authored Jul 26, 2023
1 parent 707d25c commit c4da758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exogenesis/content/ExoBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ public static void load(){
genesisFactory = new UnitFactory("genesis-factory"){{
requirements(Category.units, with(Items.copper, 50, Items.lead, 120, Items.silicon, 80));
plans = Seq.with(
new UnitPlan(ExoUnitTypes.lux, 60f * 15, with(Items.silicon, 10, Items.lead, 10)),
new UnitPlan(ExoUnitTypes.orion, 60f * 15, with(Items.silicon, 10, Items.lead, 10))
);
size = 3;
consumePower(1.2f);
}};

}
}

0 comments on commit c4da758

Please sign in to comment.