@@ -694,20 +694,20 @@ minetest.register_node("default:torch", {
694
694
695
695
minetest .register_node (" default:sign_wall" , {
696
696
description = " Sign" ,
697
- drawtype = " signlike " ,
698
- tiles = {" default_sign_wall .png" },
697
+ drawtype = " nodebox " ,
698
+ tiles = {" default_sign .png" },
699
699
inventory_image = " default_sign_wall.png" ,
700
700
wield_image = " default_sign_wall.png" ,
701
701
paramtype = " light" ,
702
702
paramtype2 = " wallmounted" ,
703
703
sunlight_propagates = true ,
704
704
is_ground_content = false ,
705
705
walkable = false ,
706
- selection_box = {
706
+ node_box = {
707
707
type = " wallmounted" ,
708
- -- wall_top = <default>
709
- -- wall_bottom = <default>
710
- -- wall_side = <default>
708
+ wall_top = { - 0.4375 , 0.4375 , - 0.3125 , 0.4375 , 0.5 , 0.3125 },
709
+ wall_bottom = { - 0.4375 , - 0.5 , - 0.3125 , 0.4375 , - 0.4375 , 0.3125 },
710
+ wall_side = { - 0.5 , - 0.3125 , - 0.4375 , - 0.4375 , 0.3125 , 0.4375 },
711
711
},
712
712
groups = {choppy = 2 ,dig_immediate = 2 ,attached_node = 1 },
713
713
legacy_wallmounted = true ,
0 commit comments