Merge pull request 'Fix header depth in `API.md`' (#2329) from Lazerbeak12345/MineCloneJEpC:upstream into master

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2329
This commit is contained in:
cora 2022-06-17 09:15:00 +00:00
commit fb6e790535
1 changed files with 1 additions and 1 deletions

2
API.md
View File

@ -42,7 +42,7 @@ A lot of things are possible by using one of the APIs in the mods. Note that not
* Buckets: `ITEMS/mcl_buckets`
* Dispenser support: `ITEMS/REDSTONE/mcl_dispensers`
## Mobs
### Mobs
* Mobs: `ENTITIES/mcl_mobs`
MineClone 2 uses its own mobs framework, called “Mobs Redo: MineClone 2 Edition” or “MRM” for short.