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

29 lines
766 B
TOML
Raw Normal View History

2021-11-21 21:34:08 +01:00
modLoader="javafml"
2024-03-03 01:20:53 +01:00
loaderVersion="[47,)"
2021-11-21 21:34:08 +01:00
license="MIT"
[[mods]]
modId="actuallyadditions"
version="${file.jarVersion}"
2021-11-21 21:36:18 +01:00
displayName="Actually Additions"
2021-11-21 22:03:07 +01:00
#logoFile="logo.png"
2021-11-21 21:34:08 +01:00
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
2024-03-03 01:20:53 +01:00
versionRange="[47,)"
2021-11-21 21:34:08 +01:00
ordering="NONE"
side="BOTH"
[[dependencies.actuallyadditions]]
modId="minecraft"
mandatory=true
2024-03-03 01:20:53 +01:00
versionRange="[1.20.1,1.21)"
2021-11-21 21:34:08 +01:00
ordering="NONE"
side="BOTH"