Begin on 1.14 port
This commit is contained in:
14
src/main/resources/META-INF/mods.toml
Normal file
14
src/main/resources/META-INF/mods.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
modLoader="javafml"
|
||||
loaderVersion="[28,)"
|
||||
issueTrackerURL="https://github.com/raoulvdberge/refinedstorage"
|
||||
[[mods]]
|
||||
modId="refinedstorage"
|
||||
version="${file.jarVersion}"
|
||||
displayName="Refined Storage"
|
||||
updateJSONURL="https://refinedstorage.raoulvdberge.com/update"
|
||||
displayURL="https://refinedstorage.raoulvdberge.com"
|
||||
logoFile="assets/refinedstorage/textures/logo.png"
|
||||
authors="Refined Storage authors"
|
||||
description='''
|
||||
An elegant solution to your hoarding problem
|
||||
'''
|
||||
@@ -1,16 +0,0 @@
|
||||
[
|
||||
{
|
||||
"modid": "refinedstorage",
|
||||
"name": "Refined Storage",
|
||||
"description": "An elegant solution to your hoarding problem",
|
||||
"version": "${version}",
|
||||
"mcversion": "1.12.2",
|
||||
"url": "https://refinedstorage.raoulvdberge.com",
|
||||
"updateUrl": "",
|
||||
"authorList": ["Refined Storage contributors"],
|
||||
"credits": "",
|
||||
"logoFile": "assets/refinedstorage/textures/logo.png",
|
||||
"screenshots": [],
|
||||
"dependencies": []
|
||||
}
|
||||
]
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"description": "Refined Storage resources",
|
||||
"pack_format": 3
|
||||
"pack_format": 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user