Make redstone wires attached nodes

This commit is contained in:
Wuzzy 2017-02-24 05:37:57 +01:00
parent 6e3f7d06b5
commit 0544f5a5ce
1 changed files with 2 additions and 2 deletions

View File

@ -34,10 +34,10 @@ for zmy=0, 1 do
tostring(xpy)..tostring(zpy)..tostring(xmy)..tostring(zmy)
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"
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..")"
end