Skip to content

Commit 6d3b76b

Browse files
committed
More fixes for machines.
1 parent 86bf8e7 commit 6d3b76b

14 files changed

Lines changed: 239 additions & 93 deletions

docs/blocks/machines/drain.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Drain
3+
---
4+
5+
<ItemImage file="drain" alt="Drain" size="200" />
6+
7+
The **Drain** is a simple contraption that is used to automate the gathering of fluid (Mostly water).
8+
It works in a simple fashion, any source fluid directly above it is put into its internal tank (Can only hold a bucket worth of liquid).
9+
This can then be pumped out, either by machines or tank units (All sides output besides of course the top of it).
10+
11+
This is particularly useful for 2x2 infinite water ponds, simply place the drain under one of the source blocks and watch it drain away.
12+
You should probably place a tank underneath the drain and configure it to pull from the drain above it using the interface of the tank.
13+
14+
It does not require an energy source nor consumes anything, it's entirely gravity-based.
15+
16+
Introduced in the 1.15 version of Tech Reborn
17+
18+
## Recipe
19+
20+
<CraftingTable recipe="input techreborn:refined_iron_plate minecraft:hopper techreborn:refined_iron_plate input techreborn:basic_machine_frame minecraft:bucket techreborn:basic_machine_frame input techreborn:refined_iron_plate techreborn:basic_machine_frame techreborn:refined_iron_plate output techreborn:drain "/>
21+
22+
## History
23+
24+
- Updated for 1.16 version

docs/blocks/machines/fusion_control_computer.mdx

Lines changed: 49 additions & 54 deletions
Large diffs are not rendered by default.

docs/blocks/machines/greenhouse_controller.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,17 @@ title: Greenhouse Controller
1818

1919
### Usage
2020

21-
Place the **Greenhouse Controller** on the ground, provide energy and put some crops behind it. Standard Minecraft requirements apply to crops, like watered and tilled dirt for wheat or nearby water for sugar cane. Most crops grow from bottom to top with the exception of Cave Vines. Thus, in order to gather Glow Berries you will need to wait until the vine
21+
Place the **Greenhouse Controller** on the ground, provide energy and put some crops behind it.
22+
Standard Minecraft requirements apply to crops, like watered and tilled dirt for wheat or nearby water for sugar cane.
23+
Most crops grow from bottom to top with the exception of Cave Vines.
24+
Thus, in order to gather Glow Berries you will need to wait until the vine hit the ground.
25+
26+
27+
Powered lamps above crops will speed-up grow.
28+
29+
30+
Besides Minecraft crops **Greenhouse Controller** able to gather <McItem slug="techreborn:sap" /> from Rubber trees.
31+
32+
![greenhouse_controller](/img/blocks/greenhouse_controller.png)
33+
2234

docs/blocks/machines/grinder.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ title: Grinder
66

77
# Grinder
88

9-
The **Grinder** is a machine used to turn ores and other materials into dusts. This is especially useful for ores because it will double ingot production from a single piece of ore.
9+
The **Grinder** is a machine used to turn ores and other materials into dusts. It will not allow you to double ingot production from Raw Ores.
10+
Please, use <McItem slug="techreborn:rock_cutter" /> to get Ore Blocks and grind them in **Grinder**.
11+
12+
Mining Ore Blocks instead of Raw Ores will also allow you to triple ingot production in future using <McItem slug="techreborn:industrial_grinder" />.
13+
1014

1115
| Tier | Input | Power Draw | Storage |
1216
|------|---------|------------|---------|
1317
| Low | 32 E/t | 2 E/t | 1 kE |
1418

19+
1520
## Recipe
1621

