mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -04:00
fix code style mistake
This commit is contained in:
parent
a0a83c5847
commit
307f69eb53
1 changed files with 3 additions and 3 deletions
|
@ -746,10 +746,10 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'doors:trapdoor_bar',
|
||||
output = "doors:trapdoor_bar",
|
||||
recipe = {
|
||||
{'xpanes:bar_flat', 'xpanes:bar_flat'},
|
||||
{'xpanes:bar_flat', 'xpanes:bar_flat'},
|
||||
{"xpanes:bar_flat", "xpanes:bar_flat"},
|
||||
{"xpanes:bar_flat", "xpanes:bar_flat"},
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue