mirror of
https://github.com/TeamMidnightDust/Celestria.git
synced 2025-12-16 15:55:09 +01:00
39 lines
736 B
TOML
39 lines
736 B
TOML
modLoader = "javafml"
|
|
loaderVersion = "[2,)"
|
|
#issueTrackerURL = ""
|
|
license = "MIT License"
|
|
|
|
[[mods]]
|
|
modId = "celestria"
|
|
version = "${version}"
|
|
displayName = "Celestria"
|
|
logoFile = "icon.png"
|
|
authors = "Motschen"
|
|
description = '''
|
|
Adds celestrial events, such as shooting stars and occasional insomnia from full moon.
|
|
'''
|
|
|
|
[[mixins]]
|
|
config = "celestria.mixins.json"
|
|
|
|
[[dependencies.celestria]]
|
|
modId = "neoforge"
|
|
mandatory = true
|
|
versionRange = "[21.6,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[dependencies.celestria]]
|
|
modId = "minecraft"
|
|
mandatory = true
|
|
versionRange = "[1.21.6,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[dependencies.celestria]]
|
|
modId = "midnightlib"
|
|
mandatory = true
|
|
versionRange = "[1.0,)"
|
|
ordering = "AFTER"
|
|
side = "BOTH"
|