Add campfires to the list of working item APIs

This commit is contained in:
PrairieWind 2023-02-11 18:15:59 -07:00 committed by Gitea
parent e3f14a3a99
commit 1da272a941
1 changed files with 1 additions and 0 deletions

1
API.md
View File

@ -41,6 +41,7 @@ A lot of things are possible by using one of the APIs in the mods. Note that not
* Beds: `ITEMS/mcl_beds`
* Buckets: `ITEMS/mcl_buckets`
* Dispenser support: `ITEMS/REDSTONE/mcl_dispensers`
* Campfires: `ITEMS/mcl_campfires`
### Mobs
* Mobs: `ENTITIES/mcl_mobs`