sort of working Forge project

This commit is contained in:
dfsek
2021-04-29 01:55:24 -07:00
parent 59b655ce5d
commit 54bb4ef109
4 changed files with 68 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
modLoader = "javafml"
loaderVersion = "[33,)"
license = "GNU General Public License, version 3.0"
issueTrackerURL = "https://github.com/PolyhedralDev/Terra/issues"
[[mods]]
modId = "terra"
version = "@VERSION@"
displayName = "Terra"
displayURL = "https://github.com/PolyhedralDev/Terra"
logoFile = "logo_text.png"
authors = "dfsek & Terra contributors"
description = '''
Powerful data-driven world generator
'''
[[dependencies.terra]]
modId = "forge"
mandatory = true
versionRange = "[36.0.4,)"
ordering = "NONE"
side = "BOTH"

View File

@@ -0,0 +1,6 @@
{
"pack": {
"description": "Terra resources",
"pack_format": 6
}
}