1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-11-17 23:34:51 +00:00
CC-Tweaked/src/main/resources/META-INF/mods.toml

27 lines
726 B
TOML
Raw Normal View History

modLoader="javafml"
2022-07-28 07:51:10 +00:00
loaderVersion="[42,43)"
issueTrackerURL="https://github.com/cc-tweaked/CC-Tweaked/issues"
logoFile="pack.png"
license="ComputerCraft Public License (https://raw.githubusercontent.com/dan200/ComputerCraft/master/LICENSE)"
[[mods]]
modId="computercraft"
version="${file.jarVersion}"
displayName="CC: Tweaked"
displayURL="https://tweaked.cc"
credits="Created by Daniel Ratcliffe (@DanTwoHundred)"
authors="Daniel Ratcliffe, Aaron Mills, SquidDev"
description='''
CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.
'''
[[dependencies.computercraft]]
modId="forge"
mandatory=true
2022-07-28 07:51:10 +00:00
versionRange="[42.0.0,43)"
ordering="NONE"
side="BOTH"