maruohon / litematica

A modern client-side schematic mod for Minecraft
GNU Lesser General Public License v3.0
729 stars 220 forks source link

Raw Material List #457

Open SlimeBoi2006 opened 2 years ago

SlimeBoi2006 commented 2 years ago

Is your feature request related to a problem? Please describe. It is always hard trying to find out the raw materials needed for a big project

Describe the solution you'd like Add a feature to Litematica where it shows all the required raw materials needed for the build and not only the blocks

Describe alternatives you've considered Just calculating the raw materials needed an typing it somewhere else but this would be a nice quality of life feature.

Additional context None

maruohon commented 2 years ago

What exactly are you referring to here? The initial ingredients for all the crafting recipes required to produce the final material list, or what? That is something I've considered adding, but not sure if it will get added, since it brings lots of complexity in trying to decide or define which "recipe paths" to take. For example simply to craft pistons, you could use several different types of planks, and those then require different types of logs.

Another thing is entities within the schematic (such as placed minecarts), and those are definitely planned to get added. Items within inventories also may get added, but that has other issues with the ability to get the current state of inventories...