-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bronze making, boilers * Update docs/Gameplay/Steam/Bronze.md Co-authored-by: Mikerooni <[email protected]> * Update docs/Gameplay/Steam/Steam-Generation.md Co-authored-by: Mikerooni <[email protected]> * Update docs/Gameplay/Steam/Steam-Generation.md Co-authored-by: Mikerooni <[email protected]> --------- Co-authored-by: Mikerooni <[email protected]>
- Loading branch information
1 parent
ee7877c
commit 35b3d3b
Showing
7 changed files
with
82 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
.idea/ | ||
|
||
.vscode/* | ||
!.vscode/settings.json | ||
!.vscode/settings.json | ||
|
||
env/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Bronze | ||
--- | ||
|
||
# Bronze | ||
|
||
Bronze is the most important material in the [Steam Age](./index.md). | ||
|
||
To prepare the first batch of it you will need [Tin and Copper](/Gameplay/Ore-Generation) just crush the ingots with a GT mortar. And then mix them in a crafting table in _3_ to _1_ proportion. Then smelting to receive the ingot. | ||
|
||
![Ingot crushing recipe](./assets/ingot_crushed.png) | ||
![Bronze dust recipe](./assets/bronze_recipe.png) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
Title: Generating Steam | ||
--- | ||
|
||
# Generating Steam | ||
|
||
## Early game | ||
|
||
For early game steam generation you have two options: | ||
|
||
### Boilers | ||
* Liquid - allowing you to use hot liquids like lava. To heat up water and get steam. | ||
* Solid - uses coal to heat up the water. | ||
### Solar Boilers | ||
* generate steam from solar boilers _doesn't work at night_. | ||
|
||
For water you can use a **primitive pump** | ||
![Primitive water pump](./assets/p_water_pump.png) | ||
|
||
or use a water connection from any other mod. | ||
|
||
## After Steel | ||
|
||
After unlocking steel (using a primitive blast furnace) you will get access to the high pressure versions of the boilers and allow you to produce more steam. | ||
|
||
## Large Boilers | ||
|
||
Large boilers allow you to create massive amount of steam in the blink of an eye. A boiler can be constructed of many different GT materials, that will allow for different steam generation rates (_consult the table below_). | ||
|
||
## Base Generation Rates | ||
|
||
### Single Block | ||
|
||
| Boiler type | Low pressure | High pressure | | ||
| ----------- | ------------ | ------------- | | ||
| Solar | 6 L/T | 18 L/T | | ||
| Liquid | 12 L/T | 30 L/T | | ||
| Solid | 6 L/T | 15 L/T | | ||
|
||
### Multiblock | ||
|
||
| Boiler | Generation | Boil up | Max temp | | ||
| ------------- | ---------- | ------- | -------- | | ||
| Bronze | 800 L/T | 40s | 1074K | | ||
| Steel | 1800 L/T | 90s | 2074K | | ||
| Titanium | 3200 L/T | 160s | 3474K | | ||
| Tungstensteel | 6400 L/T | 160s | 6674K | | ||
|
||
*L/T -> Liters per tick (1L = 1mB) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Steam Tier | ||
--- | ||
|
||
# Welcome to Gregtech | ||
|
||
Steam is the first of many stages that come with the Gregtech mod. It will be your first encounter with GT machines and tools. Be careful _things may get explosive_. | ||
|
||
So it is important that you learn how to transport and make enough steam for your factory. | ||
|
||
## In this tier | ||
|
||
Most important material: [**Bronze**](./Bronze.md) | ||
|
||
End Goal: **LV machine hull** | ||
|
||
Gated by: **Primitive blast furnace** |