diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2014-11-21 20:26:04 +0000 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2014-11-21 20:26:04 +0000 |
commit | c20f259f4b00ac69be37f79f8500e53db395e7f5 (patch) | |
tree | 1ac67f0a63822323b9df224fc731ab3aebb677a9 /crystal.lua | |
parent | c4d4e229f7d63959508e4505099a7fca5ca87534 (diff) |
Updated: flowers and code tidy
Diffstat (limited to 'crystal.lua')
-rw-r--r-- | crystal.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.lua b/crystal.lua index c5da26e..d8fcc73 100644 --- a/crystal.lua +++ b/crystal.lua @@ -37,7 +37,7 @@ minetest.register_node("ethereal:crystal_block", { description = "Crystal Block", tiles = {"crystal_block.png"}, light_source = LIGHT_MAX - 5, - groups = {cracky=1,level=2,puts_out_fire}, + groups = {cracky=1,level=2,puts_out_fire=1}, sounds = default.node_sound_glass_defaults(), }) |