Merge pull request #1 from HybridDog/tmp
add stripes (pull request mainly made for comparison this time)
@ -54,10 +54,9 @@ minetest.register_node("mesecons_random:conductingfence", {
|
||||
})
|
||||
|
||||
minetest.register_node("mesecons_random:conductingfence_active", {
|
||||
description="COnducting fence",
|
||||
is_ground_content = true,
|
||||
drawtype = "fencelike",
|
||||
tiles = {"electricfence_tile_active.png"},
|
||||
tiles = {"electricfence_tile.png^electricfence_tile_active.png"},
|
||||
paramtype = "light",
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
|
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 406 B |
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 645 B |
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 178 B |