forgot the straw mat

This commit is contained in:
Sokomine 2015-07-31 23:59:06 +02:00
parent e0167dcc4f
commit 235364c4a5
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ minetest.register_node("cottages:straw_mat", {
}
},
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