mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-21 04:50:59 -07:00
Added turbine generator to recipe list
This commit is contained in:
parent
fa53b1be73
commit
89ddbfc83d
3 changed files with 1 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 423 B After Width: | Height: | Size: 562 B |
Binary file not shown.
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
|
|
@ -70,7 +70,7 @@ public class Recipes implements ContentList{
|
|||
|
||||
//generators
|
||||
new Recipe(power, PowerBlocks.combustiongenerator, new ItemStack(Items.tungsten, 30), new ItemStack(Items.lead, 30));
|
||||
//new Recipe(power, PowerBlocks.turbinegenerator, new ItemStack(Items.tungsten, 30), new ItemStack(Items.lead, 30));
|
||||
new Recipe(power, PowerBlocks.turbinegenerator, new ItemStack(Items.tungsten, 70), new ItemStack(Items.carbide, 50), new ItemStack(Items.lead, 80), new ItemStack(Items.silicon, 60));
|
||||
|
||||
|
||||
//new Recipe(distribution, StorageBlocks.vault, new ItemStack(Items.carbide, 50));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue