Rename redstone_dust to redstone
This commit is contained in:
parent
c7af69f9f1
commit
4875b88b86
10 changed files with 17 additions and 17 deletions
|
@ -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',''},
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue