Skip to content

Commit bbfa31c

Browse files
authored
Merge pull request #4 from snollygolly/main
More improvements
2 parents 6d3b76b + 9db78f3 commit bbfa31c

File tree

128 files changed

+2625
-208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+2625
-208
lines changed

docs/blocks/batteries/aesu.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Adjustable SU
3+
---
4+
5+
<ItemImage file="adjustable_su" alt="Adjustable SU" size="200" />
6+
7+
# Adjustable SU
8+
9+
The **Adjustable SU***aka **AESU*** — is a battery block that stores energy and charges items.
10+
For more details and how to use, read [general information about Batteries](/energy/batteries).
11+
12+
| Tier | Input | Output | Storage |
13+
|--------|-----------|---------------|---------|
14+
| Insane | 8192 E/t | 64–8192 E/t | 100 mE |
15+
16+
## Recipe
17+
18+
<CraftingTable recipe="input techreborn:lapotronic_energy_orb techreborn:lapotronic_energy_orb techreborn:lapotronic_energy_orb input techreborn:lapotronic_energy_orb techreborn:energy_crystal techreborn:lapotronic_energy_orb input techreborn:lapotronic_energy_orb techreborn:lapotronic_energy_orb techreborn:lapotronic_energy_orb output techreborn:aesu"/>
19+
20+
## Usage
21+
22+
Used as an ingredient in the <McItem slug="minecraft:crafting_table" inline={true}/> to produce:
23+
24+
- <McItem slug="techreborn:interdimensional_su" inline={true}/>
25+
26+
Can be upgraded with up to four <McItem slug="techreborn:superconductor_upgrade" inline={true}/>s

docs/blocks/batteries/batteries.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ sidebar_position: 5
99

1010
Battery blocks are used to store energy and charge items.
1111

12-
- \<mcitem\>techreborn:battery_box\</mcitem\>
13-
- \<mcitem\>techreborn:MFE\</mcitem\>
14-
- \<mcitem\>techreborn:MFSU\</mcitem\>
15-
- \<mcitem\>techreborn:Adjustable_SU\</mcitem\>
16-
- \<mcitem\>techreborn:Interdimensional_SU\</mcitem\>
17-
- **[LESU Controller](/energy/batteries/lesu)**
18-
- **[LESU Storage](/energy/batteries/lesu_storage)**
12+
- <McItem slug="techreborn:battery_box"/>
13+
- <McItem slug="techreborn:mfe" overrides={{name:"MFE"}}/>
14+
- <McItem slug="techreborn:mfsu" overrides={{name:"MFSU"}}/>
15+
- <McItem slug="techreborn:aesu" overrides={{name:"AESU"}}/>
16+
- <McItem slug="techreborn:idsu" overrides={{name:"IDSU"}}/>
17+
- <McItem slug="techreborn:lesu" overrides={{name:"LESU Controller"}}/>
18+
- <McItem slug="techreborn:lesu_storage" overrides={{name:"LESU Storage", image:"lesu_block"}}/>
1919

2020
## Usage Notes
2121

@@ -25,4 +25,4 @@ Battery blocks are used to store energy and charge items.
2525

2626
## Upgrades
2727

28-
- \<mcitem\>techreborn:superconductor_upgrade\</mcitem\>
28+
- <McItem slug="techreborn:superconductor_upgrade"/>

docs/blocks/batteries/battery_box.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Battery Box
3+
---
4+
5+
<ItemImage file="battery_box" alt="Battery Box" size="200" />
6+
7+
# Battery Box
8+
9+
The **Battery Box** is a battery block that stores energy and charges items..
10+
11+
| Tier | Input | Output | Storage |
12+
|------|-----------|-----------|---------|
13+
| Low | 32 E/t | 32 E/t | 40 kE |
14+
15+
## Recipe
16+
17+
<CraftingTable recipe="input minecraft:wood_planks techreborn:insulated_copper_cable minecraft:wood_planks input techreborn:red_cell_battery techreborn:red_cell_battery techreborn:red_cell_battery input minecraft:wood_planks minecraft:wood_planks minecraft:wood_planks output techreborn:battery_box"/>

