mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-08-03 20:10:20 +02:00
committed by
Vanessa Dannenberg
parent
31bf6b8c40
commit
017326dbed
@ -235,8 +235,6 @@ minetest.register_lbm({
|
||||
local param2 = paletteidx + new_fdir
|
||||
local newname = "homedecor:armchair"
|
||||
|
||||
print(name, dump(a), dump(b), dump(color).."("..dump(paletteidx)..")", dump(param2))
|
||||
|
||||
if node.name == "homedecor:chair" then
|
||||
newname = "homedecor:kitchen_chair_wood"
|
||||
elseif string.find(node.name, "homedecor:chair_") then
|
||||
|
Reference in New Issue
Block a user