Update bed textures
|
@ -27,16 +27,16 @@ for c=1, #colors do
|
||||||
wield_image = "mcl_beds_bed_"..colorid..".png",
|
wield_image = "mcl_beds_bed_"..colorid..".png",
|
||||||
tiles = {
|
tiles = {
|
||||||
bottom = {
|
bottom = {
|
||||||
"mcl_beds_bed_top_bottom_"..colorid..".png",
|
"mcl_beds_bed_top_bottom_"..colorid..".png^[transformR90",
|
||||||
"mcl_beds_bed_bottom_bottom.png",
|
"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",
|
||||||
"mcl_beds_bed_side_bottom_r_"..colorid..".png^[transformfx",
|
"mcl_beds_bed_side_bottom_r_"..colorid..".png^[transformfx",
|
||||||
"mcl_beds_bed_side_top_"..colorid..".png",
|
"mcl_beds_bed_side_top_"..colorid..".png",
|
||||||
"mcl_beds_bed_side_bottom_"..colorid..".png"
|
"mcl_beds_bed_side_bottom_"..colorid..".png"
|
||||||
},
|
},
|
||||||
top = {
|
top = {
|
||||||
"mcl_beds_bed_top_top_"..colorid..".png",
|
"mcl_beds_bed_top_top_"..colorid..".png^[transformR90",
|
||||||
"mcl_beds_bed_bottom_top.png",
|
"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",
|
||||||
"mcl_beds_bed_side_top_r_"..colorid..".png^[transformfx",
|
"mcl_beds_bed_side_top_r_"..colorid..".png^[transformfx",
|
||||||
"mcl_beds_bed_side_top_"..colorid..".png",
|
"mcl_beds_bed_side_top_"..colorid..".png",
|
||||||
|
|
Before Width: | Height: | Size: 913 B After Width: | Height: | Size: 148 B |
Before Width: | Height: | Size: 886 B After Width: | Height: | Size: 141 B |
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 499 B |
Before Width: | Height: | Size: 624 B After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 661 B After Width: | Height: | Size: 291 B |
Before Width: | Height: | Size: 707 B After Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 807 B After Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 364 B |
|
@ -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/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.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/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,,,,,,
|
||||||
|
|
|