docs/blocks/batteries/idsu.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Interdimensional SU
3+
---
4+
5+
<ItemImage file="interdimensional_su" alt="Interdimensional SU" size="200" />
6+
7+
# Interdimensional SU
8+
9+
The **Interdimensional SU***aka **IDSU*** — is a battery block that stores energy and charges items,
10+
while wirelessly transferring energy to other IDSUs.
11+
For more details and how to use, read [general information about Batteries](/energy/batteries).
12+
13+
| Tier | Input | Output | Storage |
14+
|--------|-----------|-----------|---------|
15+
| Insane | 8192 E/t | 8192 E/t | 1 gE |
16+
17+
## Recipe
18+
19+
<CraftingTable recipe="input techreborn:iridium_alloy_plate techreborn:adjustable_su techreborn:iridium_alloy_plate input techreborn:adjustable_su minecraft:ender_chest techreborn:adjustable_su input techreborn:iridium_alloy_plate techreborn:adjustable_su techreborn:iridium_alloy_plate output techreborn:interdimensional_su"/>
20+
21+
## Usage
22+
23+
- Acts similar to an <McItem slug="minecraft:ender_chest" inline={true}/> but for energy instead of items — all IDSUs share the same energy storage.
24+
- Works across distances (e.g. Overworld → Overworld) and dimensions (e.g. Overworld → Nether).

docs/blocks/batteries/lesu.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Lapotronic Energy Storage Unit
3+
---
4+
5+
<ItemImage file="lesu" alt="Lapotronic Energy Storage Unit" size="200" />
6+
7+
# Lapotronic Energy Storage Unit
8+
9+
The **Lapotronic Energy Storage Unit***aka **LESU*** — is a battery multi-block that stores energy and charges items.
10+
For more details and how to use, read [general information about Batteries](/energy/batteries).
11+
12+
| Tier | Input | Output | Storage |
13+
|------|------------------|--------------------------|---------------------|
14+
| Low | 32–512 E/t¹ | 64 + (x × 64) E/t² | 4 + (x) ME² |
15+
16+
¹ *32 E/t base input. If ≥32 attached, increased to 128 E/t; if ≥128, increased to 512 E/t.*
17+
² *x = number of LESU Storage blocks attached; e.g. 5 blocks = 384 E/t output and 24 ME storage*
18+
19+
## Recipe
20+
21+
<CraftingTable recipe="input air techreborn:lv_transformer air input techreborn:advanced_circuit techreborn:lsu_storage techreborn:advanced_circuit input air techreborn:mv_transformer air output techreborn:lapotronic_su"/>
22+
23+
## Usage
24+
25+
- While not impressive on its own, the LESU can be expanded by connecting
26+
- <McItem slug="techreborn:lesu_storage" inline={true}/>
27+
to form a multi-block battery. Each attached **LESU Storage** increases energy storage and output rate.
28+
- Input rate has non-linear scaling:
29+
- ≥ 32 LESU Storage blocks → 128 E/t input
30+
- ≥ 128 LESU Storage blocks → 512 E/t input
31+
- Between these thresholds, input scales linearly.
32+
- Limited to 536 attached storage blocks per LESU Controller due to Java’s 32-bit integer cap (max 2,147,483,647 E).
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: LESU Storage
3+
---
4+
5+
<ItemImage file="lsu_storage" alt="LESU Storage" size="200" />
6+
7+
# LESU Storage
8+
9+
The **LESU Storage** is a multi-block expansion for the
10+
<ItemImage file="lapotronic_su" alt="LESU Controller" size="24" inline={true}/> **[LESU Controller](/energy/batteries/lesu)**.
11+
12+
## Recipe
13+
14+
<CraftingTable recipe="input minecraft:lapis_block minecraft:lapis_block minecraft:lapis_block input minecraft:lapis_block techreborn:electronic_circuit minecraft:lapis_block input minecraft:lapis_block minecraft:lapis_block minecraft:lapis_block output techreborn:lsu_storage"/>
15+
16+
## Usage
17+
18+
Used as an ingredient in the <McItem slug="minecraft:crafting_table" inline={true}/> to produce:
19+
20+
- <ItemImage file="lapotronic_su" alt="LESU Controller" size="24" inline={true}/> **[LESU Controller](/energy/batteries/lesu)**

