> For the complete documentation index, see [llms.txt](https://reasonfounddecoy.gitbook.io/mctantrum-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reasonfounddecoy.gitbook.io/mctantrum-wiki/slimefun/addons/sensibletoolbox/items/components.md).

# Components

{% hint style="warning" %}
This page is a work in progress. Information may not be accurate.
{% endhint %}

## Components

These items have no direct function, but are required as crafting ingredients for certain more complex recipes.

### Tier 1

These components are used in basic machine construction.

### Circuit Board

![recipe-circuit-board](/files/ZuhG8H1r5gFjf9ycnqRg)

This is used in the manufacture of electronic circuits.

### Simple Electronic Circuit

![simple-circuit](/files/LVkiu0oITbKb1BTW4mDT)

Most basic machines will require one or more of these circuits.

### Machine Frame

![recipe-machine-frame](/files/ZuhG8H1r5gFjf9ycnqRg)

Most basic machines will have one of these in their recipe.

### Tier 2

These more powerful components are somewhat harder to make (and locate the ingredients for), but will be required to craft some of the more powerful STB items and machines. *Tier 2 items appeared in STB v0.0.3-beta.*

### Infernal Dust

![infernal-dust](/files/LVkiu0oITbKb1BTW4mDT)

This curious item appears as an uncommon drop from Blazes. Putting a Looting enchantment on your sword will greatly improve the chance and amount of Infernal Dust that drops:

| Enchantment Level | Drop Chance | Drop Amount |
| ----------------- | ----------- | ----------- |
| -                 | 20%         | 1           |
| 1                 | 30%         | 1-2         |
| 2                 | 40%         | 1-2         |
| 3                 | 50%         | 1-3         |

*In future, there will be a crafting recipe (via a machine yet to be added) to create Infernal Dust from certain ingredients. However, that machine will require Infernal Dust to craft, so blaze-killing will always be required initially.*

### Energized Iron & Gold Dust

![energized-gold-dust](/files/ZuhG8H1r5gFjf9ycnqRg) ![energized-iron-dust](/files/LVkiu0oITbKb1BTW4mDT)

Combining regular iron or gold dust with Infernal Dust imbues it with strange energies. Smelting this dust may yield something useful...

### Energized Iron & Gold Ingots

![energized-gold-ingot](/files/ZuhG8H1r5gFjf9ycnqRg) ![energized-iron-ingot](/files/LVkiu0oITbKb1BTW4mDT)

These ingots are used in the construction of more advanced components:

* Energized Gold Ingots are required to make Integrated Circuits
* Energized Iron Ingots are required to make Tough Machine Frames These are the only known uses at this time. Who knows what items may be craftable with these ingots in future..?

### Energized Quartz

![recipe-energized-quartz](/files/LVkiu0oITbKb1BTW4mDT)

Energized Quartz' only use at the moment is for Crafting the Electrical Energizer

### Quartz Dust

![quartz-dust](/files/ZuhG8H1r5gFjf9ycnqRg)

This is made by grinding ordinary Nether Quartz in a [Masher](/mctantrum-wiki/slimefun/addons/sensibletoolbox/items/machines.md).

### Silicon Wafer

![silicon-wafer](/files/LVkiu0oITbKb1BTW4mDT)

Silicon Wafers are manufactured by cooking Quartz Dust in a Furnace or Smelter.

### Integrated Circuit

![integrated-circuit](/files/ZuhG8H1r5gFjf9ycnqRg)

This upgraded circuit is used in some more powerful machines and devices. Crafting it requires a Simple Electronic Circuit, an Energized Gold Ingot and a Silicon Wafer.

### Tough Machine Frame

![tough-machine-frame](/files/LVkiu0oITbKb1BTW4mDT)

This upgraded machine frame is used in some more powerful machines. Crafting it requires a Machine Frame and four Energized Iron Ingots.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://reasonfounddecoy.gitbook.io/mctantrum-wiki/slimefun/addons/sensibletoolbox/items/components.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
