Skip to content

Commit

Permalink
Fix install for MC to ignore installing java if docker
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Sep 3, 2024
1 parent e90fd99 commit 37f515c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/minecraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
],
"install": [
{
"if": "javaversion != ''",
"if": "javaversion != '' && env == 'host'",
"type": "javadl",
"version": "${javaversion}"
},
Expand Down

0 comments on commit 37f515c

Please sign in to comment.