docs/blocks/batteries/mfe.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: MFE
3+
---
4+
5+
<ItemImage file="mfe" alt="MFE" size="200" />
6+
7+
# MFE
8+
9+
The **MFE** is a battery block that stores energy and charges items.
10+
For more details and how to use, read [general information about Batteries](/energy/batteries).
11+
12+
| Tier | Input | Output | Storage |
13+
|--------|-----------|-----------|---------|
14+
| Medium | 128 E/t | 128 E/t | 300 kE |
15+
16+
## Recipe
17+
18+
<CraftingTable recipe="input techreborn:insulated_gold_cable techreborn:energy_crystal techreborn:insulated_gold_cable input techreborn:energy_crystal techreborn:basic_machine_frame techreborn:energy_crystal input techreborn:insulated_gold_cable techreborn:energy_crystal techreborn:insulated_gold_cable output techreborn:mfe"/>
19+
20+
## Usage
21+
22+
Used as an ingredient in the <McItem slug="minecraft:crafting_table" inline={true}/> to produce:
23+
24+
- <McItem slug="techreborn:mfsu" inline={true}/>
25+
- <McItem slug="techreborn:dragon_egg_energy_siphon" inline={true}/>

docs/blocks/batteries/mfsu.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: MFSU
3+
---
4+
5+
<ItemImage file="mfsu" alt="MFSU" size="200" />
6+
7+
# MFSU
8+
9+
The **MFSU** is a battery block that stores energy and charges items.
10+
For more details and how to use, read [general information about Batteries](/energy/batteries).
11+
12+
| Tier | Input | Output | Storage |
13+
|------|-----------|-----------|---------|
14+
| High | 512 E/t | 512 E/t | 4 mE |
15+
16+
## Recipe
17+
18+
<CraftingTable recipe="input techreborn:lapotron_crystal techreborn:advanced_circuit techreborn:lapotron_crystal input techreborn:lapotron_crystal techreborn:mfe techreborn:lapotron_crystal input techreborn:lapotron_crystal techreborn:advanced_machine_frame techreborn:lapotron_crystal output techreborn:mfsu"/>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Superconductor Upgrade
3+
---
4+
5+
<ItemImage file="superconductor_upgrade" alt="Superconductor Upgrade" size="200" />
6+
7+
## Superconductor Upgrade
8+
9+
The **Superconductor Upgrade** is a [battery upgrade](/energy/batteries/upgrades) that increases the maximum energy flow rate of the <McItem slug="techreborn:adjustable_SU" inline={true}/> by 8x with each upgrade inserted.
10+
11+
| Number of Upgrades | Flow Modifier | Max Transfer Rate |
12+
|--------------------|----------------------------------------------------|---------------------------|
13+
| 1 | <tooltip title="1x+8x">9x</tooltip> | <tooltip title="73,728 E/t">73.7 kE/t</tooltip> |
14+
| 2 | <tooltip title="1x+8x+8x">17x</tooltip> | <tooltip title="139,264 E/t">139.2 kE/t</tooltip> |
15+
| 3 | <tooltip title="1x+8x+8x+8x">25x</tooltip> | <tooltip title="204,800 E/t">204.8 kE/t</tooltip> |
16+
| 4 | <tooltip title="1x+8x+8x+8x+8x">33x</tooltip> | <tooltip title="270,336 E/t">270.3 kE/t</tooltip> |
17+
18+
## Recipe
19+
20+
<CraftingTable recipe="input techreborn:superconductor techreborn:data_storage_chip techreborn:superconductor input techreborn:superconductor_cable techreborn:industrial_machine_frame techreborn:superconductor_cable input techreborn:superconductor techreborn:data_storage_chip techreborn:superconductor output techreborn:superconductor_upgrade"/>

