diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-05-20 16:57:17 +0100 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-05-20 16:57:17 +0100 |
commit | f438eadeb98c75252fe550ac2366b06db5022406 (patch) | |
tree | dc93fe7758bf55f4f87f69a47cc4c07efed5400d /leaves.lua | |
parent | 57240fe6f540164860b08d0afa6b8d5621d8ceda (diff) |
Fixed light_max, added scorched wood recipe
Diffstat (limited to 'leaves.lua')
-rw-r--r-- | leaves.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,7 @@ minetest.register_node("ethereal:frost_leaves", { paramtype = "light", walkable = false, waving = 1, - groups = {snappy=3, leafdecay=3, puts_out_fire=1}, + groups = {snappy=3, leafdecay=3, leaves=1, puts_out_fire=1}, drop = { max_items = 1, items = { |