Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 50 additions & 3 deletions docs/blocks/batteries/aesu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,58 @@ For more details and how to use, read [general information about Batteries](/doc
|--------|-----------|---------------|---------|
| Insane | 8192 E/t | 64–8192 E/t | 100 mE |

## Recipe
### Recipes

<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"/>
<Machine config={{
"id": "adjustable_su",
"input": [
{
"id": "techreborn:lapotronic_energy_orb",
"qty": 1
},
{
"id": "techreborn:lapotronic_energy_orb",
"qty": 1
},
{
"id": "techreborn:lapotronic_energy_orb",
"qty": 1
},
{
"id": "techreborn:lapotronic_energy_orb",
"qty": 1
},
{
"id": "techreborn:energy_crystal",
"qty": 1
},
{
"id": "techreborn:lapotronic_energy_orb",
"qty": 1
},
{
"id": "techreborn:lapotronic_energy_orb",
"qty": 1
},
{
"id": "techreborn:lapotronic_energy_orb",
"qty": 1
},
{
"id": "techreborn:lapotronic_energy_orb",
"qty": 1
}
],
"output": [
{
"id": "techreborn:adjustable_su"
}
],
"tool": "minecraft:crafting_table",
"meta": {}
}} />

## Usage
### Usage

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

Expand Down
2 changes: 1 addition & 1 deletion docs/blocks/batteries/batteries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Battery blocks are used to store energy and charge items. For an explanation of
- <McItem slug="techreborn:aesu" overrides={{name:"AESU"}}/>
- <McItem slug="techreborn:idsu" overrides={{name:"IDSU"}}/>
- <McItem slug="techreborn:lesu" overrides={{name:"LESU Controller"}}/>
- <McItem slug="techreborn:lesu_storage" overrides={{name:"LESU Storage", image:"techreborn:lesu_block"}}/>
- <McItem slug="techreborn:lsu_storage" overrides={{name:"LESU Storage"}}/>

## Usage Notes

Expand Down
52 changes: 50 additions & 2 deletions docs/blocks/batteries/battery_box.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,54 @@ The **Battery Box** is a battery block that stores energy and charges items..
|------|-----------|-----------|---------|
| Low | 32 E/t | 32 E/t | 40 kE |

## Recipe
### Recipes

<Machine config={{
"id": "low_voltage_su",
"input": [
{
"id": "minecraft:oak_planks",
"qty": 1
},
{
"id": "techreborn:insulated_copper_cable",
"qty": 1
},
{
"id": "minecraft:oak_planks",
"qty": 1
},
{
"id": "techreborn:red_cell_battery",
"qty": 1
},
{
"id": "techreborn:red_cell_battery",
"qty": 1
},
{
"id": "techreborn:red_cell_battery",
"qty": 1
},
{
"id": "minecraft:oak_planks",
"qty": 1
},
{
"id": "minecraft:oak_planks",
"qty": 1
},
{
"id": "minecraft:oak_planks",
"qty": 1
}
],
"output": [
{
"id": "techreborn:low_voltage_su"
}
],
"tool": "minecraft:crafting_table",
"meta": {}
}} />

<CraftingTable recipe="input minecraft:oak_planks techreborn:insulated_copper_cable minecraft:oak_planks input techreborn:red_cell_battery techreborn:red_cell_battery techreborn:red_cell_battery input minecraft:oak_planks minecraft:oak_planks minecraft:oak_planks output techreborn:battery_box"/>
53 changes: 50 additions & 3 deletions docs/blocks/batteries/idsu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,58 @@ For more details and how to use, read [general information about Batteries](/doc
|--------|-----------|-----------|---------|
| Insane | 8192 E/t | 8192 E/t | 1 gE |

## Recipe
### Recipes

<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"/>
<Machine config={{
"id": "interdimensional_su",
"input": [
{
"id": "techreborn:iridium_alloy_plate",
"qty": 1
},
{
"id": "techreborn:aesu",
"qty": 1
},
{
"id": "techreborn:iridium_alloy_plate",
"qty": 1
},
{
"id": "techreborn:aesu",
"qty": 1
},
{
"id": "minecraft:ender_chest",
"qty": 1
},
{
"id": "techreborn:aesu",
"qty": 1
},
{
"id": "techreborn:iridium_alloy_plate",
"qty": 1
},
{
"id": "techreborn:aesu",
"qty": 1
},
{
"id": "techreborn:iridium_alloy_plate",
"qty": 1
}
],
"output": [
{
"id": "techreborn:interdimensional_su"
}
],
"tool": "minecraft:crafting_table",
"meta": {}
}} />

## Usage
### Usage

- Acts similar to an <McItem slug="minecraft:ender_chest" inline={true}/> but for energy instead of items — all IDSUs share the same energy storage.
- Works across distances (e.g. Overworld → Overworld) and dimensions (e.g. Overworld → Nether).
55 changes: 51 additions & 4 deletions docs/blocks/batteries/lesu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,61 @@ For more details and how to use, read [general information about Batteries](/doc
¹ *32 E/t base input. If ≥32 attached, increased to 128 E/t; if ≥128, increased to 512 E/t.*
² *x = number of LESU Storage blocks attached; e.g. 5 blocks = 384 E/t output and 24 ME storage*

## Recipe
### Recipes

<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"/>
<Machine config={{
"id": "lapotronic_su",
"input": [
{
"id": "minecraft:air",
"qty": 1
},
{
"id": "techreborn:lv_transformer",
"qty": 1
},
{
"id": "minecraft:air",
"qty": 1
},
{
"id": "techreborn:advanced_circuit",
"qty": 1
},
{
"id": "techreborn:lsu_storage",
"qty": 1
},
{
"id": "techreborn:advanced_circuit",
"qty": 1
},
{
"id": "minecraft:air",
"qty": 1
},
{
"id": "techreborn:mv_transformer",
"qty": 1
},
{
"id": "minecraft:air",
"qty": 1
}
],
"output": [
{
"id": "techreborn:lapotronic_su"
}
],
"tool": "minecraft:crafting_table",
"meta": {}
}} />

## Usage
### Usage

- While not impressive on its own, the LESU can be expanded by connecting
- <McItem slug="techreborn:lesu_storage" inline={true}/>
- <McItem slug="techreborn:lsu_storage" inline={true} overrides={{name:"LESU Storage"}}/>
to form a multi-block battery. Each attached **LESU Storage** increases energy storage and output rate.
- Input rate has non-linear scaling:
- ≥ 32 LESU Storage blocks → 128 E/t input
Expand Down
19 changes: 0 additions & 19 deletions docs/blocks/batteries/lesu_storage.mdx

This file was deleted.

66 changes: 66 additions & 0 deletions docs/blocks/batteries/lsu_storage.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
title: LESU Storage
---

<ItemImage file="lsu_storage" alt="LESU Storage" size="200" />

# LESU Storage

The **LESU Storage** is a multi-block expansion for the <McItem slug="techreborn:lesu" overrides={{name:"LESU Controller"}}/>

### Recipes

<Machine config={{
"id": "lsu_storage",
"input": [
{
"id": "minecraft:block_of_lapis_lazuli",
"qty": 1
},
{
"id": "techreborn:silver_plate",
"qty": 1
},
{
"id": "minecraft:block_of_lapis_lazuli",
"qty": 1
},
{
"id": "minecraft:block_of_lapis_lazuli",
"qty": 1
},
{
"id": "techreborn:electronic_circuit",
"qty": 1
},
{
"id": "minecraft:block_of_lapis_lazuli",
"qty": 1
},
{
"id": "minecraft:block_of_lapis_lazuli",
"qty": 1
},
{
"id": "techreborn:silver_plate",
"qty": 1
},
{
"id": "minecraft:block_of_lapis_lazuli",
"qty": 1
}
],
"output": [
{
"id": "techreborn:lsu_storage"
}
],
"tool": "minecraft:crafting_table",
"meta": {}
}} />

### Usage

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

- <McItem slug="techreborn:lesu" overrides={{name:"LESU Controller"}}/>
Loading