summaryrefslogtreecommitdiff
path: root/node_misc.lua
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-01-03 19:43:32 -0700
committerFaceDeer <derksenmobile@gmail.com>2017-01-03 19:43:32 -0700
commit3600a745be423d60cea19bd8ac887a5f069a15bf (patch)
treeb38b1295143703eff838446e1014861046bcb4fe /node_misc.lua
parentc1a090137c0f8c35d984c3ca0bafc3dde8d1b872 (diff)
Add intermittent and non-intermittent versions of the diggers.
Diffstat (limited to 'node_misc.lua')
-rw-r--r--node_misc.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/node_misc.lua b/node_misc.lua
index c2c1bfb..c6bc8d4 100644
--- a/node_misc.lua
+++ b/node_misc.lua
@@ -2,7 +2,7 @@
minetest.register_node("digtron:structure", {
description = "Digger Structure",
groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 1},
- drop = 'digtron:structure',
+ drop = "digtron:structure",
tiles = {"digtron_plate.png"},
drawtype = "nodebox",
sounds = default.node_sound_metal_defaults(),
@@ -32,7 +32,7 @@ minetest.register_node("digtron:structure", {
minetest.register_node("digtron:light", {
description = "Digger Light",
groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 1},
- drop = 'digtron:light',
+ drop = "digtron:light",
tiles = {"digtron_light.png"},
drawtype = "nodebox",
paramtype = "light",
@@ -53,9 +53,9 @@ minetest.register_node("digtron:inventory",
{
description = "Digtron Inventory Hopper",
groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 2},
- drop = 'digtron:inventory',
+ drop = "digtron:inventory",
sounds = default.node_sound_metal_defaults(),
- paramtype2= 'facedir',
+ paramtype2= "facedir",
tiles = {"digtron_inventory.png"},
on_construct = function(pos)
@@ -90,9 +90,9 @@ minetest.register_node("digtron:fuelstore",
{
description = "Digtron Fuel Hopper",
groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 5},
- drop = 'digtron:fuelstore',
+ drop = "digtron:fuelstore",
sounds = default.node_sound_metal_defaults(),
- paramtype2= 'facedir',
+ paramtype2= "facedir",
tiles = {"digtron_fuelstore.png"},
on_construct = function(pos)