Begin on 1.14 port

This commit is contained in:
raoulvdberge
2019-08-29 11:30:14 +02:00
parent 738ccca994
commit 41a1740d3c
9 changed files with 217 additions and 272 deletions

View 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
'''

View File

@@ -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": []
}
]

View File

@@ -1,6 +1,6 @@
{
"pack": {
"description": "Refined Storage resources",
"pack_format": 3
"pack_format": 4
}
}