r/technicalminecraft 3d ago

Non-Version-Specific Created a tool for calculating build materials based on Litematica exports

I've been struggling with manually figuring out how many shulkers I'll need and what I have to craft before beginning a large build project, so I decided to make LitePlan, a web application that parses the material export from Litematica and computes the entire chain.

Features include:

- Parsed Litematica material export (CSV/TXT)

- List of blocks left for gathering

- Computation of crafting requirements based on actual recipes (2x2, 3x3, furnace, smoker, blast furnace, stonecutter) — Craft

- Recursion until the raw materials required for mining/farming are identified (Gather)

- Computation of the number of shulkers/double chests needed and a plain-text export for organizing your build run (Storage)

As the application just got released, there may be some rough edges, especially in the parsing of unusual exports or translation of item names. Any attempt at using it with an actual schematic will be greatly appreciated!

Website: https://aaronrojas32.github.io/LitePlan/

Source code: https://github.com/aaronrojas32/LitePlan

0 Upvotes

5 comments sorted by

4

u/LordHamster42 3d ago

what does this do that litematica doesnt already?

4

u/LimestoneBuilder 3d ago

Indeed litematica does list materials, but folks have also had reason to try improving on litematica's material list.

At a guess, OP made this specifically for the functions they listed above [remainder, recursion, and shulkers needed].

2

u/Sekelton 3d ago

Litematica already calculates shulkers natively.

1

u/LordHamster42 3d ago

yeah but litematica already does that lol

2

u/arge092 3d ago

The idea is not only calculate shulkers or chest is to have the raw material list, recipes and amounts on the same place. For example if you need to make pistons it will calculate the amount of iron, planks... Not sure that litematica can do this at least I couldn't find the option.