From f50e6bc3839c0701e359e1992c8731a286e46fc6 Mon Sep 17 00:00:00 2001 From: Joel Paul Date: Wed, 31 Aug 2022 16:15:35 +1000 Subject: [PATCH] Updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cd22706..4adcf41 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ An example addon has been created to help you create your own achievements: [Exa - CONVERTED_BLOCK (converting a block, i.e. creating a work stump) - DEATH (getting killed) - TRADED (trading with a villager) + - CURED (curing a zombie villager) + - CONSUMED (eating/drinking an item) If you would like to see more events, please create an Issue on GitHub or feel free to contribute one yourself. @@ -33,9 +35,11 @@ If you would like to see more events, please create an Issue on GitHub or feel f - EntityPlayerSP (Client) - FCBlockCampfire (Client|Server) - FCBlockFurnaceBrick (Client|Server) + - FCEntityUrn (Client|Server) - FCEntityVillager (Client|Server) - GuiAchievements (Client) - ItemInWorldManager (Client|Server) + - ItemStack (Client|Server) - SlotBrewingStandPotion (Client|Server) - SlotCrafting (Client|Server)