Nodes, Items, and Crafting: Use oxford comma in subheading

master
rubenwardy 2018-09-19 12:10:44 +01:00
parent 386febe45d
commit cb51e87e2e
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ basic requirements for many mods.
* [Crafting](#crafting)
* [Fuel](#fuel)
* [Groups](#groups)
* [Tools, Capabilities and Dig Types](#tools-capabilities-and-dig-types)
* [Tools, Capabilities, and Dig Types](#tools-capabilities-and-dig-types)
## What are Nodes and Items?
@ -319,7 +319,7 @@ minetest.register_craft({
})
```
## Tools, Capabilities and Dig Types
## Tools, Capabilities, and Dig Types
Dig types are groups which are used to define how strong a node is when dug
with different tools.