diff --git a/prism/instance.cfg b/prism/instance.cfg new file mode 100644 index 0000000..311dfcb --- /dev/null +++ b/prism/instance.cfg @@ -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 diff --git a/prism/mmc-pack.json b/prism/mmc-pack.json new file mode 100644 index 0000000..4c60be0 --- /dev/null +++ b/prism/mmc-pack.json @@ -0,0 +1,13 @@ +{ + "components": [ + { + "important": true, + "uid": "net.minecraft", + "version": "a1.1.2_01" + }, + { + "uid": "org.multimc.custom.fakeonline" + } + ], + "formatVersion": 1 +} diff --git a/prism/pack.sh b/prism/pack.sh new file mode 100755 index 0000000..07353b3 --- /dev/null +++ b/prism/pack.sh @@ -0,0 +1,5 @@ +#!/bin/sh +zip -9r 'Minecraft through the ages.zip' \ + patches \ + instance.cfg \ + mmc-pack.json