Nodes, Items, and Crafting: Fix typo

This commit is contained in:
rubenwardy 2018-12-17 23:06:02 +00:00 committed by GitHub
parent ff1f0ec32c
commit d1986dcfa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ minetest.register_craft({
}) })
``` ```
The type field isn't actually needed for shapeless crafts, as shapeless is the The type field isn't actually needed for shaped crafts, as shaped is the
default craft type. default craft type.
### Shapeless ### Shapeless