From ec3c6fb518c6e3814166b61474a1b0ac409da2ba Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 20 Jul 2020 07:36:39 +0100 Subject: [PATCH] update api.txt --- api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.txt b/api.txt index 6a9bfd0..9dea80a 100644 --- a/api.txt +++ b/api.txt @@ -31,7 +31,7 @@ functions needed for the mob to work properly which contains the following: 'hp_max' has the maximum health value the mob can spawn with. 'armor' holds strength of mob, 100 is normal, lower is more powerful and needs more hits and better weapons to kill. - 'passive' when true allows animals to defend themselves when hit, + 'passive' when false allows animals to defend themselves when hit, otherwise they amble onwards. 'walk_velocity' is the speed that your mob can walk around. 'run_velocity' is the speed your mob can run with, usually when attacking.