1
0
mirror of https://github.com/minetest-mods/mesecons.git synced 2025-07-08 18:40:21 +02:00

Merge pull request #1 from HybridDog/tmp

add stripes (pull request mainly made for comparison this time)
This commit is contained in:
Megaf
2014-10-26 13:11:11 +00:00
5 changed files with 1 additions and 2 deletions

@ -54,10 +54,9 @@ minetest.register_node("mesecons_random:conductingfence", {
}) })
minetest.register_node("mesecons_random:conductingfence_active", { minetest.register_node("mesecons_random:conductingfence_active", {
description="COnducting fence",
is_ground_content = true, is_ground_content = true,
drawtype = "fencelike", drawtype = "fencelike",
tiles = {"electricfence_tile_active.png"}, tiles = {"electricfence_tile.png^electricfence_tile_active.png"},
paramtype = "light", paramtype = "light",
selection_box = { selection_box = {
type = "fixed", type = "fixed",

Binary file not shown.

Before

(image error) Size: 411 B

After

(image error) Size: 307 B

Binary file not shown.

Before

(image error) Size: 406 B

Binary file not shown.

Before

(image error) Size: 432 B

After

(image error) Size: 645 B

Binary file not shown.

Before

(image error) Size: 429 B

After

(image error) Size: 178 B