From 50ba7e114d0937061f988c9452904dd2456399b5 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Mon, 28 Sep 2015 20:49:38 +0200 Subject: Add option to disable backface culling for models - Disabled by default (except players) - Fixes #2984 --- doc/lua_api.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/lua_api.txt') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index e9d19ad27..5ad88b121 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -3045,6 +3045,7 @@ Definition tables stepheight = 0, automatic_face_movement_dir = 0.0, -- ^ automatically set yaw to movement direction; offset in degrees; false to disable + backface_culling = true, -- false to disable backface_culling for model } ### Entity definition (`register_entity`) -- cgit v1.2.3