Skip to content

Commit

Permalink
Prasa już działa
Browse files Browse the repository at this point in the history
  • Loading branch information
Swirek3331 committed Oct 2, 2023
1 parent f1fba8d commit 997ecfc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/altanic/content/AltBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -413,20 +413,22 @@ public static void load()

craftTime = 30f;
hasLiquids = true;
hasItems = false;
hasItems = true;

consumeLiquid(plantOil, 0.3f);
consumeItem(biomass, 6);
consumePower(0.4f);

outputLiquids = LiquidStack.with(plantOil, 0.3f);

drawer = new DrawMulti(
new DrawRegion("-bottom"),
new DrawRegion("-mid"),
new DrawLiquidTile(plantOil),
new DrawDefault(),
new DrawPistons()
{{
sinMag = 1f;
}},
new DrawDefault(),
new DrawRegion("-top")
);
}};
Expand Down

0 comments on commit 997ecfc

Please sign in to comment.