1722
<CraftingTable recipe=" input minecraft:flint minecraft:flint minecraft:flint input minecraft:cobblestone techreborn:basic_machine_frame minecraft:cobblestone input air techreborn:electronic_circuit air output techreborn:grinder "/>
@@ -28,12 +33,18 @@ Main usage of **Grinder** is to grind materials.
2833
| 1x <McItem slug="minecraft:cobblestone"/> | 1x <McItem slug="minecraft:gravel"/> |
2934
| 1x <McItem slug="minecraft:gravel"/> | 1x <McItem slug="minecraft:sand"/> |
3035
| 1x <McItem slug="minecraft:netherrack"/> | 1x <McItem slug="techreborn:netherrack_dust"/> |
31-
| 1x <McItem slug="minecraft:coal_ore"/> | 2x <McItem slug="techreborn:coal_dust"/> |
36+
| 1x <McItem slug="minecraft:coal_ore"/> | 2x <McItem slug="minecraft:coal" /> |
3237
| 1x <McItem slug="minecraft:diamond_ore"/> | 1x <McItem slug="minecraft:diamond"/> |
3338
| 1x <McItem slug="minecraft:redstone_ore"/> | 8x <McItem slug="minecraft:redstone"/> |
3439
| 1x <McItem slug="minecraft:emerald_ore"/> | 1x <McItem slug="minecraft:emerald"/> |
3540
| 1x <McItem slug="minecraft:lapis_lazuli_ore"/> | 10x <McItem slug="minecraft:lapis_lazuli"/> |
41+
| 1x <McItem slug="minecraft:iron_ore"/> | 2x <McItem slug="minecraft:raw_iron"/> |
42+
| 1x <McItem slug="minecraft:gold_ore"/> | 2x <McItem slug="minecraft:raw_gold"/> |
3643
| 1x <McItem slug="techreborn:bauxite_ore"/> | 2x <McItem slug="techreborn:bauxite_dust"/> |
44+
| 1x <McItem slug="techreborn:galena_ore"/> | 2x <McItem slug="techreborn:galena_dust"/> |
45+
| 1x <McItem slug="techreborn:lead_ore"/> | 2x <McItem slug="techreborn:raw_lead"/> |
46+
| 1x <McItem slug="techreborn:silver_ore"/> | 2x <McItem slug="techreborn:raw_silver"/> |
47+
| 1x <McItem slug="techreborn:tin_ore"/> | 2x <McItem slug="techreborn:raw_tin"/> |
3748
| 1x <McItem slug="minecraft:charcoal"/> | 1x <McItem slug="techreborn:charcoal_dust"/> |
3849
| 1x <McItem slug="minecraft:obsidian"/> | 4x <McItem slug="techreborn:obsidian_dust"/> |
3950
| 1x <McItem slug="minecraft:andesite"/> | 2x <McItem slug="techreborn:andesite_dust"/> |
@@ -48,7 +59,6 @@ Main usage of **Grinder** is to grind materials.
4859
| 1x <McItem slug="minecraft:quartz_block"/> | 4x <McItem slug="techreborn:quartz_dust"/> |
4960
| 1x <McItem slug="minecraft:white_wool"/> | 4x <McItem slug="minecraft:string"/> |
5061

51-
---
5262

5363
Used as an ingredient in the
5464

docs/blocks/machines/industrial_blast_furnace.mdx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The smelting abilities depend on the casings used for the multi-block.
1818
The **Blast Furnace** requires a 3×4 multi-block with a hole in the center.
1919
The multi-block can be built from different machine casings. Possible options include:
2020

21-
- <McItem slug="techreborn:standard_machine_casing" inline={true}/>
22-
- <McItem slug="techreborn:advanced_machine_casing" inline={true}/>
23-
- <McItem slug="techreborn:industrial_machine_casing" inline={true}/>
21+
- <McItem slug="techreborn:standard_machine_casing" />
22+
- <McItem slug="techreborn:advanced_machine_casing" />
23+
- <McItem slug="techreborn:industrial_machine_casing" />
2424

2525
This configuration will generate heat inside the furnace, enabling it to smelt the toughest ores (the type of casing used determines the heat generated).
2626

@@ -35,12 +35,16 @@ This configuration will generate heat inside the furnace, enabling it to smelt t
3535

3636
Place the **Blast Furnace** in the center of the bottom layer and connect it to a power source.
3737

38-
- A multi-block built using <McItem slug="techreborn:standard_machine_casing" inline={true}/> will generate **1360 heat**
38+
- A multi-block built using <McItem slug="techreborn:standard_machine_casing" /> will generate **1360 heat**
3939
<img src="/img/blocks/blast_furnace1.png" alt="Standard Casing Furnace"/>
40-
- A multi-block built using <McItem slug="techreborn:industrial_machine_casing" inline={true}/> will generate **3230 heat**
40+
- A multi-block built using <McItem slug="techreborn:industrial_machine_casing" /> will generate **3230 heat**
4141
<img src="/img/blocks/blast_furnace2.png" alt="Industrial Casing Furnace"/>
4242

43-
> 🪨 Two blocks of lava placed in the center of the multi-block will add **500 heat**.
43+
::: tip
44+
45+
Two blocks of lava placed in the center of the multi-block will add **500 heat**.
46+
47+
:::
4448

4549
## Video
4650

0 commit comments

Comments
 (0)