ActuallyAdditions/src/main/resources/META-INF/mods.toml

29 lines
799 B
TOML
Raw Normal View History

2021-11-21 21:34:08 +01:00
modLoader="javafml"
loaderVersion="[36,)"
license="MIT"
[[mods]]
modId="actuallyadditions"
version="${file.jarVersion}"
2021-11-21 21:36:18 +01:00
displayName="Actually Additions"
2021-11-21 21:34:08 +01:00
logoFile="assets/actuallyadditions/textures/logo.png"
credits="Author: Ellpeck; Textures and Models: BootyToast, GlenthorLP, canitzp"
authors="Ellpeck"
description='''
Do you want Automation? Wireless Transport? Better Machines? A cup o' Coffee? Chests? Better Hoppers? Leaf Blowers? Faster Growth? Plants? Well, Actually Additions has all that and a lot more!
'''
[[dependencies.actuallyadditions]]
modId="forge"
mandatory=true
versionRange="[36,)"
ordering="NONE"
side="BOTH"
[[dependencies.actuallyadditions]]
modId="minecraft"
mandatory=true
versionRange="[1.16.5,1.17)"
ordering="NONE"
side="BOTH"