1
0
mirror of https://github.com/Sokomine/cottages.git synced 2024-09-20 19:40:22 +02:00

forgot the straw mat

This commit is contained in:
Sokomine 2015-07-31 23:59:06 +02:00
parent e0167dcc4f
commit 235364c4a5

View File

@ -46,6 +46,9 @@ minetest.register_node("cottages:straw_mat", {
} }
}, },
is_ground_content = false, is_ground_content = false,
on_rightclick = function(pos, node, clicker, itemstack, pointed_thing)
return cottages.sleep_in_bed( pos, node, clicker, itemstack, pointed_thing );
end
}) })
-- straw bales are a must for farming environments; if you for some reason do not have the darkage mod installed, this here gets you a straw bale -- straw bales are a must for farming environments; if you for some reason do not have the darkage mod installed, this here gets you a straw bale