Skip to content

Commit

Permalink
fix paucal
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Nov 15, 2023
1 parent 293cdb3 commit 1938a56
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions server.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ PORT = "25565"
nogui = true
eula_args = true

[worlds.world.download]
type = "ghrel"
repo = "ModFest/bc23-pack"
tag = "world"
asset = "first"

[[mods]]
type = "maven"
url = "https://maven.ithundxr.dev/releases"
Expand Down Expand Up @@ -784,7 +778,7 @@ type = "jenkins"
url = "https://ci.blamejared.com"
job = "petrakat/PAUCAL/main"
build = "latest"
artifact = "first"
artifact = "paucal-fabric-1.20.1-0.6.0-pre-118.jar"

[[mods]]
type = "url"
Expand Down Expand Up @@ -1344,5 +1338,15 @@ type = "url"
url = "https://unascribed.b-cdn.net/yttr-7.735+1.20.jar"
filename = "yttr-7.735+1.20.jar"

[worlds.world.download]
type = "ghrel"
repo = "ModFest/bc23-pack"
tag = "world"
asset = "first"

[markdown]
files = ["README.md"]
auto_update = false

[options]
upload_to_mclogs = false

0 comments on commit 1938a56

Please sign in to comment.