docs/blocks/cables/cables.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ sidebar_position: 2
77

88
| Name | Tier | Input & Output Rate |
99
| ------------------------------------------------------------------------------------------------------- | -------- | ------------------- |
10-
| \<mcitem\>techreborn:tin_cable\</mcitem\> | Low | 32 E/t |
11-
| \<mcitem\>techreborn:copper_cable\</mcitem\> and \<mcitem\>techreborn:insulated_copper_cable\</mcitem\> | Medium | 128 E/t |
12-
| \<mcitem\>techreborn:gold_cable\</mcitem\> and \<mcitem\>techreborn:insulated \_gold_cable\</mcitem\> | High | 512 E/t |
13-
| \<mcitem\>techreborn:HV_cable\</mcitem\> and \<mcitem\>techreborn:insulated_HV_cable\</mcitem\> | Extreme | 2 kE/t |
14-
| \<mcitem\>techreborn:GlassFiber_Cable\</mcitem\> | Insane | 8.1 kE/t |
15-
| \<mcitem\>techreborn:superconductor_cable\</mcitem\> | Infinite | 5.36 ME/t |
10+
| <McItem slug="techreborn:tin_cable"/> | Low | 32 E/t |
11+
| <McItem slug="techreborn:copper_cable"/> and <McItem slug="techreborn:insulated_copper_cable"/> | Medium | 128 E/t |
12+
| <McItem slug="techreborn:gold_cable"/> and <McItem slug="techreborn:insulated_gold_cable"/> | High | 512 E/t |
13+
| <McItem slug="techreborn:hv_cable"/> and <McItem slug="techreborn:insulated_hv_cable"/> | Extreme | 2 kE/t |
14+
| <McItem slug="techreborn:glassfiber_cable"/> | Insane | 8.1 kE/t |
15+
| <McItem slug="techreborn:superconductor_cable"/> | Infinite | 5.36 ME/t |
1616

1717
## Usage Notes
1818

19-
- Copper, Gold, and HV cables can be insulated using \<mcitem\>techreborn:rubber\</mcitem\>. Uninsulated cables can cause damaging shocks (and use energy in the process)!
20-
- There is no insulated version of the \<mcitem\>techreborn:GlassFiber_Cable\</mcitem\> because this cable will not shock you.
21-
- There is no insulated version of the \<mcitem\>techreborn:tin_cable\</mcitem\>, but it will still shock you.
22-
- Cables can be dismantled instantly by shift-right-clicking with the \<mcitem\>techreborn:wrench\</mcitem\>
19+
- Copper, Gold, and HV cables can be insulated using <McItem slug="techreborn:rubber"/>. Uninsulated cables can cause damaging shocks (and use energy in the process)!
20+
- There is no insulated version of the <McItem slug="techreborn:GlassFiber_Cable"/> because this cable will not shock you.
21+
- There is no insulated version of the <McItem slug="techreborn:tin_cable"/>, but it will still shock you.
22+
- Cables can be dismantled instantly by shift-right-clicking with the <McItem slug="techreborn:wrench"/>

