1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-01 08:20:47 +00:00
CC-Tweaked/src/main/resources/META-INF/mods.toml
2019-04-24 10:33:50 +01:00

25 lines
622 B
TOML

modLoader="javafml"
loaderVersion="[25,)"
issueTrackerURL="https://github.com/SquidDev-CC/CC-Tweaked/issues"
displayURL="https://github.com/SquidDev-CC/CC-Tweaked"
logoFile="pack.png"
credits="Created by Daniel Ratcliffe (@DanTwoHundred)"
authors="Daniel Ratcliffe, Aaron Mills, SquidDev"
[[mods]]
modId="computercraft"
version="${version}"
displayName="CC: Tweaked"
description='''
CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.
'''
[[dependencies.computercraft]]
modId="forge"
mandatory=true
versionRange="[25,)"
ordering="NONE"
side="BOTH"