> For the complete documentation index, see [llms.txt](https://star-generator.gitbook.io/star-generator-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://star-generator.gitbook.io/star-generator-docs/packs/starter-icecream.md).

# starter icecream

The Starter Ice Cream pack is bundled with StarGenerator `1.1.0` as a complete example pack for custom machines, custom items, recipes, GUI icons, energy, and craft cost configuration.

## Namespace

```
starter_icecream
```

Default item paths use ItemsAdder style:

```
itemsadder:starter_icecream:<id>
```

StarGenerator can fall back to:

```
nexo:<id>
oraxen:<id>
```

## Provider Exports

| Provider   | Generated files                                                                            |
| ---------- | ------------------------------------------------------------------------------------------ |
| ItemsAdder | `plugins/ItemsAdder/contents/starter_icecream/`                                            |
| Nexo       | `plugins/Nexo/items/starter_icecream.yml` and `plugins/Nexo/pack/assets/starter_icecream/` |
| Oraxen     | `plugins/Oraxen/items/starter_icecream.yml` and `plugins/Oraxen/pack/`                     |

Provider item configs share the same item ids. For example:

| Provider   | Item path                                 |
| ---------- | ----------------------------------------- |
| ItemsAdder | `itemsadder:starter_icecream:milk_bucket` |
| Nexo       | `nexo:milk_bucket`                        |
| Oraxen     | `oraxen:milk_bucket`                      |

## Tables

| Table                               | ModelEngine model | Recipe count | Notes                              |
| ----------------------------------- | ----------------- | ------------ | ---------------------------------- |
| `Starter_IceCream:frostcraft.yml`   | `frostcraft`      | 35           | Finished ice cream output recipes. |
| `Starter_IceCream:orchardcraft.yml` | `orchardcraft`    | 7            | Fruit-processing recipes.          |
| `Starter_IceCream:sugarcraft.yml`   | `sugarcraft`      | 6            | Sugar-processing recipes.          |
| `Starter_IceCream:syrupcraft.yml`   | `syrupcraft`      | 18           | Syrup and topping recipes.         |

The pack includes 65 recipe YAML files in total.

## Machine And UI Icons

Common starter icons include:

```
itemsadder:starter_icecream:machine_lv1
itemsadder:starter_icecream:machine_lv2
itemsadder:starter_icecream:machine_lv3
itemsadder:starter_icecream:machine_lv4
itemsadder:starter_icecream:machine_lv5
itemsadder:starter_icecream:ui_background_transparent
itemsadder:starter_icecream:ui_background_default
itemsadder:starter_icecream:ui_button_rewards
itemsadder:starter_icecream:ui_button_recipe_page
itemsadder:starter_icecream:ui_button_recipe_list
itemsadder:starter_icecream:ui_progress_0
itemsadder:starter_icecream:ui_progress_25
itemsadder:starter_icecream:ui_progress_50
itemsadder:starter_icecream:ui_progress_75
itemsadder:starter_icecream:ui_progress_100
itemsadder:starter_icecream:ui_energy_progress_0
itemsadder:starter_icecream:ui_energy_progress_25
itemsadder:starter_icecream:ui_energy_progress_50
itemsadder:starter_icecream:ui_energy_progress_75
itemsadder:starter_icecream:ui_energy_progress_100
```

For Nexo and Oraxen, use the same item id without the ItemsAdder namespace:

```
nexo:ui_background_default
oraxen:ui_background_default
```

## Energy Examples

| Table              | Example behavior                                           |
| ------------------ | ---------------------------------------------------------- |
| `frostcraft.yml`   | `START_CRAFTING` + `FULLY`, compact stored-energy machine. |
| `orchardcraft.yml` | `START_CRAFTING` + `FULLY`, fruit-processing machine.      |
| `sugarcraft.yml`   | `START_CRAFTING` + `FULLY`, sugar-processing machine.      |
| `syrupcraft.yml`   | No energy block in the bundled starter table.              |

## ModelEngine Note

The starter table configs reference ModelEngine model ids:

```
frostcraft
orchardcraft
sugarcraft
syrupcraft
```

Install matching ModelEngine models separately if the tables should render as custom 3D entities. If a model is missing or renamed, StarGenerator keeps the runtime table data and can still use fallback interaction for known placed tables.


---

# 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:

```
GET https://star-generator.gitbook.io/star-generator-docs/packs/starter-icecream.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
