mirror of
https://github.com/minetest-mods/drawers.git
synced 2024-11-22 14:43:45 +01:00
Make entities selectable in latest dev build
This commit is contained in:
parent
8009743d8d
commit
7cb2534a4f
@ -129,7 +129,7 @@ function drawers.register_drawer(name, def)
|
|||||||
def.drawtype = "nodebox"
|
def.drawtype = "nodebox"
|
||||||
def.node_box = {type = "fixed", fixed = drawers.node_box_simple}
|
def.node_box = {type = "fixed", fixed = drawers.node_box_simple}
|
||||||
def.collision_box = {type = "regular"}
|
def.collision_box = {type = "regular"}
|
||||||
def.selection_box = {type = "regular"}
|
def.selection_box = {type = "fixed", fixed = drawers.node_box_simple}
|
||||||
def.paramtype = "light"
|
def.paramtype = "light"
|
||||||
def.paramtype2 = "facedir"
|
def.paramtype2 = "facedir"
|
||||||
def.legacy_facedir_simple = true
|
def.legacy_facedir_simple = true
|
||||||
|
Loading…
Reference in New Issue
Block a user