Added textures.

This commit is contained in:
Megaf 2014-09-18 12:24:34 +01:00
parent 7cf48d25f2
commit e0b7dfb4e6

View File

@ -28,7 +28,7 @@ minetest.register_node("mesecons_random:conductingfence", {
description="A fence that conducts electricity", description="A fence that conducts electricity",
is_ground_content = true, is_ground_content = true,
drawtype = "fencelike", drawtype = "fencelike",
tiles = {"electricfence.png"}, tiles = {"electricfence_tile.png"},
inventory_image = "electricfence.png", inventory_image = "electricfence.png",
wield_image = "electricfence.png", wield_image = "electricfence.png",
paramtype = "light", paramtype = "light",
@ -57,7 +57,7 @@ minetest.register_node("mesecons_random:conductingfence_active", {
description="A fence that conducts electricity", description="A fence that conducts electricity",
is_ground_content = true, is_ground_content = true,
drawtype = "fencelike", drawtype = "fencelike",
tiles = {"electricfence_active.png"}, tiles = {"electricfence_tile_active.png"},
paramtype = "light", paramtype = "light",
selection_box = { selection_box = {
type = "fixed", type = "fixed",