-
Notifications
You must be signed in to change notification settings - Fork 63
Recipes cheat sheet
Brent Yorgey edited this page Nov 11, 2025
·
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-docs -O0 -- recipes --forward | 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-docs -O0 -- cheatsheet \
--recipes \
--entities-page='https://github.com/swarm-game/swarm/wiki/Entities-cheat-sheet'Please improve the documentation generation in app/doc instead of making changes here, otherwise, they will be overwritten.