aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/mods.toml
blob: aef9147b14cf2de6c3ba4b1cb66b9b19377e1aa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
modLoader="kotlinforforge" # IModLanguageProvider
loaderVersion="[1.3,)" # IModLanguageProvider version

issueTrackerURL="https://github.com/thedarkcolour/Future-MC/issues" # Issues page

description='''
Kotlin for Forge. Allows mods to use the Kotlin programming language.
'''

# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
[[dependencies.kotlinforforge]] #optional
    modId="forge" #mandatory
    mandatory=true #mandatory
    versionRange="[28,)" #mandatory
    # An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
    ordering="NONE"

    side="BOTH"
# Dependency
[[dependencies.kotlinforforge]]
    modId="minecraft"
    mandatory=true
    versionRange="[1.14,1.16)"
    ordering="NONE"
    side="BOTH"

# --------------------------------------------------------- #
# --------------------------------------------------------- #
# --------------------------------------------------------- #

[[mods]] #mandatory
displayName="Kotlin for Forge" # Name of mod
modId="kotlinforforge" # Modid
version="1.3.0" # Version of kotlinforforge
authors="TheDarkColour" # Author
credits="Herobrine knows all." # Credits