Fix various typos

This commit is contained in:
amfl 2023-01-30 16:51:30 +13:00
parent 5d0db7fb3b
commit 00c2c92472
8 changed files with 11 additions and 9 deletions

View file

@ -3,7 +3,7 @@
Contribution by Griatch 2020
This implements a full crafting system. The principle is that of a 'recipe',
where you combine items (tagged as ingredients) create something new. The recipe can also
where you combine items (tagged as ingredients) to create something new. The recipe can also
require certain (non-consumed) tools. An example would be to use the 'bread recipe' to
combine 'flour', 'water' and 'yeast' with an 'oven' to bake a 'loaf of bread'.