1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-16 18:19:55 +00:00
CC-Tweaked/projects/forge/src/main/resources/META-INF/mods.toml
Jonathan Coates 3920ff08ab
Some README cleanup
- Standardise our badges a little, adding a modrinth badge.
 - Mention Fabric and Forge support.
 - Don't include MC version in the Modrinth version number. I feel this
   was required at some point, but apparently not any more! This also
   allows us to use Modrinth for the Forge update JSON.
2023-04-06 18:18:40 +01:00

32 lines
912 B
TOML

# SPDX-FileCopyrightText: 2019 The CC: Tweaked Developers
#
# SPDX-License-Identifier: MPL-2.0
modLoader="javafml"
loaderVersion="[45,46)"
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"
updateJSONURL = "https://api.modrinth.com/updates/cc-tweaked/forge_updates.json"
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
versionRange="[${forgeVersion},46)"
ordering="NONE"
side="BOTH"