diff --git a/extra.lua b/extra.lua index b883b51..2b1fdbd 100644 --- a/extra.lua +++ b/extra.lua @@ -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", diff --git a/leaves.lua b/leaves.lua index 64c44ef..11a6afa 100644 --- a/leaves.lua +++ b/leaves.lua @@ -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, diff --git a/textures/ethereal_candle_black_static.png b/textures/ethereal_candle_black_static.png new file mode 100644 index 0000000..feb5279 Binary files /dev/null and b/textures/ethereal_candle_black_static.png differ diff --git a/textures/ethereal_candle_blue_static.png b/textures/ethereal_candle_blue_static.png new file mode 100644 index 0000000..9b41d48 Binary files /dev/null and b/textures/ethereal_candle_blue_static.png differ diff --git a/textures/ethereal_candle_brown_static.png b/textures/ethereal_candle_brown_static.png new file mode 100644 index 0000000..553b6bf Binary files /dev/null and b/textures/ethereal_candle_brown_static.png differ diff --git a/textures/ethereal_candle_cyan_static.png b/textures/ethereal_candle_cyan_static.png new file mode 100644 index 0000000..e3bf7f0 Binary files /dev/null and b/textures/ethereal_candle_cyan_static.png differ diff --git a/textures/ethereal_candle_dark_green_static.png b/textures/ethereal_candle_dark_green_static.png new file mode 100644 index 0000000..de809e4 Binary files /dev/null and b/textures/ethereal_candle_dark_green_static.png differ diff --git a/textures/ethereal_candle_dark_grey_static.png b/textures/ethereal_candle_dark_grey_static.png new file mode 100644 index 0000000..229e8bf Binary files /dev/null and b/textures/ethereal_candle_dark_grey_static.png differ diff --git a/textures/ethereal_candle_green_static.png b/textures/ethereal_candle_green_static.png new file mode 100644 index 0000000..2707787 Binary files /dev/null and b/textures/ethereal_candle_green_static.png differ diff --git a/textures/ethereal_candle_grey_static.png b/textures/ethereal_candle_grey_static.png new file mode 100644 index 0000000..c3c46aa Binary files /dev/null and b/textures/ethereal_candle_grey_static.png differ diff --git a/textures/ethereal_candle_magenta_static.png b/textures/ethereal_candle_magenta_static.png new file mode 100644 index 0000000..98a1621 Binary files /dev/null and b/textures/ethereal_candle_magenta_static.png differ diff --git a/textures/ethereal_candle_orange_static.png b/textures/ethereal_candle_orange_static.png new file mode 100644 index 0000000..62a531e Binary files /dev/null and b/textures/ethereal_candle_orange_static.png differ diff --git a/textures/ethereal_candle_pink_static.png b/textures/ethereal_candle_pink_static.png new file mode 100644 index 0000000..3d6ebcc Binary files /dev/null and b/textures/ethereal_candle_pink_static.png differ diff --git a/textures/ethereal_candle_red_static.png b/textures/ethereal_candle_red_static.png new file mode 100644 index 0000000..283930d Binary files /dev/null and b/textures/ethereal_candle_red_static.png differ diff --git a/textures/ethereal_candle_static.png b/textures/ethereal_candle_static.png new file mode 100644 index 0000000..d907192 Binary files /dev/null and b/textures/ethereal_candle_static.png differ diff --git a/textures/ethereal_candle_violet_static.png b/textures/ethereal_candle_violet_static.png new file mode 100644 index 0000000..1ca289d Binary files /dev/null and b/textures/ethereal_candle_violet_static.png differ diff --git a/textures/ethereal_candle_yellow_static.png b/textures/ethereal_candle_yellow_static.png new file mode 100644 index 0000000..115ff7a Binary files /dev/null and b/textures/ethereal_candle_yellow_static.png differ