mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-03-20 19:10:39 +01:00
Added textures.
This commit is contained in:
parent
7cf48d25f2
commit
e0b7dfb4e6
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user