Add Packed Ice

This commit is contained in:
jp 2015-08-17 20:35:32 +02:00
parent 968fb061e4
commit c478a02fb1
3 changed files with 16 additions and 0 deletions

View File

@ -257,6 +257,14 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "xdecor:packed_ice",
recipe = {
{"default:ice", "default:ice"},
{"default:ice", "default:ice"}
}
})
minetest.register_craft({
output = "xdecor:painting",
recipe = {

View File

@ -427,6 +427,14 @@ xdecor.register("lightbox", {
sounds = sound.glass
})
xdecor.register("packed_ice", {
drawtype = "normal",
description = "Packed Ice",
tiles = {"xdecor_packed_ice.png"},
groups = {cracky=2},
sounds = sound.glass
})
local flowerstype = { "dandelion_white", "dandelion_yellow", "geranium",
"rose", "tulip", "viola" }

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B