Skip to content

Commit 84fd6fb

Browse files
authored
Merge pull request #5 from snollygolly/main
Machine overhauls, language stuff, and more
2 parents bbfa31c + b7afd8c commit 84fd6fb

191 files changed

Lines changed: 3303 additions & 1362 deletions

File tree

Some content is hidden

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

docs/blocks/batteries/aesu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Adjustable SU
77
# Adjustable SU
88

99
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).
10+
For more details and how to use, read [general information about Batteries](/docs/blocks/batteries).
1111

1212
| Tier | Input | Output | Storage |
1313
|--------|-----------|---------------|---------|

docs/blocks/batteries/batteries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_position: 5
77

88
## Battery Blocks
99

10-
Battery blocks are used to store energy and charge items.
10+
Battery blocks are used to store energy and charge items. For an explanation of how batteries interact with power, read [general information about energy](/energy/).
1111

1212
- <McItem slug="techreborn:battery_box"/>
1313
- <McItem slug="techreborn:mfe" overrides={{name:"MFE"}}/>

docs/blocks/batteries/idsu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Interdimensional SU
88

99
The **Interdimensional SU***aka **IDSU*** — is a battery block that stores energy and charges items,
1010
while wirelessly transferring energy to other IDSUs.
11-
For more details and how to use, read [general information about Batteries](/energy/batteries).
11+
For more details and how to use, read [general information about Batteries](/docs/blocks/batteries).
1212

1313
| Tier | Input | Output | Storage |
1414
|--------|-----------|-----------|---------|

docs/blocks/batteries/lesu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Lapotronic Energy Storage Unit
77
# Lapotronic Energy Storage Unit
88

99
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).
10+
For more details and how to use, read [general information about Batteries](/docs/blocks/batteries).
1111

1212
| Tier | Input | Output | Storage |
1313
|------|------------------|--------------------------|---------------------|

docs/blocks/batteries/lesu_storage.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ title: LESU Storage
66

77
# LESU Storage
88

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)**.
9+
The **LESU Storage** is a multi-block expansion for the <McItem slug="techreborn:lesu" overrides={{name:"LESU Controller"}}/>
1110

1211
## Recipe
1312

@@ -17,4 +16,4 @@ The **LESU Storage** is a multi-block expansion for the
1716

1817
Used as an ingredient in the <McItem slug="minecraft:crafting_table" inline={true}/> to produce:
1918

20-
- <ItemImage file="lapotronic_su" alt="LESU Controller" size="24" inline={true}/> **[LESU Controller](/energy/batteries/lesu)**
19+
- <McItem slug="techreborn:lesu" overrides={{name:"LESU Controller"}}/>

docs/blocks/batteries/mfe.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: MFE
77
# MFE
88

99
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).
10+
For more details and how to use, read [general information about Batteries](/docs/blocks/batteries).
1111

1212
| Tier | Input | Output | Storage |
1313
|--------|-----------|-----------|---------|

docs/blocks/batteries/mfsu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: MFSU
77
# MFSU
88

99
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).
10+
For more details and how to use, read [general information about Batteries](/docs/blocks/batteries).
1111

1212
| Tier | Input | Output | Storage |
1313
|------|-----------|-----------|---------|

docs/blocks/batteries/superconductor_upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Superconductor Upgrade
66

77
## Superconductor Upgrade
88

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.
9+
The **Superconductor Upgrade** is a battery upgrade that increases the maximum energy flow rate of the <McItem slug="techreborn:adjustable_SU" inline={true}/> by 8x with each upgrade inserted.
1010

1111
| Number of Upgrades | Flow Modifier | Max Transfer Rate |
1212
|--------------------|----------------------------------------------------|---------------------------|

docs/blocks/cables/cables.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Cables
33
sidebar_position: 2
44
---
55

6+
For an explanation of how cables interact with power, read [general information about energy](/energy/).
7+
68
## Cable Tiers
79

810
| Name | Tier | Input & Output Rate |

docs/blocks/cables/tin_cable.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ title: Tin Cable
1212
|------|----------|--------|
1313
| Low | 32 E/t | 128 E |
1414

15+
<CraftingTable recipe="input air air air input techreborn:tin_ingot techreborn:tin_ingot techreborn:tin_ingot input air air air output techreborn:tin_cable,9"/>
1516

16-
<McItem slug="minecraft:crafting_table" inline={true}/>: <CraftingTable recipe="input air air air input techreborn:tin_ingot techreborn:tin_ingot techreborn:tin_ingot input air air air output techreborn:tin_cable,9"/><br/>
17-
<McItem slug="techreborn:wire_mill" inline={true}/>:
18-
<recipe> size 1x1 input techreborn:tin_ingot output techreborn:tin_cable,6 tool techreborn:wire_mill </recipe>
17+
<Machine config={{input: [{id: "techreborn:tin_ingot", qty: 1}], output: [{id: "techreborn:tin_cable", qty: 6}], tool: "techreborn:wire_mill"}} />
1918

19+
## Crafting Usage
2020

21-
Used as an ingredient in the <McItem slug="minecraft:crafting_table" inline={true}/> to produce:
21+
Used as an ingredient in the crafting table to produce:
2222

2323
- <McItem slug="techreborn:lamp_led" inline={true}/>
24-

0 commit comments

Comments
 (0)