ActuallyAdditions/src/main/resources/META-INF/mods.toml
canitzp 335e121ff2
Optimize and updated Dependencies and fully added Tiny torch (#1343)
* Dependency updates

* Tiny torch implementation

Co-authored-by: canitzp <canitzp@gmail.com>
2020-09-06 22:32:10 -04:00

27 lines
902 B
TOML

modLoader="javafml"
loaderVersion="[28,)"
issueTrackerURL="http://github.com/Ellpeck/ActuallyAdditions/issues"
displayURL="http://github.com/Ellpeck/ActuallyAdditions"
logoFile="logo.png"
credits="Author: Ellpeck; Textures and Models: BootyToast, GlenthorLP, canitzp"
authors="Ellpeck, Shadows_of_Fire"
[[mods]]
modId="actuallyadditions"
version="${file.jarVersion}"
displayName="Actually Additions"
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="[28.2,)"
ordering="NONE"
side="BOTH"
[[dependencies.actuallyadditions]]
modId="minecraft"
mandatory=true
versionRange="[1.14.4]"
ordering="NONE"
side="BOTH"