Skip to content

Commit

Permalink
Beds: Do not require red wool to craft beds
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Feb 10, 2019
1 parent 6b2887e commit 7f68777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/beds/beds.lua
Expand Up @@ -44,7 +44,7 @@ beds.register_bed("beds:fancy_bed", {
selectionbox = {-0.5, -0.5, -0.5, 0.5, 0.06, 1.5},
recipe = {
{"", "", "group:stick"},
{"wool:red", "wool:red", "wool:white"},
{"wool:white", "wool:white", "wool:white"},
{"group:wood", "group:wood", "group:wood"},
},
})
Expand Down Expand Up @@ -79,7 +79,7 @@ beds.register_bed("beds:bed", {
},
selectionbox = {-0.5, -0.5, -0.5, 0.5, 0.06, 1.5},
recipe = {
{"wool:red", "wool:red", "wool:white"},
{"wool:white", "wool:white", "wool:white"},
{"group:wood", "group:wood", "group:wood"}
},
})
Expand Down

0 comments on commit 7f68777

Please sign in to comment.