Skip to content

Commit 84c801c

Browse files
authored
Merge pull request #13 from maciejstepie/main
Semi mid-game tutorial and tips
1 parent 2f16168 commit 84c801c

1 file changed

Lines changed: 25 additions & 6 deletions

File tree

src/pages/tutorial.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ title: Getting Started
44

55
This is a very basic guide on getting started with [**Tech Reborn**](https://www.curseforge.com/minecraft/mc-mods/techreborn).
66

7-
## Acquiring Rubber
7+
## Acquiring Rubber
88

9-
To get started with [**Tech Reborn**](https://www.curseforge.com/minecraft/mc-mods/techreborn) you want to craft yourself a <McItem slug="techreborn:treetap" />. Once you have acquired one you can begin to look for a [**Rubber Tree**](/docs/world/rubber_tree)
9+
To get started with [**Tech Reborn**](https://www.curseforge.com/minecraft/mc-mods/techreborn) you want to craft yourself a <McItem slug="techreborn:treetap" />. Once you have acquired one you can begin to look for a [**Rubber Tree**](/docs/world/rubber_tree)
1010

1111
They are distinctive as they have a spike of leaves at the top. They usually spawn in clumps. This is an example of what the rubber trees will look like in the world.
1212

1313
![Rubber Tree](/img/rubbertree.png)
1414

15-
Once you have found a tree, you need to look for <McItem slug="techreborn:sap" /> spots on it. <McItem slug="techreborn:sap" /> will regenerate over time. When you have found a <McItem slug="techreborn:sap" /> spot you will want to use your *Use Item* button (typically **right click**) on it with the <McItem slug="techreborn:treetap" />. This will extract the <McItem slug="techreborn:sap" /> and place it in your inventory. Sap can be smelted into <McItem slug="techreborn:rubber" />, which is used to produce **[Insulated Cables]**(/docs/blocks/cables).
15+
Once you have found a tree, you need to look for <McItem slug="techreborn:sap" /> spots on it. <McItem slug="techreborn:sap" /> will regenerate over time. When you have found a <McItem slug="techreborn:sap" /> spot you will want to use your _Use Item_ button (typically **right click**) on it with the <McItem slug="techreborn:treetap" />. This will extract the <McItem slug="techreborn:sap" /> and place it in your inventory. Sap can be smelted into <McItem slug="techreborn:rubber" />, which is used to produce **[Insulated Cables]**(/docs/blocks/cables).
1616

1717
## Refining Iron
1818

@@ -28,7 +28,27 @@ The first machines you might want to look into building are the <McItem slug="te
2828

2929
The <McItem slug="techreborn:electric_furnace" /> will allow you to smelt much more items using the same amount of resources. For example: 1 piece of coal will smelt 8 iron ore blocks in a regular furnace, 10 iron ore blocks in an iron furnace and 49 iron ore blocks in an <McItem slug="techreborn:electric_furnace" /> powered by a <McItem slug="techreborn:generator" />.
3030

31-
The <McItem slug="techreborn:grinder" /> allows you to grind ores into <McItem slug="techreborn:copper_dust" />, which you can then smelt back into <McItem slug="techreborn:copper_ingot" />. One ore block creates two dusts, each of which can be smelted back into an ingot - this effectively doubles the number of ingots you can acquire from each ore.
31+
The <McItem slug="techreborn:grinder" /> allows you to grind ores into <McItem slug="techreborn:copper_dust" />, which you can then smelt back into <McItem slug="techreborn:copper_ingot" />. One ore block creates two dusts, each of which can be smelted back into an ingot - this effectively doubles the number of ingots you can acquire from each ore.
32+
33+
## Further Advancement
34+
35+
Now you should have some idea how the main process loop works. Your next goal should be <McItem slug="techreborn:industrial_grinder" />, a better version of the <McItem slug="techreborn:grinder" /> to make even more resources from the ore. But before we can make it, we need first make some new machines to create required parts. Check the **Industrial Grinder** page fo the recipe.
36+
37+
As you can see this machine is a bit more complicated than those we build before and requires processed materials. One of them is <McItem slug="techreborn:diamond_grinding_head" />
38+
which requires <McItem slug="techreborn:steel_ingot" />, but to obtain that you first need to make <McItem slug="techreborn:industrial_blast_furnace" />.
39+
40+
To make this furnance you will need <McItem slug="techreborn:cupronickel_heating_coil" /> which is made in <McItem slug="techreborn:rolling_machine" />
41+
You will need some nickel to make heating coil. One of the easiest (but slowly) ways is to put copper ore in <McItem slug=" techreborn:industrial_centrifuge" />
42+
You will also need to make plates from verious of materials, because of that you need <McItem slug="techreborn:compressor" />.
43+
44+
## Usefull tips
45+
46+
- Remember to use tool with `Silk Touch` on the ore. All mod recipes requires 'raw' blocks of ore. You get 'pickaxe' with silk touch on the Rockcutter tool.
47+
- Once you got <McItem slug="techreborn:assembly_machine" /> you can save some materials making circuits. Check recipes.
48+
- Consider waiting for industrial grinder before converting whole stacks of materials in lower tier machines. Use mercury or sodium persulfate instead of water for better output. As always: check recipes!
49+
- The are some cheep and unlimited resources to generate power. Trees for basic generator, food converted to methan or plantballs, lava in thermal generator. You can generate lava using simple cauldron and stalagmite trick.
50+
- Create redstone generator farms to get easy materials for recycler. Quantity matters, not the item. You can use bamboo or sugar farm to get a lot of stacks. If you are using cobblestone, convert it on the stonecutter to slabs to double it. If you use trees, make sticks. You can combine simple cobble generator with low tier solar panel and block breaker to make free unlimited recycler input.
51+
- If you need more empty cells consider **Basic Tank Unit** or just dig a hole and put fluid in the ground just like a water or lava. Be carefull to not put multiple fluids in one block.
3252

3353
## Advanced Automation
3454

@@ -40,7 +60,6 @@ This system should allow you to do some complex automation with pipes from other
4060

4161
The system also have auto input and output, when enabled the machine will try and move the items around to neighbouring inventories.
4262

43-
Input slots have a setting to filter the input, this setting means that the slot will only accept items that have a valid recipe. This is really useful as it allows you to use one chest for input and output in some cases.
44-
63+
Input slots have a setting to filter the input, this setting means that the slot will only accept items that have a valid recipe. This is really useful as it allows you to use one chest for input and output in some cases.
4564

4665
`This page is still being written, more content will come soon.`

0 commit comments

Comments
 (0)