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

29 lines
776 B
TOML
Raw Normal View History

2021-11-21 21:34:08 +01:00
modLoader="javafml"
2024-03-04 20:21:48 +01:00
loaderVersion="[2,)"
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]]
2024-03-04 20:21:48 +01:00
modId="neoforge"
type="required"
versionRange="[20.4.167,)"
2021-11-21 21:34:08 +01:00
ordering="NONE"
side="BOTH"
[[dependencies.actuallyadditions]]
modId="minecraft"
2024-03-04 20:21:48 +01:00
type="required"
versionRange="[1.20.4,1.21)"
2021-11-21 21:34:08 +01:00
ordering="NONE"
side="BOTH"