local neednode local reg_node = ocutil.safe_register_node neednode = "moreplants:xlbush" -- if ocutil.thing_missing (neednode) then reg_node (neednode, { description = "Tall Bush" , drawtype = "plantlike" , tiles = { "moreplants_xlbush.png" } , paramtype = "light" , is_ground_content = false , inventory_image = "moreplants_xlbush.png" , visual_scale = 1.4 , wield_scale = { x=0.5, y=0.5, z=0.5 } , groups = { snappy=3, flammable=1, attatched_node=1 } , selection_box = { type = "fixed" , fixed = {-0.5 , -0.5, -0.5, 0.5, 0, 0.5 } } , walkable = false , }) end