CC-Tweaked/projects/forge/src/testMod/resources/META-INF/neoforge.mods.toml

32 lines
806 B
TOML

# SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
#
# SPDX-License-Identifier: MPL-2.0
modLoader="javafml"
loaderVersion="[1,)"
issueTrackerURL="https://github.com/cc-tweaked/CC-Tweaked/issues"
displayURL="https://github.com/cc-tweaked/CC-Tweaked"
credits="Created by Daniel Ratcliffe (@DanTwoHundred)"
authors="Daniel Ratcliffe, Aaron Mills, SquidDev"
license="ComputerCraft Public License (https://raw.githubusercontent.com/dan200/ComputerCraft/master/LICENSE)"
[[mods]]
modId="cctest"
version="1.0.0"
displayName="CC: Tweaked test framework"
description='''
A test framework for ensuring CC: Tweaked works correctly.
'''
[[dependencies.cctest]]
modId="computercraft"
type="required"
versionRange="[1.0,)"
ordering="AFTER"
side="BOTH"
[[mixins]]
config="computercraft-gametest.mixins.json"