Second pass. Set up the fabric files!

This commit is contained in:
Sollace 2019-05-28 01:50:18 +02:00
parent c1c9951412
commit 8442a75495
6 changed files with 34 additions and 46 deletions

View file

@ -0,0 +1,33 @@
{
"schemaVersion": 1,
"id": "minelp",
"version": "${version}",
"name": "Mine Little Pony",
"description": "Mine Little Pony turns players and mobs into ponies.",
"authors": [
"Mumfrey", "Killjoy1221", "Sollace"
],
"contact": {
"homepage": "https://minelittlepony-mod.com/",
"sources": "http://github.com/MineLittlePony/MineLittlePony"
},
"license": "CC0-1.0",
"icon": "minelp_logo.png",
"environment": "client",
"entrypoints": {
"client": [
"com.minelittlepony.client.FabMod"
]
},
"mixins": [
"minelp.mixin.json"
],
"requires": {
"fabricloader": ">=0.4.0",
"fabric": "*"
},
"depends": {
"hdskins": "*",
"kirin": "*"
}
}

View file

@ -1,11 +0,0 @@
{
"name": "minelittlepony",
"mcversion": "${mcversion}",
"version": "${version}",
"revision": "${revision}",
"description": "Mine Little Pony turns players and mobs into ponies",
"mixinConfigs": [
"minelp.mixin.json",
"hdskins.mixin.json"
]
}

View file

@ -5,6 +5,7 @@
"refmap": "minelp.mixin.refmap.json", "refmap": "minelp.mixin.refmap.json",
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_8",
"mixins": [ "mixins": [
"IResizeable",
"MixinDefaultPlayerSkin", "MixinDefaultPlayerSkin",
"MixinFirstPersonRenderer", "MixinFirstPersonRenderer",
"MixinGlStateManager", "MixinGlStateManager",

View file

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View file

@ -1,35 +0,0 @@
modLoader="javafml"
loaderVersion="[24,)"
issueTrackerURL="http://github.com/MineLittlePony/MineLittlePony/issues/"
logoFile="minelp_logo.png"
[[mods]]
modId="minelittlepony"
version="3.2"
displayName="Mine Little Pony"
displayURL="http://minelittlepony-mod.com/"
credits="Verdana, Rene_Z, Mumfrey, Killjoy1221, Sollace"
authors="Verdana"
description='''
Mine Little Pony turns players and mobs into ponies.
Press F9 ingame to access settings.'''
[[dependencies.minelittlepony]]
modId="forge"
mandatory=true
versionRange="[25,)"
ordering="NONE"
side="BOTH"
[[dependencies.minelittlepony]]
modId="minecraft"
mandatory=true
versionRange="[1.13.2]"
ordering="NONE"
side="BOTH"
[[dependencies.minelittlepony]]
modId="hdskins"
mandatory=false
versionRange="[5.0.0,)"
ordering="BEFORE"
side="BOTH"