Skip to content

Allow configuration of config.properties #112

@okafke

Description

@okafke

While the action appends to the config.properties, for some keys it's not possible to provide an own configuration, as they are going to appear twice in the config.properties. Perhaps, for these keys we should check their existence in the config.properties first.

- name: Bootstrap HeadlessMC
run: |
mkdir -p HeadlessMC run/mods
cat <<EOF >> HeadlessMC/config.properties
hmc.java.versions=$JAVA_HOME/bin/java
hmc.gamedir=$PWD/run
hmc.offline=true
hmc.rethrow.launch.exceptions=true
hmc.exit.on.failed.command=true
EOF
shell: bash

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions