bug correction for craft guide

master
Alexsandro Percy 2020-12-20 14:04:57 -03:00
parent 5e0c80ffd6
commit 8cfe7cbc0e
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ if minetest.get_modpath("default") then
minetest.register_craft({
output = "helicopter:cabin",
recipe = {
{"default:copperblock ", "default:diamondblock", ""},
{"default:copperblock", "default:diamondblock", ""},
{"default:steelblock", "default:mese_block", "default:glass"},
{"default:steelblock", "xpanes:bar_flat", "xpanes:bar_flat"},
}