Move the lock bar of repeaters

This commit is contained in:
Wuzzy 2018-01-27 16:22:59 +01:00
parent e1606eeb0c
commit 3229f2a902
5 changed files with 2 additions and 2 deletions

View File

@ -377,7 +377,7 @@ minetest.register_node("mesecons_delayer:delayer_off_locked", {
fixed = {
{ -8/16, -8/16, -8/16, 8/16, -6/16, 8/16 }, -- the main slab
{ -1/16, -6/16, 6/16, 1/16, -1/16, 4/16}, -- still torch
{ -6/16, -6/16, 0/16, 6/16, -4/16, 2/16}, -- lock
{ -6/16, -6/16, -1/16, 6/16, -4/16, 1/16}, -- lock
}
},
groups = {dig_immediate = 3, dig_by_water=1,destroy_by_lava_flow=1, dig_by_piston=1, attached_node=1, redstone_repeater=5, not_in_creative_inventory = 1},
@ -428,7 +428,7 @@ minetest.register_node("mesecons_delayer:delayer_on_locked", {
fixed = {
{ -8/16, -8/16, -8/16, 8/16, -6/16, 8/16 }, -- the main slab
{ -1/16, -6/16, 6/16, 1/16, -1/16, 4/16}, -- still torch
{ -6/16, -6/16, 0/16, 6/16, -4/16, 2/16}, -- lock
{ -6/16, -6/16, -1/16, 6/16, -4/16, 1/16}, -- lock
}
},
after_dig_node = function(pos, oldnode)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 178 B