Add option to disable bed respawn, better recipe for fancy bed
This commit is contained in:
parent
e604d8d7f3
commit
2a6050e552
3 changed files with 9 additions and 19 deletions
|
@ -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"},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue