mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-04 05:09:12 +00:00
25 lines
631 B
TOML
25 lines
631 B
TOML
modLoader="javafml"
|
|
loaderVersion="[28,29)"
|
|
|
|
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="[28.1.71,29)"
|
|
ordering="NONE"
|
|
side="BOTH"
|