forked from VoxeLibre/VoxeLibre
Rename redstone_dust to redstone
This commit is contained in:
parent
c7af69f9f1
commit
4875b88b86
|
@ -72,11 +72,11 @@ minetest.register_node("default:stone_with_redstone", {
|
|||
items = {
|
||||
max_items = 1,
|
||||
{
|
||||
items = {"mesecons:redstone_dust 4"},
|
||||
items = {"mesecons:redstone 4"},
|
||||
rarity = 2,
|
||||
},
|
||||
{
|
||||
items = {"mesecons:redstone_dust 5"},
|
||||
items = {"mesecons:redstone 5"},
|
||||
},
|
||||
}
|
||||
},
|
||||
|
@ -101,11 +101,11 @@ minetest.register_node("default:stone_with_redstone_lit", {
|
|||
items = {
|
||||
max_items = 1,
|
||||
{
|
||||
items = {"mesecons:redstone_dust 4"},
|
||||
items = {"mesecons:redstone 4"},
|
||||
rarity = 2,
|
||||
},
|
||||
{
|
||||
items = {"mesecons:redstone_dust 5"},
|
||||
items = {"mesecons:redstone 5"},
|
||||
},
|
||||
}
|
||||
},
|
||||
|
|
|
@ -78,7 +78,7 @@ minetest.register_craft({
|
|||
groups = {not_in_creative_inventory=1},
|
||||
recipe = {
|
||||
{'', 'default:gold_ingot', ''},
|
||||
{'default:gold_ingot', 'mesecons:redstone_dust', 'default:gold_ingot'},
|
||||
{'default:gold_ingot', 'mesecons:redstone', 'default:gold_ingot'},
|
||||
{'', 'default:gold_ingot', ''}
|
||||
}
|
||||
})
|
||||
|
|
|
@ -58,7 +58,7 @@ minetest.register_craft({
|
|||
output = 'mcl_compass:'..stereotype_frame,
|
||||
recipe = {
|
||||
{'', 'default:steel_ingot', ''},
|
||||
{'default:steel_ingot', 'mesecons:redstone_dust', 'default:steel_ingot'},
|
||||
{'default:steel_ingot', 'mesecons:redstone', 'default:steel_ingot'},
|
||||
{'', 'default:steel_ingot', ''}
|
||||
}
|
||||
})
|
||||
|
|
|
@ -40,7 +40,7 @@ minetest.register_craft({
|
|||
recipe = {
|
||||
{"default:gold_ingot", "", "default:gold_ingot"},
|
||||
{"default:gold_ingot", "default:stick", "default:gold_ingot"},
|
||||
{"default:gold_ingot", "mesecons:redstone_dust", "default:gold_ingot"},
|
||||
{"default:gold_ingot", "mesecons:redstone", "default:gold_ingot"},
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
@ -243,11 +243,11 @@ function mesecon:update_autoconnect(pos, secondcall, replace_old)
|
|||
end
|
||||
end
|
||||
|
||||
minetest.register_alias("mesecons:redstone_dust", "mesecons:wire_00000000_off")
|
||||
minetest.register_alias("mesecons:redstone", "mesecons:wire_00000000_off")
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "mesecons:redstone_dust",
|
||||
output = "mesecons:redstone",
|
||||
recipe = "default:stone_with_redstone",
|
||||
cooktime = 10,
|
||||
})
|
||||
|
|
|
@ -30,8 +30,8 @@ minetest.register_node("mesecons_lightstone:lightstone_on", {
|
|||
minetest.register_craft({
|
||||
output = "node mesecons_lightstone:lightstone_off",
|
||||
recipe = {
|
||||
{'',"mesecons:redstone_dust",''},
|
||||
{"mesecons:redstone_dust",'default:glowstone',"mesecons:redstone_dust"},
|
||||
{'','mesecons:redstone_dust',''},
|
||||
{'',"mesecons:redstone",''},
|
||||
{"mesecons:redstone",'default:glowstone',"mesecons:redstone"},
|
||||
{'','mesecons:redstone',''},
|
||||
}
|
||||
})
|
||||
|
|
|
@ -27,7 +27,7 @@ minetest.register_craft({
|
|||
output = '"mesecons_noteblock:noteblock" 1',
|
||||
recipe = {
|
||||
{"group:wood", "group:wood", "group:wood"},
|
||||
{"group:wood", "mesecons:redstone_dust", "group:wood"},
|
||||
{"group:wood", "mesecons:redstone", "group:wood"},
|
||||
{"group:wood", "group:wood", "group:wood"},
|
||||
}
|
||||
})
|
||||
|
|
|
@ -751,7 +751,7 @@ minetest.register_craft({
|
|||
recipe = {
|
||||
{"group:wood", "group:wood", "group:wood"},
|
||||
{"default:cobble", "default:steel_ingot", "default:cobble"},
|
||||
{"default:cobble", "mesecons:redstone_dust", "default:cobble"},
|
||||
{"default:cobble", "mesecons:redstone", "default:cobble"},
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ minetest.register_craft({
|
|||
recipe = {
|
||||
{'default:glass', 'default:glass', 'default:glass'},
|
||||
{'default:glass', 'default:glass', 'default:glass'},
|
||||
{'mesecons:redstone_dust', 'mesecons:redstone_dust', 'mesecons:redstone_dust'},
|
||||
{'mesecons:redstone', 'mesecons:redstone', 'mesecons:redstone'},
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -142,7 +142,7 @@ minetest.register_node("mesecons_solarpanel:solar_panel_inverted_off", {
|
|||
minetest.register_craft({
|
||||
output = '"mesecons_solarpanel:solar_panel_inverted_off" 1',
|
||||
recipe = {
|
||||
{'mesecons:redstone_dust', 'mesecons:redstone_dust', 'mesecons:redstone_dust'},
|
||||
{'mesecons:redstone', 'mesecons:redstone', 'mesecons:redstone'},
|
||||
{'default:glass', 'default:glass', 'default:glass'},
|
||||
{'default:glass', 'default:glass', 'default:glass'},
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ end
|
|||
minetest.register_craft({
|
||||
output = 'mesecons_torch:mesecon_torch_on',
|
||||
recipe = {
|
||||
{"mesecons:redstone_dust"},
|
||||
{"mesecons:redstone"},
|
||||
{"default:stick"},}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue