diff --git a/homedecor/crafts.lua b/homedecor/crafts.lua index 2ab4e2eb..a807187a 100644 --- a/homedecor/crafts.lua +++ b/homedecor/crafts.lua @@ -2511,9 +2511,14 @@ minetest.register_craft( { local bedcolors = { { "red", "red"}, + { "orange", "orange" }, + { "yellow", "yellow"}, { "green", "dark_green"}, { "blue", "blue"}, - { "violet", "violet"} + { "violet", "violet"}, + { "pink", "pink"}, + { "darkgrey", "dark_grey"}, + { "brown", "brown" }, } for c in ipairs(bedcolors) do diff --git a/homedecor/furniture.lua b/homedecor/furniture.lua index edc4d70b..0f2af8a9 100644 --- a/homedecor/furniture.lua +++ b/homedecor/furniture.lua @@ -245,6 +245,11 @@ local bedcolors = { "green", "blue", "violet", + "brown", + "darkgrey", + "orange", + "yellow", + "pink", } local fdir_to_fwd = { diff --git a/homedecor/textures/homedecor_bed_blue_inv.png b/homedecor/textures/homedecor_bed_blue_inv.png index edddd8a1..5179254d 100644 Binary files a/homedecor/textures/homedecor_bed_blue_inv.png and b/homedecor/textures/homedecor_bed_blue_inv.png differ diff --git a/homedecor/textures/homedecor_bed_brown_foot1.png b/homedecor/textures/homedecor_bed_brown_foot1.png new file mode 100644 index 00000000..21b269bb Binary files /dev/null and b/homedecor/textures/homedecor_bed_brown_foot1.png differ diff --git a/homedecor/textures/homedecor_bed_brown_foot2.png b/homedecor/textures/homedecor_bed_brown_foot2.png new file mode 100644 index 00000000..f8da3f03 Binary files /dev/null and b/homedecor/textures/homedecor_bed_brown_foot2.png differ diff --git a/homedecor/textures/homedecor_bed_brown_head1.png b/homedecor/textures/homedecor_bed_brown_head1.png new file mode 100644 index 00000000..312208dd Binary files /dev/null and b/homedecor/textures/homedecor_bed_brown_head1.png differ diff --git a/homedecor/textures/homedecor_bed_brown_head2.png b/homedecor/textures/homedecor_bed_brown_head2.png new file mode 100644 index 00000000..7e440497 Binary files /dev/null and b/homedecor/textures/homedecor_bed_brown_head2.png differ diff --git a/homedecor/textures/homedecor_bed_brown_inv.png b/homedecor/textures/homedecor_bed_brown_inv.png new file mode 100644 index 00000000..5171ee20 Binary files /dev/null and b/homedecor/textures/homedecor_bed_brown_inv.png differ diff --git a/homedecor/textures/homedecor_bed_brown_side1.png b/homedecor/textures/homedecor_bed_brown_side1.png new file mode 100644 index 00000000..aeb17e9a Binary files /dev/null and b/homedecor/textures/homedecor_bed_brown_side1.png differ diff --git a/homedecor/textures/homedecor_bed_brown_side2.png b/homedecor/textures/homedecor_bed_brown_side2.png new file mode 100644 index 00000000..d76e3199 Binary files /dev/null and b/homedecor/textures/homedecor_bed_brown_side2.png differ diff --git a/homedecor/textures/homedecor_bed_brown_top1.png b/homedecor/textures/homedecor_bed_brown_top1.png new file mode 100644 index 00000000..9884dfd5 Binary files /dev/null and b/homedecor/textures/homedecor_bed_brown_top1.png differ diff --git a/homedecor/textures/homedecor_bed_brown_top2.png b/homedecor/textures/homedecor_bed_brown_top2.png new file mode 100644 index 00000000..d49babbb Binary files /dev/null and b/homedecor/textures/homedecor_bed_brown_top2.png differ diff --git a/homedecor/textures/homedecor_bed_darkgrey_foot1.png b/homedecor/textures/homedecor_bed_darkgrey_foot1.png new file mode 100644 index 00000000..0faadb74 Binary files /dev/null and b/homedecor/textures/homedecor_bed_darkgrey_foot1.png differ diff --git a/homedecor/textures/homedecor_bed_darkgrey_foot2.png b/homedecor/textures/homedecor_bed_darkgrey_foot2.png new file mode 100644 index 00000000..f8da3f03 Binary files /dev/null and b/homedecor/textures/homedecor_bed_darkgrey_foot2.png differ diff --git a/homedecor/textures/homedecor_bed_darkgrey_head1.png b/homedecor/textures/homedecor_bed_darkgrey_head1.png new file mode 100644 index 00000000..2bc02b2f Binary files /dev/null and b/homedecor/textures/homedecor_bed_darkgrey_head1.png differ diff --git a/homedecor/textures/homedecor_bed_darkgrey_head2.png b/homedecor/textures/homedecor_bed_darkgrey_head2.png new file mode 100644 index 00000000..2ef9d778 Binary files /dev/null and b/homedecor/textures/homedecor_bed_darkgrey_head2.png differ diff --git a/homedecor/textures/homedecor_bed_darkgrey_inv.png b/homedecor/textures/homedecor_bed_darkgrey_inv.png new file mode 100644 index 00000000..db10cc30 Binary files /dev/null and b/homedecor/textures/homedecor_bed_darkgrey_inv.png differ diff --git a/homedecor/textures/homedecor_bed_darkgrey_side1.png b/homedecor/textures/homedecor_bed_darkgrey_side1.png new file mode 100644 index 00000000..e301ae6e Binary files /dev/null and b/homedecor/textures/homedecor_bed_darkgrey_side1.png differ diff --git a/homedecor/textures/homedecor_bed_darkgrey_side2.png b/homedecor/textures/homedecor_bed_darkgrey_side2.png new file mode 100644 index 00000000..9d36d239 Binary files /dev/null and b/homedecor/textures/homedecor_bed_darkgrey_side2.png differ diff --git a/homedecor/textures/homedecor_bed_darkgrey_top1.png b/homedecor/textures/homedecor_bed_darkgrey_top1.png new file mode 100644 index 00000000..ca55c23c Binary files /dev/null and b/homedecor/textures/homedecor_bed_darkgrey_top1.png differ diff --git a/homedecor/textures/homedecor_bed_darkgrey_top2.png b/homedecor/textures/homedecor_bed_darkgrey_top2.png new file mode 100644 index 00000000..f28f7f37 Binary files /dev/null and b/homedecor/textures/homedecor_bed_darkgrey_top2.png differ diff --git a/homedecor/textures/homedecor_bed_green_foot1.png b/homedecor/textures/homedecor_bed_green_foot1.png index 013f3b02..ae80ebf9 100644 Binary files a/homedecor/textures/homedecor_bed_green_foot1.png and b/homedecor/textures/homedecor_bed_green_foot1.png differ diff --git a/homedecor/textures/homedecor_bed_green_inv.png b/homedecor/textures/homedecor_bed_green_inv.png index 5e014c3f..069b45b2 100644 Binary files a/homedecor/textures/homedecor_bed_green_inv.png and b/homedecor/textures/homedecor_bed_green_inv.png differ diff --git a/homedecor/textures/homedecor_bed_green_side1.png b/homedecor/textures/homedecor_bed_green_side1.png index 483c22f9..0063eb21 100644 Binary files a/homedecor/textures/homedecor_bed_green_side1.png and b/homedecor/textures/homedecor_bed_green_side1.png differ diff --git a/homedecor/textures/homedecor_bed_green_side2.png b/homedecor/textures/homedecor_bed_green_side2.png index dd30cc29..86aa01fd 100644 Binary files a/homedecor/textures/homedecor_bed_green_side2.png and b/homedecor/textures/homedecor_bed_green_side2.png differ diff --git a/homedecor/textures/homedecor_bed_green_top1.png b/homedecor/textures/homedecor_bed_green_top1.png index 6a1fb46b..5da84f1e 100644 Binary files a/homedecor/textures/homedecor_bed_green_top1.png and b/homedecor/textures/homedecor_bed_green_top1.png differ diff --git a/homedecor/textures/homedecor_bed_green_top2.png b/homedecor/textures/homedecor_bed_green_top2.png index 44aacdf6..25b633af 100644 Binary files a/homedecor/textures/homedecor_bed_green_top2.png and b/homedecor/textures/homedecor_bed_green_top2.png differ diff --git a/homedecor/textures/homedecor_bed_orange_foot1.png b/homedecor/textures/homedecor_bed_orange_foot1.png new file mode 100644 index 00000000..089c96c4 Binary files /dev/null and b/homedecor/textures/homedecor_bed_orange_foot1.png differ diff --git a/homedecor/textures/homedecor_bed_orange_foot2.png b/homedecor/textures/homedecor_bed_orange_foot2.png new file mode 100644 index 00000000..f8da3f03 Binary files /dev/null and b/homedecor/textures/homedecor_bed_orange_foot2.png differ diff --git a/homedecor/textures/homedecor_bed_orange_head1.png b/homedecor/textures/homedecor_bed_orange_head1.png new file mode 100644 index 00000000..d103fb65 Binary files /dev/null and b/homedecor/textures/homedecor_bed_orange_head1.png differ diff --git a/homedecor/textures/homedecor_bed_orange_head2.png b/homedecor/textures/homedecor_bed_orange_head2.png new file mode 100644 index 00000000..79ab39fa Binary files /dev/null and b/homedecor/textures/homedecor_bed_orange_head2.png differ diff --git a/homedecor/textures/homedecor_bed_orange_inv.png b/homedecor/textures/homedecor_bed_orange_inv.png new file mode 100644 index 00000000..13a00d50 Binary files /dev/null and b/homedecor/textures/homedecor_bed_orange_inv.png differ diff --git a/homedecor/textures/homedecor_bed_orange_side1.png b/homedecor/textures/homedecor_bed_orange_side1.png new file mode 100644 index 00000000..ca10c08e Binary files /dev/null and b/homedecor/textures/homedecor_bed_orange_side1.png differ diff --git a/homedecor/textures/homedecor_bed_orange_side2.png b/homedecor/textures/homedecor_bed_orange_side2.png new file mode 100644 index 00000000..70213df6 Binary files /dev/null and b/homedecor/textures/homedecor_bed_orange_side2.png differ diff --git a/homedecor/textures/homedecor_bed_orange_top1.png b/homedecor/textures/homedecor_bed_orange_top1.png new file mode 100644 index 00000000..49cfbe20 Binary files /dev/null and b/homedecor/textures/homedecor_bed_orange_top1.png differ diff --git a/homedecor/textures/homedecor_bed_orange_top2.png b/homedecor/textures/homedecor_bed_orange_top2.png new file mode 100644 index 00000000..9db4d357 Binary files /dev/null and b/homedecor/textures/homedecor_bed_orange_top2.png differ diff --git a/homedecor/textures/homedecor_bed_pink_foot1.png b/homedecor/textures/homedecor_bed_pink_foot1.png new file mode 100644 index 00000000..850b3e8a Binary files /dev/null and b/homedecor/textures/homedecor_bed_pink_foot1.png differ diff --git a/homedecor/textures/homedecor_bed_pink_foot2.png b/homedecor/textures/homedecor_bed_pink_foot2.png new file mode 100644 index 00000000..f8da3f03 Binary files /dev/null and b/homedecor/textures/homedecor_bed_pink_foot2.png differ diff --git a/homedecor/textures/homedecor_bed_pink_head1.png b/homedecor/textures/homedecor_bed_pink_head1.png new file mode 100644 index 00000000..5bf9bd54 Binary files /dev/null and b/homedecor/textures/homedecor_bed_pink_head1.png differ diff --git a/homedecor/textures/homedecor_bed_pink_head2.png b/homedecor/textures/homedecor_bed_pink_head2.png new file mode 100644 index 00000000..6ce59c1a Binary files /dev/null and b/homedecor/textures/homedecor_bed_pink_head2.png differ diff --git a/homedecor/textures/homedecor_bed_pink_inv.png b/homedecor/textures/homedecor_bed_pink_inv.png new file mode 100644 index 00000000..8bb75daa Binary files /dev/null and b/homedecor/textures/homedecor_bed_pink_inv.png differ diff --git a/homedecor/textures/homedecor_bed_pink_side1.png b/homedecor/textures/homedecor_bed_pink_side1.png new file mode 100644 index 00000000..adfb1924 Binary files /dev/null and b/homedecor/textures/homedecor_bed_pink_side1.png differ diff --git a/homedecor/textures/homedecor_bed_pink_side2.png b/homedecor/textures/homedecor_bed_pink_side2.png new file mode 100644 index 00000000..8d74335e Binary files /dev/null and b/homedecor/textures/homedecor_bed_pink_side2.png differ diff --git a/homedecor/textures/homedecor_bed_pink_top1.png b/homedecor/textures/homedecor_bed_pink_top1.png new file mode 100644 index 00000000..1553a369 Binary files /dev/null and b/homedecor/textures/homedecor_bed_pink_top1.png differ diff --git a/homedecor/textures/homedecor_bed_pink_top2.png b/homedecor/textures/homedecor_bed_pink_top2.png new file mode 100644 index 00000000..d462864e Binary files /dev/null and b/homedecor/textures/homedecor_bed_pink_top2.png differ diff --git a/homedecor/textures/homedecor_bed_red_foot1.png b/homedecor/textures/homedecor_bed_red_foot1.png index 9bbe930d..12904df2 100644 Binary files a/homedecor/textures/homedecor_bed_red_foot1.png and b/homedecor/textures/homedecor_bed_red_foot1.png differ diff --git a/homedecor/textures/homedecor_bed_red_inv.png b/homedecor/textures/homedecor_bed_red_inv.png index c4c040ad..7e5a4f37 100644 Binary files a/homedecor/textures/homedecor_bed_red_inv.png and b/homedecor/textures/homedecor_bed_red_inv.png differ diff --git a/homedecor/textures/homedecor_bed_red_side1.png b/homedecor/textures/homedecor_bed_red_side1.png index 9796ee8b..d92f5069 100644 Binary files a/homedecor/textures/homedecor_bed_red_side1.png and b/homedecor/textures/homedecor_bed_red_side1.png differ diff --git a/homedecor/textures/homedecor_bed_red_side2.png b/homedecor/textures/homedecor_bed_red_side2.png index ffefa245..3b3f2ef3 100644 Binary files a/homedecor/textures/homedecor_bed_red_side2.png and b/homedecor/textures/homedecor_bed_red_side2.png differ diff --git a/homedecor/textures/homedecor_bed_red_top1.png b/homedecor/textures/homedecor_bed_red_top1.png index f39f7ff4..bf6232a6 100644 Binary files a/homedecor/textures/homedecor_bed_red_top1.png and b/homedecor/textures/homedecor_bed_red_top1.png differ diff --git a/homedecor/textures/homedecor_bed_red_top2.png b/homedecor/textures/homedecor_bed_red_top2.png index 6d010e8a..980b5335 100644 Binary files a/homedecor/textures/homedecor_bed_red_top2.png and b/homedecor/textures/homedecor_bed_red_top2.png differ diff --git a/homedecor/textures/homedecor_bed_violet_foot1.png b/homedecor/textures/homedecor_bed_violet_foot1.png index 98ac857f..c2d4b205 100644 Binary files a/homedecor/textures/homedecor_bed_violet_foot1.png and b/homedecor/textures/homedecor_bed_violet_foot1.png differ diff --git a/homedecor/textures/homedecor_bed_violet_inv.png b/homedecor/textures/homedecor_bed_violet_inv.png index cab38624..f9ec5144 100644 Binary files a/homedecor/textures/homedecor_bed_violet_inv.png and b/homedecor/textures/homedecor_bed_violet_inv.png differ diff --git a/homedecor/textures/homedecor_bed_violet_side1.png b/homedecor/textures/homedecor_bed_violet_side1.png index df93f06d..a23c9f50 100644 Binary files a/homedecor/textures/homedecor_bed_violet_side1.png and b/homedecor/textures/homedecor_bed_violet_side1.png differ diff --git a/homedecor/textures/homedecor_bed_violet_side2.png b/homedecor/textures/homedecor_bed_violet_side2.png index ca0666fe..83974818 100644 Binary files a/homedecor/textures/homedecor_bed_violet_side2.png and b/homedecor/textures/homedecor_bed_violet_side2.png differ diff --git a/homedecor/textures/homedecor_bed_violet_top1.png b/homedecor/textures/homedecor_bed_violet_top1.png index 1e936348..2900a94c 100644 Binary files a/homedecor/textures/homedecor_bed_violet_top1.png and b/homedecor/textures/homedecor_bed_violet_top1.png differ diff --git a/homedecor/textures/homedecor_bed_violet_top2.png b/homedecor/textures/homedecor_bed_violet_top2.png index 1276cea6..56ecf961 100644 Binary files a/homedecor/textures/homedecor_bed_violet_top2.png and b/homedecor/textures/homedecor_bed_violet_top2.png differ diff --git a/homedecor/textures/homedecor_bed_yellow_foot1.png b/homedecor/textures/homedecor_bed_yellow_foot1.png new file mode 100644 index 00000000..814c04df Binary files /dev/null and b/homedecor/textures/homedecor_bed_yellow_foot1.png differ diff --git a/homedecor/textures/homedecor_bed_yellow_foot2.png b/homedecor/textures/homedecor_bed_yellow_foot2.png new file mode 100644 index 00000000..f8da3f03 Binary files /dev/null and b/homedecor/textures/homedecor_bed_yellow_foot2.png differ diff --git a/homedecor/textures/homedecor_bed_yellow_head1.png b/homedecor/textures/homedecor_bed_yellow_head1.png new file mode 100644 index 00000000..7f3837c0 Binary files /dev/null and b/homedecor/textures/homedecor_bed_yellow_head1.png differ diff --git a/homedecor/textures/homedecor_bed_yellow_head2.png b/homedecor/textures/homedecor_bed_yellow_head2.png new file mode 100644 index 00000000..c6ee9e1a Binary files /dev/null and b/homedecor/textures/homedecor_bed_yellow_head2.png differ diff --git a/homedecor/textures/homedecor_bed_yellow_inv.png b/homedecor/textures/homedecor_bed_yellow_inv.png new file mode 100644 index 00000000..efdb6428 Binary files /dev/null and b/homedecor/textures/homedecor_bed_yellow_inv.png differ diff --git a/homedecor/textures/homedecor_bed_yellow_side1.png b/homedecor/textures/homedecor_bed_yellow_side1.png new file mode 100644 index 00000000..945de6b4 Binary files /dev/null and b/homedecor/textures/homedecor_bed_yellow_side1.png differ diff --git a/homedecor/textures/homedecor_bed_yellow_side2.png b/homedecor/textures/homedecor_bed_yellow_side2.png new file mode 100644 index 00000000..3cc5ee9e Binary files /dev/null and b/homedecor/textures/homedecor_bed_yellow_side2.png differ diff --git a/homedecor/textures/homedecor_bed_yellow_top1.png b/homedecor/textures/homedecor_bed_yellow_top1.png new file mode 100644 index 00000000..c839f60f Binary files /dev/null and b/homedecor/textures/homedecor_bed_yellow_top1.png differ diff --git a/homedecor/textures/homedecor_bed_yellow_top2.png b/homedecor/textures/homedecor_bed_yellow_top2.png new file mode 100644 index 00000000..5e10dcf3 Binary files /dev/null and b/homedecor/textures/homedecor_bed_yellow_top2.png differ