ConstructionWand/src/main/resources/META-INF/mods.toml
2022-08-09 13:43:38 +02:00

31 lines
979 B
TOML

modLoader = "javafml"
loaderVersion = "[41,)"
license = "MIT License"
[[mods]]
modId="constructionwand"
version="${file.jarVersion}"
displayName="Construction Wand"
displayURL="https://github.com/Theta-Dev/ConstructionWand"
logoFile="logo.png"
authors="ThetaDev"
description='''
Construction Wands make building easier!
With a Construction Wand you can place multiple blocks (up to 1024) at once, extending your build on the side you're
facing. If that's not enough: you can upgrade your wand with additional cores, allowing you to place a block
behind the block you are facing, conjure blocks in mid air or destroy lots of blocks very fast.
This is my first minecraft mod. May the odds be ever in your favor.
'''
[[dependencies.constructionwand]]
modId="forge"
mandatory = true
versionRange = "[41,)"
ordering = "NONE"
side="BOTH"
[[dependencies.constructionwand]]
modId="minecraft"
mandatory = true
versionRange = "[1.19, 1.20)"
ordering = "NONE"
side="BOTH"