docs/blocks/cables/copper_cable.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Copper Cable
3+
---
4+
5+
<ItemImage file="copper_cable" alt="Copper Cable" size="200" />
6+
7+
# Copper Cable
8+
9+
**Copper Cable** transfers energy through it. For more details and how to use, read [general information about Cables](/docs/blocks/cables).
10+
11+
| Tier | I/O Rate | Buffer |
12+
|--------|----------|--------|
13+
| Medium | 128 E/t | 512 E |
14+
15+
## Recipe
16+
17+
<CraftingTable recipe="input air air air input techreborn:copper_ingot techreborn:copper_ingot techreborn:copper_ingot input air air air output techreborn:copper_cable,6"/><br/>
18+
<McItem slug="techreborn:wire_mill" inline={true}/> recipe:<br/>
19+
<McItem slug="techreborn:copper_ingot" inline={true}/> → 6x <McItem slug="techreborn:copper_cable" inline={true}/>
20+
21+
### Usage
22+
23+
Used as an ingredient in the <McItem slug="minecraft:crafting_table" inline={true}/> to produce:
24+
25+
- <McItem slug="techreborn:insulated_copper_cable" inline={true}/>
26+
- <McItem slug="techreborn:alarm" inline={true}/>
27+
- <McItem slug="techreborn:lamp_incandescent" inline={true}/>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Glass Fiber Cable
3+
---
4+
5+
<ItemImage file="glassfiber_cable" alt="Glass Fiber Cable" size="200" />
6+
7+
# Glass Fiber Cable
8+
9+
**Glass Fiber Cable** transfers energy through it. For more details and how to use, read [general information about Cables](/docs/blocks/cables).
10+
11+
| Tier | I/O Rate | Buffer |
12+
|--------|------------|------------|
13+
| Insane | 8,192 E/t | 32,728 E |
14+
15+
## Recipes
16+
17+
<CraftingTable recipe="input minecraft:glass minecraft:glass minecraft:glass input minecraft:redstone techreborn:ruby_dust minecraft:redstone input minecraft:glass minecraft:glass minecraft:glass output techreborn:glassfiber_cable,3"/><br/>
18+
<CraftingTable recipe="input minecraft:glass minecraft:glass minecraft:glass input minecraft:redstone techreborn:diamond_dust minecraft:redstone input minecraft:glass minecraft:glass minecraft:glass output techreborn:glassfiber_cable,4"/><br/>
19+
<CraftingTable recipe="input minecraft:glass minecraft:glass minecraft:glass input techreborn:silver_dust techreborn:diamond_dust techreborn:silver_dust input minecraft:glass minecraft:glass minecraft:glass output techreborn:glassfiber_cable,6"/><br/>
20+
<CraftingTable recipe="input minecraft:glass minecraft:glass minecraft:glass input techreborn:electrum_dust techreborn:diamond_dust techreborn:electrum_dust input minecraft:glass minecraft:glass minecraft:glass output techreborn:glassfiber_cable,8"/>

docs/blocks/cables/gold_cable.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Gold Cable
3+
---
4+
5+
<ItemImage file="gold" alt="Gold" size="200" />
6+
7+
# Gold Cable
8+
9+
**Gold Cable** transfers energy through it. For more details and how to use, read [general information about Cables](/docs/blocks/cables).
10+
11+
| Tier | I/O Rate | Buffer |
12+
|------|----------|----------|
13+
| High | 512 E/t | 2,048 E |
14+
15+
### Recipe
16+
17+
<CraftingTable recipe="input air air air input minecraft:gold_ingot minecraft:gold_ingot minecraft:gold_ingot input air air air output techreborn:gold_cable,12"/><br/>
18+
<McItem slug="techreborn:wire_mill" inline={true}/> recipe:<br/>
19+
<McItem slug="minecraft:gold_ingot" inline={true}/> → 6x <McItem slug="techreborn:gold_cable" inline={true}/>
20+
21+
### Usage
22+
23+
Used as an ingredient in the <McItem slug="minecraft:crafting_table" inline={true}/> to produce:
24+
25+
- <McItem slug="techreborn:insulated_gold_cable" inline={true}/>

