Skip to content

Commit

Permalink
Add more base mods to the server
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskarth committed Dec 29, 2023
1 parent 0443103 commit 50f7d0a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion server.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,21 @@ PORT = "25565"
[launcher]
eula_args = true
nogui = true
preset_flags = "none"

[[mods]]
type = "modrinth"
id = "fabric-api"
version = "0.92.0+1.20.4"

[[mods]]
type = "modrinth"
id = "fabric-language-kotlin"
version = "1.10.17+kotlin.1.9.22"

[[mods]]
type = "modrinth"
id = "modmenu"
version = "9.0.0"

[[mods]]
type = "url"
Expand All @@ -34,6 +36,10 @@ url = "https://jaskarth.com/pub/mods/player-roles-1.6.8.jar"
type = "url"
url = "https://jaskarth.com/pub/mods/fireblanket-0.4.0.jar"

[[mods]]
type = "url"
url = "https://jaskarth.com/pub/mods/glowcase-1.2.1+1.20.4.jar"

[[mods]]
type = "modrinth"
id = "modernfix"
Expand All @@ -59,5 +65,17 @@ type = "modrinth"
id = "worldedit"
version = "7.2.18"

[[mods]]
type = "modrinth"
id = "emi"
version = "jXyglcrU"

[[mods]]
type = "modrinth"
id = "lithium"
version = "nMhjKWVE"

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

[options]

0 comments on commit 50f7d0a

Please sign in to comment.