forked from VoxeLibre/VoxeLibre
Make redstone wires attached nodes
This commit is contained in:
parent
6e3f7d06b5
commit
0544f5a5ce
|
@ -34,10 +34,10 @@ for zmy=0, 1 do
|
||||||
tostring(xpy)..tostring(zpy)..tostring(xmy)..tostring(zmy)
|
tostring(xpy)..tostring(zpy)..tostring(xmy)..tostring(zmy)
|
||||||
|
|
||||||
if nodeid == "00000000" then
|
if nodeid == "00000000" then
|
||||||
groups = {dig_immediate = 3, mesecon_conductor_craftable = 1, attach_node = 1, dig_by_water = 1}
|
groups = {dig_immediate = 3, mesecon_conductor_craftable = 1, attached_node = 1, dig_by_water = 1}
|
||||||
wiredesc = "Redstone"
|
wiredesc = "Redstone"
|
||||||
else
|
else
|
||||||
groups = {dig_immediate = 3, not_in_creative_inventory = 1, attach_node = 1, dig_by_water = 1}
|
groups = {dig_immediate = 3, not_in_creative_inventory = 1, attached_node = 1, dig_by_water = 1}
|
||||||
wiredesc = "Redstone Trail (ID: "..nodeid..")"
|
wiredesc = "Redstone Trail (ID: "..nodeid..")"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue