New bottom texture of cauldron+enchant/craftbench
This commit is contained in:
parent
e39cfeae84
commit
2b41a41052
@ -247,7 +247,7 @@ xdecor.register("cauldron_empty", {
|
|||||||
groups = {cracky=2, oddly_breakable_by_hand=1,cauldron=1},
|
groups = {cracky=2, oddly_breakable_by_hand=1,cauldron=1},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
on_rotate = screwdriver.rotate_simple,
|
on_rotate = screwdriver.rotate_simple,
|
||||||
tiles = {"xdecor_cauldron_top_empty.png", "xdecor_cauldron_sides.png"},
|
tiles = {"xdecor_cauldron_top_empty.png", "xdecor_cauldron_bottom.png", "xdecor_cauldron_sides.png"},
|
||||||
sounds = default.node_sound_metal_defaults(),
|
sounds = default.node_sound_metal_defaults(),
|
||||||
collision_box = xdecor.pixelbox(16, cauldron.cbox),
|
collision_box = xdecor.pixelbox(16, cauldron.cbox),
|
||||||
on_rightclick = cauldron.filling,
|
on_rightclick = cauldron.filling,
|
||||||
@ -264,7 +264,7 @@ xdecor.register("cauldron_idle", {
|
|||||||
groups = {cracky=2, oddly_breakable_by_hand=1, not_in_creative_inventory=1,cauldron=2},
|
groups = {cracky=2, oddly_breakable_by_hand=1, not_in_creative_inventory=1,cauldron=2},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
on_rotate = screwdriver.rotate_simple,
|
on_rotate = screwdriver.rotate_simple,
|
||||||
tiles = {"xdecor_cauldron_top_idle.png", "xdecor_cauldron_sides.png"},
|
tiles = {"xdecor_cauldron_top_idle.png", "xdecor_cauldron_bottom.png", "xdecor_cauldron_sides.png"},
|
||||||
sounds = default.node_sound_metal_defaults(),
|
sounds = default.node_sound_metal_defaults(),
|
||||||
drop = "xdecor:cauldron_empty",
|
drop = "xdecor:cauldron_empty",
|
||||||
collision_box = xdecor.pixelbox(16, cauldron.cbox),
|
collision_box = xdecor.pixelbox(16, cauldron.cbox),
|
||||||
@ -278,7 +278,7 @@ xdecor.register("cauldron_idle_river_water", {
|
|||||||
groups = {cracky=2, oddly_breakable_by_hand=1, not_in_creative_inventory=1,cauldron=2},
|
groups = {cracky=2, oddly_breakable_by_hand=1, not_in_creative_inventory=1,cauldron=2},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
on_rotate = screwdriver.rotate_simple,
|
on_rotate = screwdriver.rotate_simple,
|
||||||
tiles = {"xdecor_cauldron_top_idle_river_water.png", "xdecor_cauldron_sides.png"},
|
tiles = {"xdecor_cauldron_top_idle_river_water.png", "xdecor_cauldron_bottom.png", "xdecor_cauldron_sides.png"},
|
||||||
sounds = default.node_sound_metal_defaults(),
|
sounds = default.node_sound_metal_defaults(),
|
||||||
drop = "xdecor:cauldron_empty",
|
drop = "xdecor:cauldron_empty",
|
||||||
collision_box = xdecor.pixelbox(16, cauldron.cbox),
|
collision_box = xdecor.pixelbox(16, cauldron.cbox),
|
||||||
@ -293,7 +293,7 @@ xdecor.register("cauldron_idle_soup", {
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
on_rotate = screwdriver.rotate_simple,
|
on_rotate = screwdriver.rotate_simple,
|
||||||
drop = "xdecor:cauldron_empty",
|
drop = "xdecor:cauldron_empty",
|
||||||
tiles = {"xdecor_cauldron_top_idle_soup.png", "xdecor_cauldron_sides.png"},
|
tiles = {"xdecor_cauldron_top_idle_soup.png", "xdecor_cauldron_bottom.png", "xdecor_cauldron_sides.png"},
|
||||||
sounds = default.node_sound_metal_defaults(),
|
sounds = default.node_sound_metal_defaults(),
|
||||||
collision_box = xdecor.pixelbox(16, cauldron.cbox),
|
collision_box = xdecor.pixelbox(16, cauldron.cbox),
|
||||||
on_construct = function(pos)
|
on_construct = function(pos)
|
||||||
@ -320,6 +320,7 @@ xdecor.register("cauldron_boiling", {
|
|||||||
name = "xdecor_cauldron_top_anim_boiling_water.png",
|
name = "xdecor_cauldron_top_anim_boiling_water.png",
|
||||||
animation = {type = "vertical_frames", length = 3.0}
|
animation = {type = "vertical_frames", length = 3.0}
|
||||||
},
|
},
|
||||||
|
"xdecor_cauldron_bottom.png",
|
||||||
"xdecor_cauldron_sides.png"
|
"xdecor_cauldron_sides.png"
|
||||||
},
|
},
|
||||||
sounds = default.node_sound_metal_defaults(),
|
sounds = default.node_sound_metal_defaults(),
|
||||||
@ -344,6 +345,7 @@ xdecor.register("cauldron_boiling_river_water", {
|
|||||||
name = "xdecor_cauldron_top_anim_boiling_river_water.png",
|
name = "xdecor_cauldron_top_anim_boiling_river_water.png",
|
||||||
animation = {type = "vertical_frames", length = 3.0}
|
animation = {type = "vertical_frames", length = 3.0}
|
||||||
},
|
},
|
||||||
|
"xdecor_cauldron_bottom.png",
|
||||||
"xdecor_cauldron_sides.png"
|
"xdecor_cauldron_sides.png"
|
||||||
},
|
},
|
||||||
sounds = default.node_sound_metal_defaults(),
|
sounds = default.node_sound_metal_defaults(),
|
||||||
@ -370,6 +372,7 @@ xdecor.register("cauldron_soup", {
|
|||||||
name = "xdecor_cauldron_top_anim_soup.png",
|
name = "xdecor_cauldron_top_anim_soup.png",
|
||||||
animation = {type = "vertical_frames", length = 3.0}
|
animation = {type = "vertical_frames", length = 3.0}
|
||||||
},
|
},
|
||||||
|
"xdecor_cauldron_bottom.png",
|
||||||
"xdecor_cauldron_sides.png"
|
"xdecor_cauldron_sides.png"
|
||||||
},
|
},
|
||||||
sounds = default.node_sound_metal_defaults(),
|
sounds = default.node_sound_metal_defaults(),
|
||||||
|
@ -310,7 +310,7 @@ xdecor.register("workbench", {
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
tiles = {
|
tiles = {
|
||||||
"xdecor_workbench_top.png","xdecor_workbench_top.png",
|
"xdecor_workbench_top.png","xdecor_workbench_bottom.png",
|
||||||
"xdecor_workbench_sides.png", "xdecor_workbench_sides.png",
|
"xdecor_workbench_sides.png", "xdecor_workbench_sides.png",
|
||||||
"xdecor_workbench_front.png", "xdecor_workbench_front.png"
|
"xdecor_workbench_front.png", "xdecor_workbench_front.png"
|
||||||
},
|
},
|
||||||
|
BIN
textures/xdecor_cauldron_bottom.png
Normal file
BIN
textures/xdecor_cauldron_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 153 B |
Binary file not shown.
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 785 B |
BIN
textures/xdecor_workbench_bottom.png
Normal file
BIN
textures/xdecor_workbench_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 648 B |
Loading…
x
Reference in New Issue
Block a user