-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathneoforge.mods.toml
32 lines (31 loc) · 1009 Bytes
/
neoforge.mods.toml
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
modLoader="javafml"
loaderVersion="*"
license="MIT"
issueTrackerURL="https://github.com/Sinytra/Connector/issues"
[[mods]]
modId="connector"
version="${file.jarVersion}"
displayName="Sinytra Connector"
logoFile="logo.png"
authors="Su5eD"
displayURL="https://github.com/Sinytra/Connector"
description='''
Connector is a translation/compatibility layer that allows running Fabric mods on NeoForge.
Its goal is to bring the two platforms closer together, saving developers time and effort maintaining their mods for
multiple platforms at once, as well as allowing players to play all their favourite mods in one modpack.
'''
displayTest = 'IGNORE_ALL_VERSION' # Connector is optional for both sides
[[mixins]]
config="connector.mixins.json"
[[dependencies.connector]]
modId="neoforge"
type="required"
versionRange="[21.1.97,)"
ordering="NONE"
side="BOTH"
[[dependencies.connector]]
modId="minecraft"
type="required"
versionRange="[1.21,1.22)"
ordering="NONE"
side="BOTH"