Nodes, Items, and Crafting: Fix typo

master
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
1 changed files with 1 additions and 1 deletions

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.
### Shapeless