mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-20 06:35:14 +02:00
Move the lock bar of repeaters
This commit is contained in:
parent
e1606eeb0c
commit
3229f2a902
5 changed files with 2 additions and 2 deletions
mods/ITEMS/REDSTONE/mesecons_delayer
|
@ -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 ![]() (image error) Size: 265 B After ![]() (image error) Size: 262 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 265 B After ![]() (image error) Size: 262 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 181 B After ![]() (image error) Size: 178 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 181 B After ![]() (image error) Size: 178 B ![]() ![]() |
Loading…
Add table
Reference in a new issue