Add Packed Ice
This commit is contained in:
parent
968fb061e4
commit
c478a02fb1
@ -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({
|
minetest.register_craft({
|
||||||
output = "xdecor:painting",
|
output = "xdecor:painting",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
@ -427,6 +427,14 @@ xdecor.register("lightbox", {
|
|||||||
sounds = sound.glass
|
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",
|
local flowerstype = { "dandelion_white", "dandelion_yellow", "geranium",
|
||||||
"rose", "tulip", "viola" }
|
"rose", "tulip", "viola" }
|
||||||
|
|
||||||
|
BIN
textures/xdecor_packed_ice.png
Normal file
BIN
textures/xdecor_packed_ice.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 275 B |
Loading…
x
Reference in New Issue
Block a user