some stuff
@ -470,3 +470,14 @@ minetest.register_node("decoblocks:candle", {
|
|||||||
groups = {choppy = 1, oddly_breakable_by_hand = 1},
|
groups = {choppy = 1, oddly_breakable_by_hand = 1},
|
||||||
sounds = default.node_sound_wood_defaults()
|
sounds = default.node_sound_wood_defaults()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_node("decoblocks:paper_lantern", {
|
||||||
|
description = "Paper Lantern",
|
||||||
|
tiles = {"decoblocks_paper_lantern_top.png", "decoblocks_paper_lantern_top.png", "decoblocks_paper_lantern.png"},
|
||||||
|
paramtype = "light",
|
||||||
|
light_source = 13,
|
||||||
|
is_ground_content = false,
|
||||||
|
groups = {tree = 1, choppy = 2, oddly_breakable_by_hand = 1, flammable = 2},
|
||||||
|
sounds = default.node_sound_wood_defaults(),
|
||||||
|
|
||||||
|
})
|
Before Width: | Height: | Size: 716 B After Width: | Height: | Size: 849 B |
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 722 B |
Before Width: | Height: | Size: 614 B After Width: | Height: | Size: 651 B |
BIN
mods/decoblocks/textures/decoblocks_paper_lantern.png
Normal file
After Width: | Height: | Size: 379 B |
BIN
mods/decoblocks/textures/decoblocks_paper_lantern_top.png
Normal file
After Width: | Height: | Size: 802 B |
Before Width: | Height: | Size: 141 B After Width: | Height: | Size: 433 B |