!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
|
||||
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.
|
||||
# ! NOTE: This is relative to the lvm volume root
|
||||
|
@ -52,7 +52,7 @@ minecraft_blockmap_input_location:
|
|||
minecraft_blockmap_parameters: ""
|
||||
|
||||
# The blockmap render config
|
||||
blockmap_config_server:
|
||||
minecraft_blockmap_config_server:
|
||||
name: "Minecraft"
|
||||
description: "Flauschparadies"
|
||||
address: "localhost"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"output dir": "/output",
|
||||
"server": {
|
||||
"server name": "{{ blockmap_config_server.name }}",
|
||||
"server description": "{{ blockmap_config_server.description }}",
|
||||
"server address": "{{ blockmap_config_server.address }}",
|
||||
"max players": {{ blockmap_config_server.max_players }}
|
||||
"server name": "{{ minecraft_blockmap_config_server.name }}",
|
||||
"server description": "{{ minecraft_blockmap_config_server.description }}",
|
||||
"server address": "{{ minecraft_blockmap_config_server.address }}",
|
||||
"max players": {{ minecraft_blockmap_config_server.max_players }}
|
||||
},
|
||||
"worlds": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue