1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-29 04:15:28 +01:00

[automappercolors & ...] Replace tile_images fields

This commit is contained in:
LeMagnesium
2015-10-30 11:46:00 +01:00
parent baf6efa366
commit c29721e80e
7 changed files with 19 additions and 19 deletions

View File

@@ -32,7 +32,7 @@ end
minetest.register_node("bobblocks:health_off", {
description = "Health Pack 1 Off",
tile_images = {"bobblocks_health_off.png"},
tiles = {"bobblocks_health_off.png"},
inventory_image = "bobblocks_health_off.png",
paramtype2 = "facedir",
legacy_facedir_simple = true,
@@ -48,7 +48,7 @@ minetest.register_node("bobblocks:health_off", {
minetest.register_node("bobblocks:health_on", {
description = "Health Pack 1 On",
tile_images = {"bobblocks_health_on.png"},
tiles = {"bobblocks_health_on.png"},
paramtype2 = "facedir",
legacy_facedir_simple = true,
light_source = default.LIGHT_MAX-1,