diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 18:40:36 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 18:40:36 +0000 |
commit | c008cbeebd872cb455ccaf3034d55232ce4a0e8b (patch) | |
tree | 0663e59ce0caeb3e410afd996f249433a3bee26a /sealife.lua | |
parent | ec0f2899cc0fda292bc30c45fe8ad55e25d44b8b (diff) |
Food recipes now use food_ groups
Diffstat (limited to 'sealife.lua')
-rw-r--r-- | sealife.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sealife.lua b/sealife.lua index 08d2f0c..b97cb98 100644 --- a/sealife.lua +++ b/sealife.lua @@ -17,7 +17,7 @@ minetest.register_node("ethereal:seaweed", { fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3} }, post_effect_color = {a = 64, r = 100, g = 100, b = 200}, - groups = {snappy = 3}, + groups = {food_seaweed = 1, snappy = 3, flammable = 3}, on_use = minetest.item_eat(1), sounds = default.node_sound_leaves_defaults(), after_dig_node = function(pos, node, metadata, digger) |