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

29 lines
867 B
TOML
Raw Normal View History

2021-11-21 21:34:08 +01:00
modLoader="javafml"
2024-03-07 01:24:42 +01:00
loaderVersion="[${loader},)"
2021-11-21 21:34:08 +01:00
license="MIT"
[[mods]]
modId="actuallyadditions"
2024-03-07 01:24:42 +01:00
version="${version}"
2021-11-21 21:36:18 +01:00
displayName="Actually Additions"
2021-11-21 22:03:07 +01:00
#logoFile="logo.png"
2024-03-07 01:24:42 +01:00
credits="Author: Ellpeck; Textures and Models: BootyToast, GlenthorLP, canitzp; Porters: Flanks, MrBysco, ErrorMikey; 1.20+ Textures: Ridanisaurus"
2021-11-21 21:34:08 +01:00
authors="Ellpeck"
description='''
2024-03-07 01:40:01 +01:00
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!
2021-11-21 21:34:08 +01:00
'''
[[dependencies.actuallyadditions]]
2024-03-04 20:21:48 +01:00
modId="neoforge"
type="required"
2024-03-07 01:24:42 +01:00
versionRange="${neo_version_range}"
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"
2024-03-07 01:24:42 +01:00
versionRange="${minecraft_version_range}"
2021-11-21 21:34:08 +01:00
ordering="NONE"
side="BOTH"