From 48845de46ef400e532f2108dfb9ff9a3107bd66a Mon Sep 17 00:00:00 2001 From: cx384 Date: Sat, 17 Aug 2024 21:15:24 +0200 Subject: [PATCH] Fix trailing whitespace from #14945 --- doc/lua_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lua_api.md b/doc/lua_api.md index b37959eed..4d461f335 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -8940,7 +8940,7 @@ Player properties need to be saved manually. Entity definition ----------------- -Used by `minetest.register_entity`. +Used by `minetest.register_entity`. The entity definition table becomes a metatable of a newly created per-entity luaentity table, meaning its fields (e.g. `initial_properties`) will be shared between all instances of an entity.