
Litematica RawMaterials
A Litematica addon that expands the material list into the raw materials you need to gather, following crafting recipes.
- Загрузки
- 3K
- Подписчики
- 3
- Обновлён
- 6 июля 2026 г.
- Лицензия
- MIT
Опубликован 22 июня 2026 г.
Litematica RawMaterials
A Litematica addon that expands the material list into raw materials.
Litematica's material list shows what a schematic is made of, but anything you'd normally craft (a block of redstone, a hopper, a chest) is listed as-is. RawMaterials follows the crafting recipes and shows the total raw materials you need to gather, minus what's already in your inventory.
Requirements
Fabric, with malilib and Litematica for your Minecraft version:
| Minecraft | malilib | Litematica |
|---|---|---|
| 26.2 | 0.29.0+ | 0.28.0+ |
| 26.1 – 26.1.2 | 0.28.9+ | 0.27.9+ |
| 1.21.11 | 0.27.16+ | 0.26.11+ |
Older versions are not supported because the Litematica subsystem this mod builds on (the recipe-decomposed material list) does not exist there.
Usage
Press M + K to open the raw-material list. It uses the most recently opened Litematica material list; if none is open yet, it is generated automatically from the currently selected schematic placement (same as Litematica's M + L). The hotkey also works while a container screen is open (inventory, crafting table, chest), and Esc brings you back to it.
Press M + J to open the settings screen, where you can rebind both keys.
Views
The list can be viewed in two ways. Expanded items, ignored items, tag choices, and the multiplier are shared between them, and the numbers are computed the same way in each, so switching views does not change the totals.
Raw Material List
The main flat list, styled after Litematica's material list (Item / Total / Missing / Available columns, sortable).
- Left-click a row to expand it into its ingredients.
- Right-click a row to fold it back into the crafted item.
- Shift + Right-click a row to ignore it (removes it and everything it would be crafted into).
- Middle-click a tag row to pick which item to use.
- Hold Tab while hovering a row to see its crafting recipe.
The list also has a multiplier for building the schematic N times, a "Hide available" toggle, plain-text export, and an "Ignored: N" button that opens a menu where ignored items can be un-ignored one by one.
Crafting Flow
Opened with the Flow view button. Item types are merged into a single left-to-right graph: raw materials on the left flow through intermediate crafts into the schematic's materials on the right. A shared ingredient like sticks appears only once, with an edge to every item that uses it.

- Same interactions as the list: left-click expand, right-click fold (a raw material folds into its consumer), Shift+right-click ignore, middle-click tag choice, Tab recipe.
- Counts are inventory-netted. Fully covered items get a green checkmark, partial stock shows
have/total. - Hovering a node highlights its paths: the materials it needs and everything it flows into.
- Drag to pan, scroll to zoom. Expand all / Collapse all / Hide available buttons are available here too.
Features
Recipe expansion
Crafted items are broken down into their ingredients, recursively, down to raw materials.
Inventory netting
Items already in your inventory are subtracted, so the list shows what's actually left to gather. Fully covered branches stop expanding and turn green. This also applies to intermediate items: if you already have pistons in stock, their own materials are no longer requested, in every view.
Tag ingredients
When a recipe accepts a tag (any planks, any log), you choose which item to count toward it.
Ignoring items
Items you don't want counted, such as things you farm anyway, can be removed with Shift+right-click. Ignoring an item also removes the demand it would have created. Ignored items can be restored later from the ignored menu.
Notes
Recipes come from your client's recipe book, the same source Litematica uses. On a vanilla multiplayer server, recipes you haven't unlocked won't expand, so some totals may not be fully broken down until you've unlocked them.
Building
./gradlew build
This builds every supported Minecraft version (Stonecutter); jars are written to versions/<version>/build/libs/ (e.g. versions/26.2.x/build/libs/rawmats-fabric-26.2-0.4.0.jar). Put the jar in your mods folder along with malilib and Litematica for the same Minecraft version.
Ченджлог
0.4.1+1.21.11Релиз1.21.11 · 6 июля 2026 г.
What's Changed
- Raise the 26.2 Litematica floor to 0.28.3 (security advisory) by @naari3 in https://github.com/naari3/litematica-rawmats/pull/13
- Bump 0.4.1 by @naari3 in https://github.com/naari3/litematica-rawmats/pull/14
Full Changelog: https://github.com/naari3/litematica-rawmats/compare/v0.4.0...v0.4.1
0.4.1+26.2.xРелиз26.2 · 6 июля 2026 г.
What's Changed
- Raise the 26.2 Litematica floor to 0.28.3 (security advisory) by @naari3 in https://github.com/naari3/litematica-rawmats/pull/13
- Bump 0.4.1 by @naari3 in https://github.com/naari3/litematica-rawmats/pull/14
Full Changelog: https://github.com/naari3/litematica-rawmats/compare/v0.4.0...v0.4.1
0.4.1+26.1.xРелиз26.1, 26.1.1, 26.1.2 · 6 июля 2026 г.
What's Changed
- Raise the 26.2 Litematica floor to 0.28.3 (security advisory) by @naari3 in https://github.com/naari3/litematica-rawmats/pull/13
- Bump 0.4.1 by @naari3 in https://github.com/naari3/litematica-rawmats/pull/14
Full Changelog: https://github.com/naari3/litematica-rawmats/compare/v0.4.0...v0.4.1
0.4.0+26.1.xРелиз26.1, 26.1.1, 26.1.2 · 6 июля 2026 г.
What's Changed
- Fix ignored materials still contributing to ingredient demand (#7) by @naari3 in https://github.com/naari3/litematica-rawmats/pull/8
- Add crafting flow (DAG) and recipe tree views by @naari3 in https://github.com/naari3/litematica-rawmats/pull/9
- Bump 0.4.0 by @naari3 in https://github.com/naari3/litematica-rawmats/pull/10
- Support Minecraft 1.21.11 / 26.1.x / 26.2 via Stonecutter by @naari3 in https://github.com/naari3/litematica-rawmats/pull/11
- Remove the recipe tree view by @naari3 in https://github.com/naari3/litematica-rawmats/pull/12
Full Changelog: https://github.com/naari3/litematica-rawmats/compare/v0.3.0...v0.4.0
0.4.0+1.21.11Релиз1.21.11 · 6 июля 2026 г.
What's Changed
- Fix ignored materials still contributing to ingredient demand (#7) by @naari3 in https://github.com/naari3/litematica-rawmats/pull/8
- Add crafting flow (DAG) and recipe tree views by @naari3 in https://github.com/naari3/litematica-rawmats/pull/9
- Bump 0.4.0 by @naari3 in https://github.com/naari3/litematica-rawmats/pull/10
- Support Minecraft 1.21.11 / 26.1.x / 26.2 via Stonecutter by @naari3 in https://github.com/naari3/litematica-rawmats/pull/11
- Remove the recipe tree view by @naari3 in https://github.com/naari3/litematica-rawmats/pull/12
Full Changelog: https://github.com/naari3/litematica-rawmats/compare/v0.3.0...v0.4.0
0.4.0+26.2.xРелиз26.2 · 6 июля 2026 г.
What's Changed
- Fix ignored materials still contributing to ingredient demand (#7) by @naari3 in https://github.com/naari3/litematica-rawmats/pull/8
- Add crafting flow (DAG) and recipe tree views by @naari3 in https://github.com/naari3/litematica-rawmats/pull/9
- Bump 0.4.0 by @naari3 in https://github.com/naari3/litematica-rawmats/pull/10
- Support Minecraft 1.21.11 / 26.1.x / 26.2 via Stonecutter by @naari3 in https://github.com/naari3/litematica-rawmats/pull/11
- Remove the recipe tree view by @naari3 in https://github.com/naari3/litematica-rawmats/pull/12
Full Changelog: https://github.com/naari3/litematica-rawmats/compare/v0.3.0...v0.4.0
0.3.0Релиз26.2 · 4 июля 2026 г.
What's Changed
- Auto-generate the material list from the selected placement on M+K by @naari3 in https://github.com/naari3/litematica-rawmats/pull/4
- Show recipes on Tab and open the list from container screens by @naari3 in https://github.com/naari3/litematica-rawmats/pull/5
- Bump 0.3.0 by @naari3 in https://github.com/naari3/litematica-rawmats/pull/6
Full Changelog: https://github.com/naari3/litematica-rawmats/compare/v0.2.0...v0.3.0
0.2.0Релиз26.2 · 28 июня 2026 г.
What's Changed
- クラフトツリー状態をディスクに永続化 by @naari3 in https://github.com/naari3/litematica-rawmats/pull/1
- Fix row vanishing on type-DAG cycle (stone↔cobblestone) by @naari3 in https://github.com/naari3/litematica-rawmats/pull/2
- Bump 0.2.0 by @naari3 in https://github.com/naari3/litematica-rawmats/pull/3
New Contributors
- @naari3 made their first contribution in https://github.com/naari3/litematica-rawmats/pull/1
Full Changelog: https://github.com/naari3/litematica-rawmats/compare/v0.1.0...v0.2.0
Комментарии
Загружаем…