Add T-junction extrawire (no good textures yet)

This commit is contained in:
Jeija
2012-09-09 13:34:21 +02:00
parent 500e95c331
commit e92387695d
4 changed files with 226 additions and 139 deletions

View File

@ -53,7 +53,7 @@ minetest.register_node("mesecons_receiver:receiver_off", {
type = "fixed",
fixed = rcvboxes
},
groups = {dig_immediate = 3, mesecon = 3},
groups = {dig_immediate = 3, mesecon = 3, not_in_creative_inventory = 1},
drop = "mesecons:wire_00000000_off",
})