Skip to content

Commit

Permalink
Update rest of templates to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Oct 25, 2023
1 parent ff59fbc commit 02a0fbb
Show file tree
Hide file tree
Showing 13 changed files with 78 additions and 519 deletions.
6 changes: 3 additions & 3 deletions minecraft-bungeecord/minecraft-bungeecord.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"install": [
{
"if": "!in_path('java')",
"if": "env == 'host'",
"type": "javadl",
"version": "17"
},
Expand All @@ -53,8 +53,8 @@
"run": {
"command": [
{
"command": "java17 -Xmx${memory}M -Xms${memory}M -Dlog4j2.formatMsgNoLookups=true -jar BungeeCord.jar",
"if": "in_path('java17')"
"if": "env == 'host'",
"command": "java17 -Xmx${memory}M -Xms${memory}M -Dlog4j2.formatMsgNoLookups=true -jar BungeeCord.jar"
},
{
"command": "java -Xmx${memory}M -Xms${memory}M -Dlog4j2.formatMsgNoLookups=true -jar BungeeCord.jar"
Expand Down
11 changes: 0 additions & 11 deletions minecraft-ftb-117+/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions minecraft-ftb-117+/data.txt

This file was deleted.

120 changes: 0 additions & 120 deletions minecraft-ftb-117+/minecraft-ftb-117+-docker.json

This file was deleted.

123 changes: 0 additions & 123 deletions minecraft-ftb-117+/minecraft-ftb-117+.json

This file was deleted.

1 change: 0 additions & 1 deletion minecraft-ftb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ A modpack id and version id is needed to download the installer. It can be found

E.g. FTB Revelation 3.3.0 has the modpack id 35 and version id 143

Please see the [original forum post](https://community.pufferpanel.com/topic/671/mooded-minecraft-feed-the-beast) contributed by themaxaut and descention for more information (regarding the older version of the template and install process).
100 changes: 0 additions & 100 deletions minecraft-ftb/minecraft-ftb-docker.json

This file was deleted.

Loading

0 comments on commit 02a0fbb

Please sign in to comment.