Add option to disable bed respawn, better recipe for fancy bed

This commit is contained in:
BlockMen 2015-03-06 10:46:05 +01:00
parent e604d8d7f3
commit 2a6050e552
3 changed files with 9 additions and 19 deletions

View file

@ -42,7 +42,8 @@ beds.register_bed("beds:fancy_bed", {
},
selectionbox = {-0.5, -0.5, -0.5, 0.5, 0.06, 1.5},
recipe = {
{"wool:red", "wool:white", "group:stick"},
{"", "", "group:stick"},
{"wool:red", "wool:red", "wool:white"},
{"group:wood", "group:wood", "group:wood"},
},
})