From 7cb2534a4f59c6c01372554a9535cdd6b66ed556 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sun, 9 Apr 2017 15:32:48 -0600 Subject: [PATCH] Make entities selectable in latest dev build --- lua/api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/api.lua b/lua/api.lua index 0b3d09b..f49035b 100755 --- a/lua/api.lua +++ b/lua/api.lua @@ -129,7 +129,7 @@ function drawers.register_drawer(name, def) def.drawtype = "nodebox" def.node_box = {type = "fixed", fixed = drawers.node_box_simple} def.collision_box = {type = "regular"} - def.selection_box = {type = "regular"} + def.selection_box = {type = "fixed", fixed = drawers.node_box_simple} def.paramtype = "light" def.paramtype2 = "facedir" def.legacy_facedir_simple = true