Update crafts.lua

This commit is contained in:
Tanmaya Meher 2017-02-25 22:57:45 +05:30 committed by GitHub
parent a2747ecf19
commit 984aa2ff1a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ minetest.register_craft({
output = "scifi_nodes:whitetile 4",
recipe = {
{"scifi_nodes:white2", "scifi_nodes:white2", ""},
{"scifi_nodes:white2", "scifi_nodes:white2", ""},
{"scifi_nodes:white2", "scifi_nodes:white2", ""},
{"", "", ""}
}
})