Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ SMODS.Consumable {
background_colour = G.C.BLACK, -- Change the default background colour
main_start = nil, -- Table of UIElements inserted before the main description (-> "Building a UI")
main_end = nil, -- Table of UIElements inserted after the main description
box_starts = {}, -- List of tables of UIElements inserted before a multibox description at each index
box_ends = {}, -- List of tables of UIElements inserted after a multibox description at each index
}
end,
}
Expand Down