re-add candle static images
@ -200,8 +200,8 @@ local function add_candle(col, dcol)
|
||||
minetest.register_node("ethereal:candle" .. col, {
|
||||
description = S(dcol .. "Candle"),
|
||||
drawtype = "plantlike",
|
||||
inventory_image = "ethereal_candle" .. col .. ".png^[sheet:1x4:0,0",
|
||||
wield_image = "ethereal_candle" .. col .. ".png^[sheet:1x4:0,0",
|
||||
inventory_image = "ethereal_candle" .. col .. "_static.png",
|
||||
wield_image = "ethereal_candle" .. col .. "_static.png",
|
||||
tiles = {
|
||||
{
|
||||
name = "ethereal_candle" .. col .. ".png",
|
||||
|
@ -665,7 +665,7 @@ if minetest.settings:get_bool("ethereal.leaf_particles") ~= false then
|
||||
minexptime = 5,
|
||||
maxexptime = 10,
|
||||
minsize = 3,
|
||||
maxsize = 5,
|
||||
maxsize = 4,
|
||||
collisiondetection = false,
|
||||
texture = text,
|
||||
vertical = true,
|
||||
|
BIN
textures/ethereal_candle_black_static.png
Normal file
After Width: | Height: | Size: 185 B |
BIN
textures/ethereal_candle_blue_static.png
Normal file
After Width: | Height: | Size: 185 B |
BIN
textures/ethereal_candle_brown_static.png
Normal file
After Width: | Height: | Size: 186 B |
BIN
textures/ethereal_candle_cyan_static.png
Normal file
After Width: | Height: | Size: 185 B |
BIN
textures/ethereal_candle_dark_green_static.png
Normal file
After Width: | Height: | Size: 186 B |
BIN
textures/ethereal_candle_dark_grey_static.png
Normal file
After Width: | Height: | Size: 186 B |
BIN
textures/ethereal_candle_green_static.png
Normal file
After Width: | Height: | Size: 185 B |
BIN
textures/ethereal_candle_grey_static.png
Normal file
After Width: | Height: | Size: 186 B |
BIN
textures/ethereal_candle_magenta_static.png
Normal file
After Width: | Height: | Size: 186 B |
BIN
textures/ethereal_candle_orange_static.png
Normal file
After Width: | Height: | Size: 185 B |
BIN
textures/ethereal_candle_pink_static.png
Normal file
After Width: | Height: | Size: 185 B |
BIN
textures/ethereal_candle_red_static.png
Normal file
After Width: | Height: | Size: 185 B |
BIN
textures/ethereal_candle_static.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
textures/ethereal_candle_violet_static.png
Normal file
After Width: | Height: | Size: 185 B |
BIN
textures/ethereal_candle_yellow_static.png
Normal file
After Width: | Height: | Size: 186 B |