summaryrefslogtreecommitdiff
path: root/homedecor_pictures_and_paintings
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2019-04-24 18:59:36 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2019-04-24 18:59:36 -0400
commita5eef1c5de77fa7770877802e66c3e1c53f9a0da (patch)
tree0f36e64a58e5f5bb7d95be6ae692f58f2ebfe483 /homedecor_pictures_and_paintings
parentdda854cf06f90a04a03844e19c4d4ad220e38fe4 (diff)
downloaddreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.tar
dreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.tar.gz
dreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.tar.bz2
dreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.tar.xz
dreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.zip
update castles, areas, homedecor, plantlife,
gloopblocks, hotbar, inspector, maptools, mesecons, moreblocks, moreores, technic, teleport_request, and worldedit switched to caverealms_lite (with minor fixes by me) switched to CWz's fork of player_textures The homedecor update brings in the big split, and will require you to re-enable all modpack components in order to avoid loss of content.
Diffstat (limited to 'homedecor_pictures_and_paintings')
-rw-r--r--homedecor_pictures_and_paintings/depends.txt3
-rw-r--r--homedecor_pictures_and_paintings/init.lua162
-rw-r--r--homedecor_pictures_and_paintings/models/homedecor_painting.obj111
-rw-r--r--homedecor_pictures_and_paintings/models/homedecor_picture_frame.obj135
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_blank_canvas.pngbin0 -> 2435 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting1.pngbin0 -> 9123 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting10.pngbin0 -> 9038 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting11.pngbin0 -> 6779 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting12.pngbin0 -> 8922 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting13.pngbin0 -> 6264 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting14.pngbin0 -> 5304 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting15.pngbin0 -> 5343 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting16.pngbin0 -> 6368 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting17.pngbin0 -> 5741 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting18.pngbin0 -> 7218 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting19.pngbin0 -> 7925 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting2.pngbin0 -> 8266 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting20.pngbin0 -> 8526 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting3.pngbin0 -> 9868 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting4.pngbin0 -> 8410 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting5.pngbin0 -> 9083 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting6.pngbin0 -> 8832 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting7.pngbin0 -> 9445 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting8.pngbin0 -> 7524 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting9.pngbin0 -> 7360 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_painting_back.pngbin0 -> 2681 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_picture_frame1_inv.pngbin0 -> 5058 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_picture_frame2_inv.pngbin0 -> 5126 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_picture_frame_back.pngbin0 -> 172 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_picture_frame_image1.pngbin0 -> 10487 bytes
-rw-r--r--homedecor_pictures_and_paintings/textures/homedecor_picture_frame_image2.pngbin0 -> 8635 bytes
31 files changed, 411 insertions, 0 deletions
diff --git a/homedecor_pictures_and_paintings/depends.txt b/homedecor_pictures_and_paintings/depends.txt
new file mode 100644
index 0000000..d0de51e
--- /dev/null
+++ b/homedecor_pictures_and_paintings/depends.txt
@@ -0,0 +1,3 @@
+homedecor_common
+default
+dye
diff --git a/homedecor_pictures_and_paintings/init.lua b/homedecor_pictures_and_paintings/init.lua
new file mode 100644
index 0000000..6608107
--- /dev/null
+++ b/homedecor_pictures_and_paintings/init.lua
@@ -0,0 +1,162 @@
+local S = homedecor.gettext
+
+local pframe_cbox = {
+ type = "fixed",
+ fixed = { -0.18, -0.5, -0.08, 0.18, -0.08, 0.18 }
+}
+local n = { 1, 2 }
+
+for _, i in ipairs(n) do
+ homedecor.register("picture_frame"..i, {
+ description = S("Picture Frame "..i),
+ mesh = "homedecor_picture_frame.obj",
+ tiles = {
+ "homedecor_picture_frame_image"..i..".png",
+ homedecor.lux_wood,
+ "homedecor_picture_frame_back.png",
+ },
+ inventory_image = "homedecor_picture_frame"..i.."_inv.png",
+ wield_image = "homedecor_picture_frame"..i.."_inv.png",
+ groups = {snappy = 3},
+ selection_box = pframe_cbox,
+ walkable = false,
+ sounds = default.node_sound_glass_defaults()
+ })
+end
+
+local p_cbox = {
+ type = "fixed",
+ fixed = {
+ { -0.5, -0.5, 0.4375, 0.5, 0.5, 0.5 }
+ }
+}
+
+for i = 1,20 do
+ homedecor.register("painting_"..i, {
+ description = S("Decorative painting #@1", i),
+ mesh = "homedecor_painting.obj",
+ tiles = {
+ "default_wood.png",
+ "homedecor_blank_canvas.png",
+ "homedecor_painting"..i..".png"
+ },
+ selection_box = p_cbox,
+ walkable = false,
+ groups = {snappy=3},
+ sounds = default.node_sound_wood_defaults(),
+ })
+end
+
+-- crafting
+
+minetest.register_craftitem(":homedecor:blank_canvas", {
+ description = S("Blank Canvas"),
+ inventory_image = "homedecor_blank_canvas.png"
+})
+
+-- paintings
+
+minetest.register_craft({
+ output = "homedecor:blank_canvas",
+ recipe = {
+ { "", "group:stick", "" },
+ { "group:stick", "wool:white", "group:stick" },
+ { "", "group:stick", "" },
+ }
+})
+
+local painting_patterns = {
+ [1] = { { "brown", "red", "brown" },
+ { "dark_green", "red", "green" } },
+
+ [2] = { { "green", "yellow", "green" },
+ { "green", "yellow", "green" } },
+
+ [3] = { { "green", "pink", "green" },
+ { "brown", "pink", "brown" } },
+
+ [4] = { { "black", "orange", "grey" },
+ { "dark_green", "orange", "orange" } },
+
+ [5] = { { "blue", "orange", "yellow" },
+ { "green", "red", "brown" } },
+
+ [6] = { { "green", "red", "orange" },
+ { "orange", "yellow", "green" } },
+
+ [7] = { { "blue", "dark_green", "dark_green" },
+ { "green", "grey", "green" } },
+
+ [8] = { { "blue", "blue", "blue" },
+ { "green", "green", "green" } },
+
+ [9] = { { "blue", "blue", "dark_green" },
+ { "green", "grey", "dark_green" } },
+
+ [10] = { { "green", "white", "green" },
+ { "dark_green", "white", "dark_green" } },
+
+ [11] = { { "blue", "white", "blue" },
+ { "blue", "grey", "dark_green" } },
+
+ [12] = { { "green", "green", "green" },
+ { "grey", "grey", "green" } },
+
+ [13] = { { "blue", "blue", "grey" },
+ { "dark_green", "white", "white" } },
+
+ [14] = { { "red", "yellow", "blue" },
+ { "blue", "green", "violet" } },
+
+ [15] = { { "blue", "yellow", "blue" },
+ { "black", "black", "black" } },
+
+ [16] = { { "red", "orange", "blue" },
+ { "black", "dark_grey", "grey" } },
+
+ [17] = { { "orange", "yellow", "orange" },
+ { "black", "black", "black" } },
+
+ [18] = { { "grey", "dark_green", "grey" },
+ { "white", "white", "white" } },
+
+ [19] = { { "white", "brown", "green" },
+ { "green", "brown", "brown" } },
+
+ [20] = { { "blue", "blue", "blue" },
+ { "red", "brown", "grey" } }
+}
+
+for i,recipe in pairs(painting_patterns) do
+
+ local item1 = "dye:"..recipe[1][1]
+ local item2 = "dye:"..recipe[1][2]
+ local item3 = "dye:"..recipe[1][3]
+ local item4 = "dye:"..recipe[2][1]
+ local item5 = "dye:"..recipe[2][2]
+ local item6 = "dye:"..recipe[2][3]
+
+ minetest.register_craft({
+ output = "homedecor:painting_"..i,
+ recipe = {
+ { item1, item2, item3 },
+ { item4, item5, item6 },
+ {"", "homedecor:blank_canvas", "" }
+ }
+ })
+end
+
+local picture_dyes = {
+ {"dye:brown", "dye:green"}, -- the figure sitting by the tree, wielding a pick
+ {"dye:green", "dye:blue"} -- the "family photo"
+}
+
+for i in ipairs(picture_dyes) do
+ minetest.register_craft({
+ output = "homedecor:picture_frame"..i,
+ recipe = {
+ { picture_dyes[i][1], picture_dyes[i][2] },
+ { "homedecor:blank_canvas", "group:stick" },
+ },
+ })
+end
diff --git a/homedecor_pictures_and_paintings/models/homedecor_painting.obj b/homedecor_pictures_and_paintings/models/homedecor_painting.obj
new file mode 100644
index 0000000..bcf4c1e
--- /dev/null
+++ b/homedecor_pictures_and_paintings/models/homedecor_painting.obj
@@ -0,0 +1,111 @@
+# Blender v2.73 (sub 0) OBJ File: 'painting.blend'
+# www.blender.org
+o Cylinder
+v -0.500000 -0.500000 0.500000
+v -0.500000 -0.500000 0.437500
+v 0.500000 -0.500000 0.437500
+v 0.500000 -0.500000 0.500000
+v -0.500000 0.500000 0.500000
+v -0.500000 0.500000 0.437500
+v 0.500000 0.500000 0.437500
+v 0.500000 0.500000 0.500000
+v -0.500000 0.468750 0.437500
+v 0.500000 0.468750 0.437500
+v -0.500000 -0.468750 0.437500
+v 0.500000 -0.468750 0.437500
+v -0.468750 0.468750 0.437500
+v -0.468750 -0.468750 0.437500
+v 0.468750 0.468750 0.437500
+v 0.468750 -0.468750 0.437500
+v -0.468750 0.468750 0.468750
+v -0.468750 -0.468750 0.468750
+v 0.468750 0.468750 0.468750
+v 0.468750 -0.468750 0.468750
+v -0.468750 0.468750 0.500000
+v -0.468750 -0.468750 0.500000
+v 0.468750 0.468750 0.500000
+v 0.468750 -0.468750 0.500000
+v -0.500000 -0.468750 0.500000
+v 0.500000 -0.468750 0.500000
+v -0.500000 0.468750 0.500000
+v 0.500000 0.468750 0.500000
+vt 0.250000 1.000000
+vt 0.500000 1.000000
+vt 0.500000 -3.000000
+vt 0.250000 -3.000000
+vt 0.000000 1.000000
+vt 0.000000 -3.000000
+vt 0.250000 1.062500
+vt 0.500000 1.062500
+vt 0.500000 -2.937500
+vt 0.250000 -2.937500
+vt 0.000000 -2.937500
+vt 0.000000 1.062500
+vt 0.375000 1.000000
+vt 0.375000 -3.000000
+vt 0.125000 1.000000
+vt 0.125000 -3.000000
+vt 0.250000 0.875000
+vt 0.250000 -2.875000
+vt 0.375000 -2.875000
+vt 0.375000 0.875000
+vt 0.125000 0.875000
+vt 0.000000 0.875000
+vt 0.000000 -2.875000
+vt 0.125000 -2.875000
+vt 0.750000 -2.875000
+vt 0.500000 -2.875000
+vt 0.500000 0.875000
+vt 0.750000 0.875000
+vt 1.000000 -2.875000
+vt 1.000000 0.875000
+vt 1.000000 -2.812500
+vt 1.000000 0.937500
+vt 0.750000 0.937500
+vt 0.750000 -2.812500
+vt 0.625000 -3.000000
+vt 0.625000 1.000000
+vt 0.750000 1.000000
+vt 0.750000 -3.000000
+vt 1.000000 1.000000
+vt 1.000000 -3.000000
+vt 0.875000 -3.000000
+vt 0.875000 1.000000
+vt 0.500000 -2.812500
+vt 0.500000 0.937500
+vt 0.875000 0.875000
+vt 0.875000 -2.875000
+vt 0.625000 -2.875000
+vt 0.625000 0.875000
+vt 0.031250 0.031250
+vt 0.968750 0.031250
+vt 0.968750 0.968750
+vt 0.031250 0.968750
+vn -1.000000 0.000000 0.000000
+vn 1.000000 0.000000 0.000000
+vn 0.000000 -1.000000 0.000000
+vn 0.000000 1.000000 0.000000
+vn 0.000000 0.000000 -1.000000
+vn 0.000000 0.000000 1.000000
+g Cylinder_Cylinder_wood
+s off
+f 5/1/1 6/2/1 2/3/1 1/4/1
+f 7/1/2 8/5/2 4/6/2 3/4/2
+f 1/7/3 2/8/3 3/9/3 4/10/3
+f 8/11/4 7/10/4 6/7/4 5/12/4
+f 6/3/5 7/2/5 10/13/5 9/14/5
+f 3/15/5 2/16/5 11/4/5 12/1/5
+f 13/17/5 14/18/5 11/19/5 9/20/5
+f 15/21/5 10/22/5 12/23/5 16/24/5
+f 16/25/1 20/26/1 19/27/1 15/28/1
+f 14/29/2 13/30/2 17/28/2 18/25/2
+f 16/31/4 14/32/4 18/33/4 20/34/4
+f 1/35/6 4/36/6 26/37/6 25/38/6
+f 8/39/6 5/40/6 27/41/6 28/42/6
+f 19/43/3 17/44/3 13/33/3 15/34/3
+f 22/25/6 21/28/6 27/45/6 25/46/6
+f 24/47/6 26/26/6 28/27/6 23/48/6
+g Cylinder_Cylinder_canvas
+f 22/49/6 24/50/6 23/51/6 21/52/6
+g Cylinder_Cylinder_picture
+f 18/50/5 17/51/5 19/52/5 20/49/5
diff --git a/homedecor_pictures_and_paintings/models/homedecor_picture_frame.obj b/homedecor_pictures_and_paintings/models/homedecor_picture_frame.obj
new file mode 100644
index 0000000..46e9f15
--- /dev/null
+++ b/homedecor_pictures_and_paintings/models/homedecor_picture_frame.obj
@@ -0,0 +1,135 @@
+# Blender v2.73 (sub 0) OBJ File: 'pictureframe.blend'
+# www.blender.org
+o Cube.001
+v 0.173052 -0.495810 -0.052949
+v 0.172886 -0.499223 -0.033954
+v 0.171698 -0.092877 0.039032
+v 0.171864 -0.089465 0.020037
+v -0.167440 -0.093323 0.035990
+v -0.167274 -0.089911 0.016995
+v 0.147926 -0.118279 0.014651
+v 0.023980 -0.210277 0.016652
+v 0.148946 -0.467059 -0.047994
+v -0.143167 -0.118662 0.012041
+v -0.166085 -0.496255 -0.055991
+v -0.142147 -0.467441 -0.050606
+v 0.148849 -0.469041 -0.036961
+v -0.143264 -0.120644 0.023074
+v -0.142244 -0.469423 -0.039573
+v 0.023869 -0.172444 0.023448
+v 0.147829 -0.120261 0.025685
+v -0.166251 -0.499668 -0.036996
+v -0.022442 -0.210337 0.016236
+v -0.022553 -0.172506 0.023031
+v -0.047003 -0.499354 0.123450
+v -0.047695 -0.499323 0.127967
+v 0.052470 -0.498423 0.124796
+v 0.051783 -0.498230 0.128805
+vt 1.000000 1.000000
+vt 0.000000 1.000000
+vt 0.000000 0.000000
+vt 1.000000 0.000000
+vt 0.821100 0.491529
+vt 0.000000 0.491529
+vt 0.000000 0.444804
+vt 0.821099 0.444804
+vt 0.000000 0.937471
+vt 0.999521 0.937471
+vt 0.928722 0.995633
+vt 0.070799 0.995632
+vt 0.000000 0.933133
+vt 0.070799 0.874973
+vt 0.928725 0.874972
+vt 0.999524 0.933133
+vt 0.000000 0.852545
+vt 0.058161 0.781746
+vt 0.762937 0.781746
+vt 0.821097 0.852545
+vt 0.704776 0.373327
+vt 0.000000 0.373330
+vt 0.000002 0.346187
+vt 0.704777 0.346187
+vt 0.000000 0.569804
+vt 0.999524 0.569804
+vt 0.999523 0.616529
+vt 0.000002 0.616529
+vt 0.762938 0.758795
+vt 0.058162 0.758795
+vt 0.000000 0.687996
+vt 0.821099 0.687996
+vt 0.857926 0.408687
+vt 0.857927 0.435827
+vt 0.000000 0.435830
+vt 0.000001 0.408687
+vt 0.857924 0.404580
+vt 0.000000 0.404579
+vt 0.000000 0.377439
+vt 0.857924 0.377440
+vt 0.821097 0.554029
+vt 0.000000 0.554029
+vt 0.000000 0.507304
+vt 0.821097 0.507304
+vt 0.000002 0.342080
+vt 0.000000 0.314940
+vt 0.704775 0.314940
+vt 0.704777 0.342080
+vt 0.000002 0.632304
+vt 0.999525 0.632304
+vt 0.999526 0.679029
+vt 0.000000 0.679029
+vt 1.000000 0.794897
+vt 0.968292 0.716732
+vt 0.992429 0.003230
+vt 0.598091 1.000000
+vt 0.590222 0.998491
+vt 0.591098 0.768719
+vt 0.598091 0.770223
+vt 0.808277 0.000000
+vt 0.889066 0.000639
+vt 0.936493 0.711728
+vt 0.763359 0.711728
+vt 0.634221 0.001037
+vt 0.715008 0.000000
+vt 0.763359 0.768719
+vt 0.590222 0.768719
+vt 0.936493 0.078064
+vt 0.968292 0.000000
+vt 0.968292 0.793425
+vt 0.961698 0.791145
+vt 0.590222 0.925281
+vt 0.000002 0.925115
+vt 0.590222 0.000169
+vn 0.008600 0.176800 -0.984200
+vn -0.002900 0.984200 0.176800
+vn 0.002900 -0.984200 -0.176800
+vn -1.000000 -0.001300 -0.009000
+vn 1.000000 0.001300 0.009000
+vn -0.987400 0.025800 -0.156400
+vn 0.009900 -0.999600 0.027900
+vn 0.013700 -0.349500 -0.936800
+vn -0.010600 0.306600 0.951800
+vn 0.992400 0.052500 -0.111300
+vn -0.008600 -0.176800 0.984200
+g Cube.001_Cube.001_picture
+s off
+f 14/1/1 17/2/1 13/3/1 15/4/1
+g Cube.001_Cube.001_frame
+f 5/5/2 3/6/2 4/7/2 6/8/2
+f 11/9/1 6/10/1 10/11/1 12/12/1
+f 1/13/1 9/14/1 7/15/1 4/16/1
+f 11/17/1 12/18/1 9/19/1 1/20/1
+f 10/21/3 7/22/3 17/23/3 14/24/3
+f 18/25/4 5/26/4 6/27/4 11/28/4
+f 7/29/1 10/30/1 6/31/1 4/32/1
+f 9/33/4 13/34/4 17/35/4 7/36/4
+f 12/37/5 10/38/5 14/39/5 15/40/5
+f 2/41/3 18/42/3 11/43/3 1/44/3
+f 12/45/2 15/46/2 13/47/2 9/48/2
+f 1/49/5 4/50/5 3/51/5 2/52/5
+g Cube.001_Cube.001_back
+f 20/53/6 19/54/6 21/55/6 22/4/6
+f 22/56/7 21/57/7 23/58/7 24/59/7
+f 19/60/8 8/61/8 23/62/8 21/63/8
+f 16/64/9 20/65/9 22/66/9 24/67/9
+f 8/68/10 16/69/10 24/70/10 23/71/10
+f 18/72/11 2/73/11 3/3/11 5/74/11
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_blank_canvas.png b/homedecor_pictures_and_paintings/textures/homedecor_blank_canvas.png
new file mode 100644
index 0000000..88c0f42
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_blank_canvas.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting1.png b/homedecor_pictures_and_paintings/textures/homedecor_painting1.png
new file mode 100644
index 0000000..be637df
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting1.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting10.png b/homedecor_pictures_and_paintings/textures/homedecor_painting10.png
new file mode 100644
index 0000000..4e1d5fe
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting10.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting11.png b/homedecor_pictures_and_paintings/textures/homedecor_painting11.png
new file mode 100644
index 0000000..5c9133d
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting11.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting12.png b/homedecor_pictures_and_paintings/textures/homedecor_painting12.png
new file mode 100644
index 0000000..04d9e0c
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting12.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting13.png b/homedecor_pictures_and_paintings/textures/homedecor_painting13.png
new file mode 100644
index 0000000..9a9f28c
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting13.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting14.png b/homedecor_pictures_and_paintings/textures/homedecor_painting14.png
new file mode 100644
index 0000000..b7e7080
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting14.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting15.png b/homedecor_pictures_and_paintings/textures/homedecor_painting15.png
new file mode 100644
index 0000000..3e6010f
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting15.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting16.png b/homedecor_pictures_and_paintings/textures/homedecor_painting16.png
new file mode 100644
index 0000000..2e487ef
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting16.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting17.png b/homedecor_pictures_and_paintings/textures/homedecor_painting17.png
new file mode 100644
index 0000000..c4ba281
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting17.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting18.png b/homedecor_pictures_and_paintings/textures/homedecor_painting18.png
new file mode 100644
index 0000000..04b7403
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting18.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting19.png b/homedecor_pictures_and_paintings/textures/homedecor_painting19.png
new file mode 100644
index 0000000..65a3fb3
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting19.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting2.png b/homedecor_pictures_and_paintings/textures/homedecor_painting2.png
new file mode 100644
index 0000000..abb3fa0
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting2.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting20.png b/homedecor_pictures_and_paintings/textures/homedecor_painting20.png
new file mode 100644
index 0000000..f5e6628
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting20.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting3.png b/homedecor_pictures_and_paintings/textures/homedecor_painting3.png
new file mode 100644
index 0000000..55d8b5c
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting3.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting4.png b/homedecor_pictures_and_paintings/textures/homedecor_painting4.png
new file mode 100644
index 0000000..be4268c
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting4.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting5.png b/homedecor_pictures_and_paintings/textures/homedecor_painting5.png
new file mode 100644
index 0000000..c5600de
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting5.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting6.png b/homedecor_pictures_and_paintings/textures/homedecor_painting6.png
new file mode 100644
index 0000000..d296cb6
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting6.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting7.png b/homedecor_pictures_and_paintings/textures/homedecor_painting7.png
new file mode 100644
index 0000000..6f251b8
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting7.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting8.png b/homedecor_pictures_and_paintings/textures/homedecor_painting8.png
new file mode 100644
index 0000000..5944044
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting8.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting9.png b/homedecor_pictures_and_paintings/textures/homedecor_painting9.png
new file mode 100644
index 0000000..c8147c9
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting9.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_painting_back.png b/homedecor_pictures_and_paintings/textures/homedecor_painting_back.png
new file mode 100644
index 0000000..68dbbf5
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_painting_back.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_picture_frame1_inv.png b/homedecor_pictures_and_paintings/textures/homedecor_picture_frame1_inv.png
new file mode 100644
index 0000000..cf74685
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_picture_frame1_inv.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_picture_frame2_inv.png b/homedecor_pictures_and_paintings/textures/homedecor_picture_frame2_inv.png
new file mode 100644
index 0000000..e35af61
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_picture_frame2_inv.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_picture_frame_back.png b/homedecor_pictures_and_paintings/textures/homedecor_picture_frame_back.png
new file mode 100644
index 0000000..9e4489c
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_picture_frame_back.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_picture_frame_image1.png b/homedecor_pictures_and_paintings/textures/homedecor_picture_frame_image1.png
new file mode 100644
index 0000000..6c92937
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_picture_frame_image1.png
Binary files differ
diff --git a/homedecor_pictures_and_paintings/textures/homedecor_picture_frame_image2.png b/homedecor_pictures_and_paintings/textures/homedecor_picture_frame_image2.png
new file mode 100644
index 0000000..689a354
--- /dev/null
+++ b/homedecor_pictures_and_paintings/textures/homedecor_picture_frame_image2.png
Binary files differ