Skip to content

uku3lig/maparthelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maparthelper

GitHub all releases GitHub release (latest by date including pre-releases) wakatime

maparthelper is a simple python tool that helps you with maparts (and schematics in general) to compute the amount of items needed and many more things!

How to use

Grab the latest release and download the file corresponding to your platform. For now the program needs to be ran from a terminal to work.

Available options

Parameter Short Choices Explanation
--precision -p shulker, stack, item Sets the minimum unit to display the item amounts.
--lower -l None If some item has less than the minimum unit, display the amount more precisely.
--strict -S None Keep all the values in the defined precision with -p, no lower, no higher.
--dye -d all, quasi, primary, prim-tall Calculates the amount of dye needed to dye terracotta. See this section.
--flower -f None When used with -d, shows the items needed to craft all the dyes.
--storage -s None Show the amount of storage space needed to store all the items.
--done -D comma-separated list of items Marks the specified items as done, hiding them from the material list.
--show-done None None Shows the items marked as done.

--dye options

Option Explanation
all Show all types of dye.
quasi Show only primary and quasi-primary dyes.
primary Show only primary dyes.
prim-tall Show only primary dyes and dyes that can be created from tall flowers (pink & magenta).

Building/Running from source

Running: python3 maparthelper.py [args]

Building: Install the pyinstaller module (with pip: pip install pyinstaller) and run pyinstaller -F --noconsole maparthelper.py. The resulting binary will be output in the dist folder;

About

taking out my calculator takes too long

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages