| 1 | modLoader="javafml" #mandatory`
|
| 2 |
|
| 3 | loaderVersion="${loader_version_range}" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
|
| 4 |
|
| 5 | license="${mod_license}"
|
| 6 |
|
| 7 | [[mods]] #mandatory
|
| 8 | # The modid of the mod
|
| 9 | modId="ben_10_magic_addon" #mandatory
|
| 10 |
|
| 11 | version="${mod_version}" #mandatory
|
| 12 |
|
| 13 | displayName="${mod_name}" #mandatory
|
| 14 |
|
| 15 | credits="${mod_credits}" #optional
|
| 16 |
|
| 17 | authors="${mod_authors}" #optional
|
| 18 |
|
| 19 | description='''${mod_description}'''
|
| 20 |
|
| 21 | [[dependencies.ben_10_magic_addon]] #optional
|
| 22 |
|
| 23 | modId="forge" #mandatory
|
| 24 |
|
| 25 | mandatory=true #mandatory
|
| 26 |
|
| 27 | versionRange="${forge_version_range}" #mandatory
|
| 28 |
|
| 29 | ordering="NONE"
|
| 30 |
|
| 31 | side="BOTH"
|
| 32 |
|
| 33 | [[dependencies.ben_10_magic_addon]]
|
| 34 | modId="minecraft"
|
| 35 | mandatory=true
|
| 36 | # This version range declares a minimum of the current minecraft version up to but not including the next major version
|
| 37 | versionRange="${minecraft_version_range}"
|
| 38 | ordering="NONE"
|
| 39 | side="BOTH"
|
| 40 | [[dependencies.ben_10_magic_addon]]
|
| 41 | modId="irons_spellbooks"
|
| 42 | mandatory=true
|
| 43 | # This version range declares a minimum of the current minecraft version up to but not including the next major version
|
| 44 | versionRange="1.20.1-3.0.1, "
|
| 45 | ordering="NONE"
|
| 46 | side="BOTH"
|
| 47 | [[dependencies.ben_10_magic_addon]]
|
| 48 | modId="playeranimator" #mandatory
|
| 49 | mandatory=true #mandatory
|
| 50 | versionRange="[1.0.2-rc1+1.20, )" #mandatory
|
| 51 | ordering="NONE"
|
| 52 | side="BOTH"
|
| 53 | [[dependencies.ben_10_magic_addon]]
|
| 54 | modId="geckolib" #mandatory
|
| 55 | mandatory=true #mandatory
|
| 56 | versionRange="[1.20.1:4.3.1, )" #mandatory
|
| 57 | ordering="NONE"
|
| 58 | side="BOTH"
|
| 59 | [[dependencies.ben_10_magic_addon]]
|
| 60 | modId="curios" #mandatory
|
| 61 | mandatory=true #mandatory
|
| 62 | versionRange="[5.4.7+1.20.1, )" #mandatory
|
| 63 | ordering="NONE"
|
| 64 | side="BOTH"
|
| 65 | [[dependencies.ben_10_magic_addon]]
|
| 66 | modId="caelus" #mandatory
|
| 67 | mandatory=true #mandatory
|
| 68 | versionRange="[3.1.0+1.20, )" #mandatory
|
| 69 | ordering="NONE"
|
| 70 | side="BOTH"
|