docs/blocks/cables/hv_cable.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: HV Cable
3+
---
4+
5+
<ItemImage file="hv_cable" alt="HV Cable" size="200" />
6+
7+
# HV Cable
8+
9+
**HV (High Voltage) Cable** transfers energy through it. For more details and how to use, read [general information about Cables](/docs/blocks/cables).
10+
11+
| Tier | I/O Rate | Buffer |
12+
|---------|------------|----------|
13+
| Extreme | 2,048 E/t | 8,182 E |
14+
15+
## Recipe
16+
17+
<CraftingTable recipe="input air air air input techreborn:refined_iron_ingot techreborn:refined_iron_ingot techreborn:refined_iron_ingot input air air air output techreborn:hv_cable,12"/><br/>
18+
<McItem slug="techreborn:wire_mill" inline={true}/> recipe:<br/>
19+
<McItem slug="techreborn:refined_iron_ingot" inline={true}/> → 6x <McItem slug="techreborn:hv_cable" inline={true}/>
20+
21+
### Usage
22+
23+
Used as an ingredient in the <McItem slug="minecraft:crafting_table" inline={true}/> to produce:
24+
25+
- <McItem slug="techreborn:insulated_hv_cable" inline={true}/>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Insulated Copper Cable
3+
---
4+
5+
<ItemImage file="insulated_copper_cable_cable" alt="Insulated Copper Cable" size="200" />
6+
7+
# Insulated Copper Cable
8+
9+
The insulated version of <McItem slug="techreborn:copper_cable" inline={true}/>
10+
11+
### Recipes
12+
13+
<CraftingTable recipe="input techreborn:rubber techreborn:rubber techreborn:rubber input techreborn:copper_ingot techreborn:copper_ingot techreborn:copper_ingot input techreborn:rubber techreborn:rubber techreborn:rubber output techreborn:insulated_copper_cable,6"/><br/>
14+
<CraftingTable recipe="input techreborn:rubber techreborn:copper_ingot techreborn:rubber input techreborn:rubber techreborn:copper_ingot techreborn:rubber input techreborn:rubber techreborn:copper_ingot techreborn:rubber output techreborn:insulated_copper_cable,6"/><br/>
15+
<CraftingTable recipe="input techreborn:rubber techreborn:copper_cable air input air air air input air air air output techreborn:insulated_copper_cable"/>
16+
17+
## Usage
18+
19+
Used as an ingredient in the <McItem slug="minecraft:crafting_table" inline={true}/> to produce:
20+
21+
- <McItem slug="techreborn:Electronic_Circuit" inline={true}/>
22+
- <McItem slug="techreborn:battery" inline={true}/>
23+
- <McItem slug="techreborn:alarm" inline={true}/>
24+
- <McItem slug="techreborn:LV_Transformer" inline={true}/>
25+
- <McItem slug="techreborn:battery_box" inline={true}/>
26+
- <McItem slug="techreborn:overclocker_upgrade" inline={true}/>
27+
- <McItem slug="techreborn:energy_storage_upgrade" inline={true}/>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Insulated Gold Cable
3+
---
4+
5+
<ItemImage file="insulated_gold_cable" alt="Insulated Gold Cable" size="200" />
6+
7+
# Insulated Gold Cable
8+
9+
The insulated version of <McItem slug="techreborn:gold_cable" inline={true}/>
10+
11+
### Recipe
12+
13+
<CraftingTable recipe="input techreborn:rubber techreborn:rubber techreborn:rubber input techreborn:rubber minecraft:gold_ingot techreborn:rubber input techreborn:rubber techreborn:rubber techreborn:rubber output techreborn:insulated_gold_cable,4"/><br/>
14+
<CraftingTable recipe="input air air air input techreborn:rubber techreborn:rubber techreborn:gold_cable input air air air output techreborn:insulated_gold_cable"/>
15+
16+
### Usage
17+
18+
Used as an ingredient in the <McItem slug="minecraft:crafting_table" inline={true}/> to produce:
19+
20+
- <McItem slug="techreborn:mfsu" inline={true}/>
21+
- <McItem slug="techreborn:mv_transformer" inline={true}/>
22+
- <McItem slug="techreborn:transformer_upgrade" inline={true}/>
23+
- <McItem slug="techreborn:frequency_transmitter" inline={true}/>

0 commit comments

Comments
 (0)