mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -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({
|
minetest.register_craft({
|
||||||
output = 'doors:trapdoor_bar',
|
output = "doors:trapdoor_bar",
|
||||||
recipe = {
|
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