Replace deprecated "tile_images" with "tiles".
This commit is contained in:
@@ -41,7 +41,7 @@ minetest.register_node("fort_spikes:wood_spikes", {
|
||||
description = "Wood spikes",
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 1,
|
||||
tile_images = {"fort_spikes_wood_spikes.png"},
|
||||
tiles = {"fort_spikes_wood_spikes.png"},
|
||||
inventory_image = ("fort_spikes_wood_spikes.png"),
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
@@ -62,7 +62,7 @@ minetest.register_node("fort_spikes:broken_wood_spikes", {
|
||||
description = "Broken wood spikes",
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 1,
|
||||
tile_images = {"fort_spikes_broken_wood_spikes.png"},
|
||||
tiles = {"fort_spikes_broken_wood_spikes.png"},
|
||||
inventory_image = ("fort_spikes_broken_wood_spikes.png"),
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
@@ -89,7 +89,7 @@ minetest.register_node("fort_spikes:iron_spikes", {
|
||||
description = "Iron spikes",
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 1,
|
||||
tile_images = {"fort_spikes_iron_spikes.png"},
|
||||
tiles = {"fort_spikes_iron_spikes.png"},
|
||||
inventory_image = ("fort_spikes_iron_spikes.png"),
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
@@ -110,7 +110,7 @@ minetest.register_node("fort_spikes:broken_iron_spikes", {
|
||||
description = "Broken spikes",
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 1,
|
||||
tile_images = {"fort_spikes_broken_iron_spikes.png"},
|
||||
tiles = {"fort_spikes_broken_iron_spikes.png"},
|
||||
inventory_image = ("fort_spikes_broken_iron_spikes.png"),
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
|
Reference in New Issue
Block a user