-
Notifications
You must be signed in to change notification settings - Fork 63
Recipes cheat sheet
Ondřej Šebek edited this page Oct 30, 2022
·
19 revisions
This generated graph shows how hard it is to obtain entities by crafting:
You can regenerate it with this command:
cabal run swarm:swarm -O0 -- generate recipes | sed -n '/^digraph/,$p' > docs/recipes.dot
dot -Tsvg docs/recipes.dot -o docs/recipes.svgThe table on this wiki has been automatically generated by:
cabal run swarm:swarm -O0 -- generate cheatsheet \
--recipes \
--entities-page='../Entities-cheat-sheet'Please improve Swarm.DocGen instead of making changes here, otherwise, they will be overwritten.