diff --git a/homedecor/crafts.lua b/homedecor/crafts.lua index 2ab4e2e..a807187 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 edc4d70..0f2af8a 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 edddd8a..5179254 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 0000000..21b269b 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 0000000..f8da3f0 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 0000000..312208d 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 0000000..7e44049 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 0000000..5171ee2 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 0000000..aeb17e9 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 0000000..d76e319 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 0000000..9884dfd 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 0000000..d49babb 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 0000000..0faadb7 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 0000000..f8da3f0 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 0000000..2bc02b2 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 0000000..2ef9d77 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 0000000..db10cc3 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 0000000..e301ae6 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 0000000..9d36d23 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 0000000..ca55c23 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 0000000..f28f7f3 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 013f3b0..ae80ebf 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 5e014c3..069b45b 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 483c22f..0063eb2 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 dd30cc2..86aa01f 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 6a1fb46..5da84f1 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 44aacdf..25b633a 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 0000000..089c96c 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 0000000..f8da3f0 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 0000000..d103fb6 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 0000000..79ab39f 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 0000000..13a00d5 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 0000000..ca10c08 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 0000000..70213df 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 0000000..49cfbe2 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 0000000..9db4d35 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 0000000..850b3e8 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 0000000..f8da3f0 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 0000000..5bf9bd5 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 0000000..6ce59c1 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 0000000..8bb75da 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 0000000..adfb192 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 0000000..8d74335 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 0000000..1553a36 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 0000000..d462864 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 9bbe930..12904df 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 c4c040a..7e5a4f3 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 9796ee8..d92f506 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 ffefa24..3b3f2ef 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 f39f7ff..bf6232a 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 6d010e8..980b533 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 98ac857..c2d4b20 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 cab3862..f9ec514 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 df93f06..a23c9f5 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 ca0666f..8397481 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 1e93634..2900a94 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 1276cea..56ecf96 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 0000000..814c04d 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 0000000..f8da3f0 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 0000000..7f3837c 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 0000000..c6ee9e1 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 0000000..efdb642 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 0000000..945de6b 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 0000000..3cc5ee9 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 0000000..c839f60 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 0000000..5e10dcf Binary files /dev/null and b/homedecor/textures/homedecor_bed_yellow_top2.png differ