Added most necessary objectives

This commit is contained in:
Anuken
2022-04-13 15:32:33 -04:00
parent 2a8c4b51d4
commit 693482df83
5 changed files with 121 additions and 17 deletions

View File

@@ -122,7 +122,9 @@ public class SectorPresets{
new ResearchObjective(Blocks.turbineCondenser),
new BuildCountObjective(Blocks.turbineCondenser, 1).withMarkers(
new ShapeTextMarker("Place a [accent]turbine condenser[] on the vent.\nThis will generate [accent]power[].", 253f * 8f, 258f * 8f, 8f * 2.6f, 0f, 9f)
));
),
new CoreItemObjective(Items.graphite, 10)
);
};
}};