Add woodframed glass

pull/1/head
kilbith 2015-06-12 12:37:35 +02:00
parent 669d495742
commit f512bb7d00
4 changed files with 10 additions and 0 deletions

View File

@ -123,6 +123,11 @@ minetest.register_craft({ output = "xdecor:workbench", recipe = {
{"group:wood", "group:wood", "group:wood"},
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
{"group:wood", "group:wood", "group:wood"} } })
minetest.register_craft({ output = "xdecor:woodframed_glass", recipe = {
{"group:stick", "group:stick", "group:stick"},
{"group:stick", "default:glass", "group:stick"},
{"group:stick", "group:stick", "group:stick"} } })
minetest.register_craft({ output = "xdecor:wood_tile 2", recipe = {
{"group:wood", "group:wood"},

View File

@ -226,6 +226,11 @@ xdecor.register("tv", {
"xdecor_television_back.png",
{name="xdecor_television_front_animated.png",
animation = {type="vertical_frames", length=80.0}}} })
xdecor.register("woodframed_glass", {
description = "Wood Framed Glass", drawtype = "glasslike_framed_optional",
tiles = {"xdecor_framed_glass.png", "xdecor_framed_glass_detail.png"},
groups = {snappy=3}, sounds = default.node_sound_glass_defaults() })
xdecor.register("wood_tile", {
description = "Wood Tile", tiles = {"xdecor_wood_tile.png"},

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B