Skip to content

Commit 2fa628e

Browse files
authored
Merge pull request #6 from Glass-Series/b1.7.3
Merge Glass Instance
2 parents 3ca8967 + 62e4c10 commit 2fa628e

File tree

11 files changed

+109
-67
lines changed

11 files changed

+109
-67
lines changed

.github/workflows/pack.yml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,25 @@ on: [push]
33
jobs:
44
build:
55
runs-on: ubuntu-latest
6+
if: ${{ !contains(github.event.head_commit.message, 'nobuild') }}
67
steps:
7-
- uses: actions/checkout@v3
8-
- run: ./pack.sh
9-
- name: Upload artifact
10-
uses: actions/upload-artifact@v3
8+
- uses: actions/checkout@v4
9+
- name: Generate Pack
10+
run: ./pack.sh
11+
- name: Upload Artifact
12+
uses: actions/upload-artifact@v4
1113
with:
1214
name: babric-b1.7.3.zip
1315
path: ./babric-b1.7.3.zip
16+
- name: Create Shorthand Hash
17+
id: vars
18+
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
19+
- name: Create Release
20+
uses: softprops/action-gh-release@v2
21+
with:
22+
files: babric-b1.7.3.zip
23+
name: ${{ steps.vars.outputs.sha_short }} (Generated Release)
24+
body: |
25+
Autogenerated release via actions.
26+
https://github.com/Glass-Series/babric-prism-instance/releases/download/${{ steps.vars.outputs.sha_short }}/babric-b1.7.3.zip
27+
tag_name: ${{ steps.vars.outputs.sha_short }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.zip
2+
.idea

.packignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.git/*
2-
.gitignore
2+
.github/*
33
.minecraft/*
4+
.idea/*
5+
.gitignore
46
README.md
57
pack.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Instance with b1.7.3 babric included for [PrismLauncher](https://github.com/PrismLauncher/PrismLauncher) (should work on MultiMC aswell)
22

33
# Usage
4-
1. Go to [releases](https://github.com/babric/prism-instance/releases)
4+
1. Go to [releases](https://github.com/Glass-Series/babric-prism-instance/releases)
55
2. Drag and drop the download link into your PrismLauncher
66
3. Pick the name and click OK!
77

instance.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
InstanceType=OneSix
2+
JvmArgs="-Dapple.awt.application.appearance=system"
3+
OverrideJavaArgs=true
24
name=babric b1.7.3
35
iconKey=fabric

mmc-pack.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"components": [
33
{
44
"cachedName": "LWJGL 2",
5-
"cachedVersion": "2.9.4-babric.1",
5+
"cachedVersion": "2.9.4+legacyfabric.9",
66
"cachedVolatile": true,
77
"dependencyOnly": true,
88
"uid": "org.lwjgl",
9-
"version": "2.9.4-babric.1"
9+
"version": "2.9.4+legacyfabric.9"
1010
},
1111
{
1212
"cachedName": "Minecraft",
1313
"cachedRequires": [
1414
{
15-
"suggests": "2.9.4-nightly-20150209",
15+
"suggests": "2.9.4+legacyfabric.9",
1616
"uid": "org.lwjgl"
1717
}
1818
],
@@ -37,19 +37,20 @@
3737
"cachedVersion": "b1.7.3",
3838
"cachedVolatile": true,
3939
"dependencyOnly": true,
40-
"uid": "babric.intermediary",
40+
"uid": "net.fabricmc.intermediary",
4141
"version": "b1.7.3"
4242
},
4343
{
4444
"cachedName": "Fabric Loader",
4545
"cachedRequires": [
4646
{
47-
"uid": "babric.intermediary"
47+
"equals": "b1.7.3",
48+
"uid": "net.fabricmc.intermediary"
4849
}
4950
],
50-
"cachedVersion": "0.15.6-babric.2",
51+
"cachedVersion": "0.16.7",
5152
"uid": "net.fabricmc.fabric-loader",
52-
"version": "0.15.6-babric.2"
53+
"version": "0.16.7"
5354
}
5455
],
5556
"formatVersion": 1

patches/babric.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
{
3838
"name": "com.google.guava:guava:31.0.1-jre"
3939
},
40+
{
41+
"name": "com.google.guava:failureaccess:1.0.1"
42+
},
4043
{
4144
"name": "org.apache.commons:commons-lang3:3.12.0"
4245
},

patches/net.fabricmc.fabric-loader.json

Lines changed: 0 additions & 43 deletions
This file was deleted.

patches/babric.intermediary.json renamed to patches/net.fabricmc.intermediary.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"formatVersion": 1,
33
"libraries": [
44
{
5-
"name": "babric:intermediary:b1.7.3",
5+
"name": "babric:intermediary-upstream:b1.7.3",
66
"url": "https://maven.glass-launcher.net/babric"
77
}
88
],
99
"name": "Intermediary Mappings",
10-
"releaseTime": "2022-03-20T00:31:28.800Z",
10+
"releaseTime": "2024-10-18T18:57:03.000Z",
1111
"requires": [
1212
{
1313
"equals": "b1.7.3",
1414
"uid": "net.minecraft"
1515
}
1616
],
1717
"type": "release",
18-
"uid": "babric.intermediary",
18+
"uid": "net.fabricmc.intermediary",
1919
"version": "b1.7.3",
2020
"volatile": true
2121
}

patches/net.minecraft.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"+traits": [
3+
"legacyLaunch",
4+
"legacyServices",
5+
"texturepacks"
6+
],
7+
"assetIndex": {
8+
"id": "pre-1.6",
9+
"sha1": "3d8e55480977e32acd9844e545177e69a52f594b",
10+
"size": 74091,
11+
"totalSize": 49505710,
12+
"url": "https://piston-meta.mojang.com/v1/packages/3d8e55480977e32acd9844e545177e69a52f594b/pre-1.6.json"
13+
},
14+
"compatibleJavaMajors": [
15+
17
16+
],
17+
"compatibleJavaName": "java-runtime-gamma",
18+
"formatVersion": 1,
19+
"mainJar": {
20+
"downloads": {
21+
"artifact": {
22+
"sha1": "43db9b498cb67058d2e12d394e6507722e71bb45",
23+
"size": 1465375,
24+
"url": "https://launcher.mojang.com/v1/objects/43db9b498cb67058d2e12d394e6507722e71bb45/client.jar"
25+
}
26+
},
27+
"name": "com.mojang:minecraft:b1.7.3:client"
28+
},
29+
"minecraftArguments": "${auth_player_name} ${auth_session} --gameDir ${game_directory} --assetsDir ${game_assets}",
30+
"name": "Minecraft",
31+
"releaseTime": "2011-07-08T00:00:00+02:00",
32+
"requires": [
33+
{
34+
"suggests": "2.9.4+legacyfabric.9",
35+
"uid": "org.lwjgl"
36+
}
37+
],
38+
"type": "old_beta",
39+
"uid": "net.minecraft",
40+
"version": "b1.7.3"
41+
}

0 commit comments

Comments
 (0)