Update bed textures

This commit is contained in:
Wuzzy 2017-07-20 21:05:19 +02:00
parent e65029394f
commit fb65eefdaa
11 changed files with 11 additions and 4 deletions

View File

@ -27,16 +27,16 @@ for c=1, #colors do
wield_image = "mcl_beds_bed_"..colorid..".png",
tiles = {
bottom = {
"mcl_beds_bed_top_bottom_"..colorid..".png",
"mcl_beds_bed_bottom_bottom.png",
"mcl_beds_bed_top_bottom_"..colorid..".png^[transformR90",
"default_wood.png^mcl_beds_bed_bottom_bottom.png",
"mcl_beds_bed_side_bottom_r_"..colorid..".png",
"mcl_beds_bed_side_bottom_r_"..colorid..".png^[transformfx",
"mcl_beds_bed_side_top_"..colorid..".png",
"mcl_beds_bed_side_bottom_"..colorid..".png"
},
top = {
"mcl_beds_bed_top_top_"..colorid..".png",
"mcl_beds_bed_bottom_top.png",
"mcl_beds_bed_top_top_"..colorid..".png^[transformR90",
"default_wood.png^mcl_beds_bed_bottom_top.png",
"mcl_beds_bed_side_top_r_"..colorid..".png",
"mcl_beds_bed_side_top_r_"..colorid..".png^[transformfx",
"mcl_beds_bed_side_top_"..colorid..".png",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 913 B

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 886 B

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 B

After

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 624 B

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 661 B

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 707 B

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 364 B

View File

@ -765,3 +765,10 @@ Source path,Source file,Target path,Target file,xs,ys,xl,yl,xt,yt
/assets/minecraft/textures/items,flower_pot.png,/mods/ITEMS/mcl_flowerpots/textures,mcl_flowerpots_flowerpot_inventory.png,,,,,,
/assets/minecraft/textures/gui,widgets.png,/mods/HUD/mcl_inventory/textures,gui_hotbar.png,0,0,182,22,0,0
/assets/minecraft/textures/gui,widgets.png,/mods/HUD/mcl_inventory/textures,gui_hotbar_selected.png,0,22,24,24,0,0
/assets/minecraft/textures/blocks,bed_feet_end.png,/mods/ITEMS/mcl_beds/textures,mcl_beds_bed_side_bottom_red.png,,,,,,
/assets/minecraft/textures/blocks,bed_feet_side.png,/mods/ITEMS/mcl_beds/textures,mcl_beds_bed_side_bottom_r_red.png,,,,,,
/assets/minecraft/textures/blocks,bed_feet_top.png,/mods/ITEMS/mcl_beds/textures,mcl_beds_bed_top_bottom_red.png,,,,,,
/assets/minecraft/textures/blocks,bed_head_end.png,/mods/ITEMS/mcl_beds/textures,mcl_beds_bed_top_bottom_r_red.png,,,,,,
/assets/minecraft/textures/blocks,bed_head_end_tall.png,/mods/ITEMS/mcl_beds/textures,mcl_beds_bed_side_top_red.png,,,,,,
/assets/minecraft/textures/blocks,bed_head_side.png,/mods/ITEMS/mcl_beds/textures,mcl_beds_bed_side_top_r_red.png,,,,,,
/assets/minecraft/textures/blocks,bed_head_top.png,/mods/ITEMS/mcl_beds/textures,mcl_beds_bed_top_top_red.png,,,,,,

1 Source path Source file Target path Target file xs ys xl yl xt yt
765 /assets/minecraft/textures/items flower_pot.png /mods/ITEMS/mcl_flowerpots/textures mcl_flowerpots_flowerpot_inventory.png
766 /assets/minecraft/textures/gui widgets.png /mods/HUD/mcl_inventory/textures gui_hotbar.png 0 0 182 22 0 0
767 /assets/minecraft/textures/gui widgets.png /mods/HUD/mcl_inventory/textures gui_hotbar_selected.png 0 22 24 24 0 0
768 /assets/minecraft/textures/blocks bed_feet_end.png /mods/ITEMS/mcl_beds/textures mcl_beds_bed_side_bottom_red.png
769 /assets/minecraft/textures/blocks bed_feet_side.png /mods/ITEMS/mcl_beds/textures mcl_beds_bed_side_bottom_r_red.png
770 /assets/minecraft/textures/blocks bed_feet_top.png /mods/ITEMS/mcl_beds/textures mcl_beds_bed_top_bottom_red.png
771 /assets/minecraft/textures/blocks bed_head_end.png /mods/ITEMS/mcl_beds/textures mcl_beds_bed_top_bottom_r_red.png
772 /assets/minecraft/textures/blocks bed_head_end_tall.png /mods/ITEMS/mcl_beds/textures mcl_beds_bed_side_top_red.png
773 /assets/minecraft/textures/blocks bed_head_side.png /mods/ITEMS/mcl_beds/textures mcl_beds_bed_side_top_r_red.png
774 /assets/minecraft/textures/blocks bed_head_top.png /mods/ITEMS/mcl_beds/textures mcl_beds_bed_top_top_red.png