Skip to content

Commit

Permalink
To się jednak przez "e" pisze
Browse files Browse the repository at this point in the history
  • Loading branch information
Swirek3331 committed Oct 1, 2023
1 parent 6c53adc commit cef96b7
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions src/altanic/content/AltBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import arc.graphics.Color;
import arc.struct.Seq;

import mindustry.content.Liquids;
import mindustry.gen.*;
import mindustry.type.*;
import mindustry.world.*;
Expand Down Expand Up @@ -34,7 +33,7 @@ public class AltBlocks
fecoOre, calcite,

//crafting
pyrolyseOven, blastFurnace, solidMixer, centrifuge, oilRafinery, fermentationChamber,
pyrolyseOven, blastFurnace, solidMixer, centrifuge, oilRefinery, fermentationChamber,

//power
oilBurner, chargeGenerator,
Expand Down Expand Up @@ -284,8 +283,7 @@ public static void load()
);
}};

//TODO: Better name?
oilRafinery = new GenericCrafter("oil-rafinery")
oilRefinery = new GenericCrafter("oil-refinery")
{{
requirements(Category.crafting, ItemStack.with(metaglass, 45, graphite, 50, titanium, 75, silicon, 50));
size = 3;
Expand Down Expand Up @@ -361,7 +359,7 @@ public static void load()

);

//TODO: find a better way; less code.
//TODO: find a better way - less code.
drawer = new DrawRecipe(){{
drawers = new DrawBlock[]{
new DrawMulti(
Expand Down
2 changes: 1 addition & 1 deletion src/altanic/content/AltSerpuloTechTree.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static void load()

extendNode(coalCentrifuge, () -> {
node(centrifuge, () -> {
node(oilRafinery);
node(oilRefinery);
});
});

Expand Down

0 comments on commit cef96b7

Please sign in to comment.