forked from VoxeLibre/VoxeLibre
Fix `mcl_chests` auto formating
This commit is contained in:
parent
bb3771c0d2
commit
a77930d4a1
|
@ -927,9 +927,7 @@ local chestusage = S("To access its inventory, rightclick it. When broken, the i
|
||||||
|
|
||||||
register_chest("chest",
|
register_chest("chest",
|
||||||
S("Chest"),
|
S("Chest"),
|
||||||
S(
|
S("Chests are containers which provide 27 inventory slots. Chests can be turned into large chests with double the capacity by placing two chests next to each other."),
|
||||||
"Chests are containers which provide 27 inventory slots. Chests can be turned into large chests with double the capacity by placing two chests next to each other.")
|
|
||||||
,
|
|
||||||
chestusage,
|
chestusage,
|
||||||
S("27 inventory slots") .. "\n" .. S("Can be combined to a large chest"),
|
S("27 inventory slots") .. "\n" .. S("Can be combined to a large chest"),
|
||||||
{
|
{
|
||||||
|
@ -955,9 +953,7 @@ local traptiles = {
|
||||||
|
|
||||||
register_chest("trapped_chest",
|
register_chest("trapped_chest",
|
||||||
S("Trapped Chest"),
|
S("Trapped Chest"),
|
||||||
S(
|
S("A trapped chest is a container which provides 27 inventory slots. When it is opened, it sends a redstone signal to its adjacent blocks as long it stays open. Trapped chests can be turned into large trapped chests with double the capacity by placing two trapped chests next to each other."),
|
||||||
"A trapped chest is a container which provides 27 inventory slots. When it is opened, it sends a redstone signal to its adjacent blocks as long it stays open. Trapped chests can be turned into large trapped chests with double the capacity by placing two trapped chests next to each other.")
|
|
||||||
,
|
|
||||||
chestusage,
|
chestusage,
|
||||||
S("27 inventory slots") ..
|
S("27 inventory slots") ..
|
||||||
"\n" .. S("Can be combined to a large chest") .. "\n" .. S("Emits a redstone signal when opened"),
|
"\n" .. S("Can be combined to a large chest") .. "\n" .. S("Emits a redstone signal when opened"),
|
||||||
|
|
Loading…
Reference in New Issue