Skip to content

Commit

Permalink
start tha techtree
Browse files Browse the repository at this point in the history
  • Loading branch information
uujuju1 committed May 15, 2022
1 parent bf4b8a9 commit 474dcd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/oblivion/content/OblivionBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public void load() {
Items.copper, 50,
Items.lead, 80
));
alwaysUnlocked = true;
size = 3;
health = 200;
craftTime = 30f;
Expand Down Expand Up @@ -894,7 +895,7 @@ OblivionResources.calenmite, new ArtilleryBulletType(2.5f, 35) {{
}};

mantlePulverizer = new GenericCrafter("mantle-pulverizer") {{
requirements(Category.production, with(
requirements(Category.crafting, with(
OblivionResources.niobium, 200
));
health = 200;
Expand Down

0 comments on commit 474dcd7

Please sign in to comment.