diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-16 13:51:59 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-16 13:51:59 +0000 |
commit | 1e32d1e4c7d805f6177cd75509a9f1d7754d264a (patch) | |
tree | 115ffc7245efb35ffbbf5e4031720a84510fd871 /sugar.lua | |
parent | 14154cea54ab4eb40e878fc8fe1c2d79fa41b40e (diff) |
remove unwanted groups
Diffstat (limited to 'sugar.lua')
-rw-r--r-- | sugar.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ minetest.register_node("farming:salt", { drawtype = "plantlike", paramtype = "light", tiles = {"farming_salt.png"}, - groups = {food_salt = 1, salt = 1, vessel = 1, dig_immediate = 3, + groups = {food_salt = 1, vessel = 1, dig_immediate = 3, attached_node = 1}, sounds = default.node_sound_glass_defaults(), selection_box = { |