mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 13:56:02 +02:00
Switch from tile_images to tiles = {...}
This commit is contained in:
@ -83,7 +83,7 @@ for i = 1, 4 do
|
||||
for j = 1, 2 do
|
||||
minetest.register_node("mesecons_door:door_"..i.."_"..j, {
|
||||
drawtype = "nodebox",
|
||||
tile_images = {"default_wood.png"},
|
||||
tiles = {"default_wood.png"},
|
||||
paramtype = "light",
|
||||
is_ground_content = true,
|
||||
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2, mesecon = 2},
|
||||
|
Reference in New Issue
Block a user