This commit is contained in:
Toby plowy 2017-09-19 23:45:28 +02:00
parent 7c1ba6d692
commit 737d3c0e9a

View File

@ -192,9 +192,9 @@ xpanes.register_pane("lattice", {
sounds = default.node_sound_glass_defaults(),
groups = {snappy=2, cracky=3, oddly_breakable_by_hand=3},
recipe = {
{"default:stick", "default:stick", "default:stick"},
{"default:stick", "default:stick", "default:stick"},
{"default:stick", "default:stick", "default:stick"}
{"default:stick", "", "default:stick"},
{"", "default:stick", ""},
{"default:stick", "", "default:stick"}
}
})