make living logs have same texture as dead logs.

This commit is contained in:
trans_soup 2023-10-17 10:29:59 +02:00
parent aaeef448f0
commit 18117daade

View file

@ -14,9 +14,9 @@ blockgame.register_node(modname .. ":log", {
blockgame.register_node(modname .. ":log_alive", {
description = "Living Log",
tiles = {
modname .. "_log_top_alive.png",
modname .. "_log_top_alive.png",
modname .. "_log_alive.png",
modname .. "_log_top.png",
modname .. "_log_top.png",
modname .. "_log.png",
},
groups = {
woody = 1,