fixed prism launcher export build
This commit is contained in:
parent
8291e0d0ff
commit
e9383e9fcd
4 changed files with 26 additions and 25 deletions
|
@ -1,4 +1,5 @@
|
||||||
[General]
|
[General]
|
||||||
ConfigVersion=1.2
|
ConfigVersion=1.2
|
||||||
|
iconKey=default
|
||||||
name=Azure Undead Modpack
|
name=Azure Undead Modpack
|
||||||
InstanceType=OneSix
|
InstanceType=OneSix
|
||||||
|
|
|
@ -2,43 +2,38 @@
|
||||||
"components": [
|
"components": [
|
||||||
{
|
{
|
||||||
"cachedName": "LWJGL 3",
|
"cachedName": "LWJGL 3",
|
||||||
"cachedVersion": "3.3.1",
|
"cachedVersion": "3.3.2",
|
||||||
"cachedVolatile": true,
|
"cachedVolatile": true,
|
||||||
"dependencyOnly": true,
|
"dependencyOnly": true,
|
||||||
"uid": "org.lwjgl3",
|
"uid": "org.lwjgl3",
|
||||||
"version": "3.3.1"
|
"version": "3.3.2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cachedName": "Minecraft",
|
"cachedName": "Minecraft",
|
||||||
"cachedRequires": [
|
"cachedRequires": [
|
||||||
{
|
{
|
||||||
"suggests": "3.3.1",
|
"suggests": "3.3.2",
|
||||||
"uid": "org.lwjgl3"
|
"uid": "org.lwjgl3"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"cachedVersion": "1.20.1",
|
"cachedVersion": "1.20.4",
|
||||||
"important": true,
|
"important": true,
|
||||||
"uid": "net.minecraft",
|
"uid": "net.minecraft",
|
||||||
"version": "1.20.1"
|
"version": "1.20.4"
|
||||||
},
|
|
||||||
{
|
|
||||||
"cachedName": "unsup",
|
|
||||||
"cachedVersion": "0.2.3",
|
|
||||||
"uid": "com.unascribed.unsup"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cachedName": "Intermediary Mappings",
|
"cachedName": "Intermediary Mappings",
|
||||||
"cachedRequires": [
|
"cachedRequires": [
|
||||||
{
|
{
|
||||||
"equals": "1.20.1",
|
"equals": "1.20.4",
|
||||||
"uid": "net.minecraft"
|
"uid": "net.minecraft"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"cachedVersion": "1.20.1",
|
"cachedVersion": "1.20.4",
|
||||||
"cachedVolatile": true,
|
"cachedVolatile": true,
|
||||||
"dependencyOnly": true,
|
"dependencyOnly": true,
|
||||||
"uid": "net.fabricmc.intermediary",
|
"uid": "net.fabricmc.intermediary",
|
||||||
"version": "1.20.1"
|
"version": "1.20.4"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cachedName": "Fabric Loader",
|
"cachedName": "Fabric Loader",
|
||||||
|
@ -50,6 +45,10 @@
|
||||||
"cachedVersion": "0.15.7",
|
"cachedVersion": "0.15.7",
|
||||||
"uid": "net.fabricmc.fabric-loader",
|
"uid": "net.fabricmc.fabric-loader",
|
||||||
"version": "0.15.7"
|
"version": "0.15.7"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cachedName": "unsup",
|
||||||
|
"uid": "custom.agent.06fcc9ff-e7a6-4558-a398-de414d0a6732"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"formatVersion": 1
|
"formatVersion": 1
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"formatVersion": 1,
|
|
||||||
"name": "GalacticFactory Updater (unsup)",
|
|
||||||
"uid": "com.unascribed.unsup",
|
|
||||||
"version": "0.2.3",
|
|
||||||
"+agents": [
|
|
||||||
{
|
|
||||||
"name": "com.unascribed:unsup:0.2.3",
|
|
||||||
"url": "https://repo.sleeping.town"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"+agents": [
|
||||||
|
{
|
||||||
|
"MMC-displayname": "unsup",
|
||||||
|
"MMC-filename": "06fcc9ff-e7a6-4558-a398-de414d0a6732.jar",
|
||||||
|
"MMC-hint": "local",
|
||||||
|
"name": "custom.agents:06fcc9ff-e7a6-4558-a398-de414d0a6732:1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"formatVersion": 1,
|
||||||
|
"name": "unsup",
|
||||||
|
"uid": "custom.agent.06fcc9ff-e7a6-4558-a398-de414d0a6732"
|
||||||
|
}
|
Loading…
Reference in a new issue