From 2ffd942c2ae46dc551bb5553a304764715489f19 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 9 Oct 2017 11:59:01 +0100 Subject: updated to newer 0.4.16 functions --- api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api.txt') diff --git a/api.txt b/api.txt index ed7cb7c..cfbf50d 100644 --- a/api.txt +++ b/api.txt @@ -36,7 +36,7 @@ This functions registers a new mob as a Minetest entity. 'visual' same is in minetest.register_entity() 'visual_size' same is in minetest.register_entity() 'textures' same is in minetest.register_entity() - although you can add multiple lines for random textures {{"texture1.png"},{"texture2.png"}}, + although you can add multiple lines for random textures {{"texture1.png"},{"texture2.png"}}, 'gotten_texture' alt. texture for when self.gotten value is set to true (used for shearing sheep) 'child_texture' texture of mod for when self.child is set to true 'mesh' same is in minetest.register_entity() @@ -357,7 +357,7 @@ mobs:register_mob("mob_horse:horse", { visual_size = {x = 1.20, y = 1.20}, mesh = "mobs_horse.x", collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.25, 0.4}, - animation = { + animation = { speed_normal = 15, speed_run = 30, stand_start = 25, -- cgit v1.2.3