!fix(minecraft_blockmap): Change var name for new lint rule
This commit is contained in:
parent
824af595f2
commit
ee5183a1ef
2 changed files with 6 additions and 6 deletions
|
@ -41,7 +41,7 @@ minecraft_blockmap_lv_name:
|
||||||
|
|
||||||
# Enable the systemd timer? This will enable automatic rendering every 20 minutes
|
# Enable the systemd timer? This will enable automatic rendering every 20 minutes
|
||||||
minecraft_blockmap_timer_enabled: true
|
minecraft_blockmap_timer_enabled: true
|
||||||
minecraft_blockmap_timer_state: 'started'
|
minecraft_blockmap_timer_state: "started"
|
||||||
|
|
||||||
# The input location, where the world resides in, that should be rendered.
|
# The input location, where the world resides in, that should be rendered.
|
||||||
# ! NOTE: This is relative to the lvm volume root
|
# ! NOTE: This is relative to the lvm volume root
|
||||||
|
@ -52,7 +52,7 @@ minecraft_blockmap_input_location:
|
||||||
minecraft_blockmap_parameters: ""
|
minecraft_blockmap_parameters: ""
|
||||||
|
|
||||||
# The blockmap render config
|
# The blockmap render config
|
||||||
blockmap_config_server:
|
minecraft_blockmap_config_server:
|
||||||
name: "Minecraft"
|
name: "Minecraft"
|
||||||
description: "Flauschparadies"
|
description: "Flauschparadies"
|
||||||
address: "localhost"
|
address: "localhost"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"output dir": "/output",
|
"output dir": "/output",
|
||||||
"server": {
|
"server": {
|
||||||
"server name": "{{ blockmap_config_server.name }}",
|
"server name": "{{ minecraft_blockmap_config_server.name }}",
|
||||||
"server description": "{{ blockmap_config_server.description }}",
|
"server description": "{{ minecraft_blockmap_config_server.description }}",
|
||||||
"server address": "{{ blockmap_config_server.address }}",
|
"server address": "{{ minecraft_blockmap_config_server.address }}",
|
||||||
"max players": {{ blockmap_config_server.max_players }}
|
"max players": {{ minecraft_blockmap_config_server.max_players }}
|
||||||
},
|
},
|
||||||
"worlds": [
|
"worlds": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue