mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-19 08:43:31 -07:00
Factorio: revamped location system (#1147)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
["{{ key }}"] = {{ variable_to_lua(value) }}{% if not loop.last %},{% endif %}
|
||||
{% endfor -%}
|
||||
}
|
||||
{%- endmacro %}
|
||||
{% endmacro %}
|
||||
{% macro list_to_lua(list) -%}
|
||||
{
|
||||
{%- for key in list -%}
|
||||
|
||||
Reference in New Issue
Block a user