diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 18:23:45 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 18:23:45 +0000 |
commit | 14154cea54ab4eb40e878fc8fe1c2d79fa41b40e (patch) | |
tree | 8c973b05aa9f836a67aa20506ac3507267542fd2 /hemp.lua | |
parent | e4ed12056d875b603c03e93aaf7e4489f606aa83 (diff) |
food items now crafted using food_ groups
Diffstat (limited to 'hemp.lua')
-rw-r--r-- | hemp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ minetest.register_node("farming:hemp_oil", { type = "fixed", fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25} }, - groups = {vessel = 1, dig_immediate = 3, attached_node = 1}, + groups = {food_oil = 1, vessel = 1, dig_immediate = 3, attached_node = 1}, sounds = default.node_sound_glass_defaults(), }) |