Skip to content
Snippets Groups Projects
Commit ce39f64e authored by Milan's avatar Milan
Browse files

hbhunger: add support for loud_walking:mushroom_steak

parent 29cf605e
No related branches found
No related tags found
No related merge requests found
......@@ -383,6 +383,10 @@ if minetest.get_modpath("xdecor") then
overwrite("xdecor:honey", 2)
end
if minetest.get_modpath("loud_walking") then
overwrite("loud_walking:mushroom_steak", 5)
end
-- player-action based hunger changes
function hbhunger.handle_node_actions(pos, oldnode, player, ext)
if not player or not player:is_player() then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment