mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-04 00:20:24 +02:00
Update init.lua
This commit is contained in:
@ -54,7 +54,7 @@ minetest.register_node("mesecons_random:conductingfence", {
|
||||
})
|
||||
|
||||
minetest.register_node("mesecons_random:conductingfence_active", {
|
||||
description="A fence that conducts electricity",
|
||||
description="COnducting fence",
|
||||
is_ground_content = true,
|
||||
drawtype = "fencelike",
|
||||
tiles = {"electricfence_tile_active.png"},
|
||||
|
Reference in New Issue
Block a user