From 53a5c8585a24b6c40cddaf575cd6fe15c7d09c67 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Wed, 5 May 2021 06:44:46 -0700 Subject: [PATCH] Change description from "Spawning Egg" to "Spawn Egg" --- items.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items.lua b/items.lua index 63a1196..2c20c6a 100644 --- a/items.lua +++ b/items.lua @@ -26,6 +26,6 @@ core.register_craftitem(":spawneggs:egg", { - description = "Spawning Egg", + description = "Spawn Egg", inventory_image = "spawneggs_egg.png", })