Skip to content

Commit

Permalink
Will make the device breakable by hand.
Browse files Browse the repository at this point in the history
  • Loading branch information
laza83 committed Jun 9, 2019
1 parent 967e27f commit ec75a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ local laser_check = function(pos, facedir_param2, range)
end

minetest.register_node("ldm32:casing", {
description = "Spirit Level",
description = "Laser Distance Meter",
inventory_image = "ldm32_inventory.png",
drawtype = "mesh",
mesh = "ldm32_casing.obj",
Expand All @@ -72,7 +72,7 @@ minetest.register_node("ldm32:casing", {
stack_max = 1,
is_ground_content = true,
paramtype2 = "facedir",
groups = {cracky = 3},
groups = {snappy = 3, dig_immediate = 3},
on_place = minetest.rotate_node,

on_timer = function(pos)
Expand Down

0 comments on commit ec75a10

Please sign in to comment.