From 68fef94ba84959f2619717e1d9070ec8ca381a8b Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 31 Jan 2020 20:24:38 +0000 Subject: [PATCH] updated api.txt --- api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api.txt b/api.txt index 61788d0..5361a8c 100644 --- a/api.txt +++ b/api.txt @@ -420,7 +420,8 @@ Spawn Eggs mobs:register_egg(name, description, background, addegg, no_creative) -This function registers a spawn egg which can be used by admin to properly spawn in a mob. +This function registers a spawn egg which can be used to properly spawn in a mob. +Animals are spawned as tamed unless sneak/shift is held while spawning. 'name' this is the name of your new mob to spawn e.g. "mob:sheep" 'description' the name of the new egg you are creating e.g. "Spawn Sheep"