working decently on linux!

This commit is contained in:
Joey Eamigh
2023-06-21 19:22:00 -04:00
parent 3aeb275a65
commit 1a41f832e4
4 changed files with 109 additions and 12 deletions

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -1,3 +1,6 @@
InstanceType=OneSix
iconKey=icon
name=FishPog Pixelmon
JoinServerOnLaunch=true
JoinServerOnLaunchAddress=minecraft.233hfd.com
JoinWorldOnLaunch=true
iconKey=fishpog_pixelmon

38
modpack/mmc-pack.json Normal file
View File

@@ -0,0 +1,38 @@
{
"components": [
{
"cachedName": "LWJGL 3",
"cachedVersion": "3.2.2",
"cachedVolatile": true,
"dependencyOnly": true,
"uid": "org.lwjgl3",
"version": "3.2.2"
},
{
"cachedName": "Minecraft",
"cachedRequires": [
{
"equals": "3.2.2",
"suggests": "3.2.2",
"uid": "org.lwjgl3"
}
],
"cachedVersion": "1.16.5",
"uid": "net.minecraft",
"version": "1.16.5"
},
{
"cachedName": "Forge",
"cachedRequires": [
{
"equals": "1.16.5",
"uid": "net.minecraft"
}
],
"cachedVersion": "36.2.34",
"uid": "net.minecraftforge",
"version": "36.2.34"
}
],
"formatVersion": 1
}