mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -04:00
remove spaces between brackets
This commit is contained in:
parent
307f69eb53
commit
689fe463a7
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ doors.register("door_obsidian_glass", {
|
|||
})
|
||||
|
||||
doors.register("door_bar", {
|
||||
tiles = {{ name = "doors_door_bar.png", backface_culling = true }},
|
||||
tiles = {{name = "doors_door_bar.png", backface_culling = true}},
|
||||
description = "Steel Bar Door",
|
||||
inventory_image = "doors_item_bar.png",
|
||||
groups = {cracky = 1, level = 2},
|
||||
|
|
Loading…
Add table
Reference in a new issue