From 1da272a941020ea23b4d57292200ef10633ac01a Mon Sep 17 00:00:00 2001 From: PrairieWind Date: Sat, 11 Feb 2023 18:15:59 -0700 Subject: [PATCH] Add campfires to the list of working item APIs --- API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API.md b/API.md index f2070b8e7..865630c78 100644 --- a/API.md +++ b/API.md @@ -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`