forked from Mirrorlandia_minetest/mesecons
Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons
This commit is contained in:
commit
d950f0d169
@ -13,7 +13,7 @@ minetest.register_node("mesecons:mesecon_off", {
|
|||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-0.5, -0.5, -0.5, 0.5, -0.45, 0.5},
|
fixed = {-0.5, -0.5, -0.5, 0.5, -0.45, 0.5},
|
||||||
},
|
},
|
||||||
groups = {dig_immediate=3, mesecon=1},
|
groups = {dig_immediate=3, mesecon=1, mesecon_conductor_craftable=1},
|
||||||
description="Mesecons",
|
description="Mesecons",
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ 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 = 2}
|
groups = {dig_immediate = 3, mesecon = 2, mesecon_conductor_craftable=1}
|
||||||
wiredesc = "Mesecon"
|
wiredesc = "Mesecon"
|
||||||
else
|
else
|
||||||
groups = {dig_immediate = 3, mesecon = 2, not_in_creative_inventory = 1}
|
groups = {dig_immediate = 3, mesecon = 2, not_in_creative_inventory = 1}
|
||||||
|
Loading…
Reference in New Issue
Block a user