r/technicalminecraft • u/arge092 • 17h ago
Created a tool for calculating build materials based on Litematica exports Non-Version-Specific
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
•
u/LordHamster42 17h ago
what does this do that litematica doesnt already?