From 235364c4a537ffb575a23345f5dc71db1e6ca2d4 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Fri, 31 Jul 2015 23:59:06 +0200 Subject: [PATCH] forgot the straw mat --- nodes_straw.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodes_straw.lua b/nodes_straw.lua index 44fcf0f..ef1df47 100644 --- a/nodes_straw.lua +++ b/nodes_straw.lua @@ -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