mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
[automappercolors & ...] Replace tile_images fields
This commit is contained in:
@ -399,7 +399,7 @@ local maze_closer = {} -- list of all closer stones
|
||||
|
||||
-- closer stone definition
|
||||
minetest.register_node("maze:closer", {
|
||||
tile_images = {"default_cobble.png"},
|
||||
tiles = {"default_cobble.png"},
|
||||
inventory_image = minetest.inventorycube("default_cobble.png"),
|
||||
drop = '',
|
||||
material = { diggability = "not"},
|
||||
|
Reference in New Issue
Block a user