mid-kid
4 weeks ago
3 changed files with 29 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
[General] |
|||
ConfigVersion=1.2 |
|||
ExportAuthor= |
|||
ExportName=Minecraft through the ages |
|||
ExportOptionalFiles=true |
|||
ExportSummary= |
|||
ExportVersion=1.0.0 |
|||
InstanceType=OneSix |
|||
JoinServerOnLaunch=true |
|||
JoinServerOnLaunchAddress=127.0.0.1 |
|||
name=Minecraft through the ages |
@ -0,0 +1,13 @@ |
|||
{ |
|||
"components": [ |
|||
{ |
|||
"important": true, |
|||
"uid": "net.minecraft", |
|||
"version": "a1.1.2_01" |
|||
}, |
|||
{ |
|||
"uid": "org.multimc.custom.fakeonline" |
|||
} |
|||
], |
|||
"formatVersion": 1 |
|||
} |
@ -0,0 +1,5 @@ |
|||
#!/bin/sh |
|||
zip -9r 'Minecraft through the ages.zip' \ |
|||
patches \ |
|||
instance.cfg \ |
|||
mmc-pack.json |
Loading…
Reference in new issue