Skip to content

Commit 24c3529

Browse files
authored
Added skyfactory 4 example and excluding waila-stages (#3586)
1 parent 6ee4143 commit 24c3529

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

examples/skyfactory4/compose.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
services:
2+
mc:
3+
image: itzg/minecraft-server:java8
4+
environment:
5+
EULA: "true"
6+
MODPACK_PLATFORM: AUTO_CURSEFORGE
7+
CF_SLUG: skyfactory-4
8+
CF_FILENAME_MATCHER: 4.2.4
9+
CF_API_KEY: ${CF_API_KEY}
10+
MEMORY: 3G
11+
ports:
12+
- "25565:25565"
13+
volumes:
14+
- mc-data:/data
15+
volumes:
16+
mc-data:

files/cf-exclude-include.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
"vanillafix",
158158
"visuality",
159159
"waila-harvestability",
160+
"waila-stages",
160161
"wakes-reforged",
161162
"wawla",
162163
"welcome-screen",

files/modrinth-exclude-include.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"sorted_enchantments",
8585
"visuality",
8686
"VR-Combat",
87+
"WailaStages",
8788
"welcomescreen",
8889
"YeetusExperimentus",
8990
"yungsmenutweaks",

0 commit comments

Comments
 (0)