Add Light Box

This commit is contained in:
jp 2015-08-08 00:37:31 +02:00
parent db3488a820
commit 5024ced4d1
3 changed files with 17 additions and 0 deletions

View File

@ -214,6 +214,15 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "xdecor:lightbox",
recipe = {
{"group:stick", "default:torch", "group:stick"},
{"group:stick", "default:glass", "group:stick"},
{"group:stick", "default:torch", "group:stick"}
}
})
minetest.register_craft({
output = "xdecor:mailbox",
recipe = {

View File

@ -381,6 +381,14 @@ xdecor.register("lantern", {
}
})
xdecor.register("lightbox", {
description = "Light Box",
tiles = {"xdecor_lightbox.png"},
groups = {cracky=3},
light_source = 13,
sounds = xdecor.glass
})
local flowerstype = { "dandelion_white", "dandelion_yellow", "geranium",
"rose", "tulip", "viola" }

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B