forked from MartinTheDragon/Nuclear-Tech-Mod-Remake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmods.toml
34 lines (34 loc) · 1.02 KB
/
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
33
34
modLoader="javafml"
loaderVersion="[39,)"
license="LGPL v3.0"
issueTrackerURL="https://github.com/MartinTheDragon/Nuclear-Tech-Mod-Remake/issues"
[[mods]]
modId="nucleartech"
version="${file.jarVersion}"
displayName="Nuclear Tech Mod"
displayURL="https://github.com/MartinTheDragon/Nuclear-Tech-Mod-Remake"
updateJSONURL="https://nucleartech.martinthedragon.at/raw/update.json"
credits="HbM: Did well..."
authors="MartinTheDragon"
description='''All the high quality nuclear bombs and machinery you can only find in this mod or in the older 1.7.10 version!
The mod with both quantity and quality ;D
A recreation by MartinTheDragon of HbMinecraft's Nuclear Tech Mod.
'''
[[dependencies.nucleartech]]
modId="forge"
mandatory=true
versionRange="[40.1.59,)"
ordering="NONE"
side="BOTH"
[[dependencies.nucleartech]]
modId="minecraft"
mandatory=true
versionRange="[1.18.2,1.19)"
ordering="NONE"
side="BOTH"
[[dependencies.nucleartech]]
modId="jei"
mandatory=false
versionRange="[9.7.1.232,)"
ordering="NONE"
side="BOTH"