File tree Expand file tree Collapse file tree 11 files changed +109
-67
lines changed Expand file tree Collapse file tree 11 files changed +109
-67
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,25 @@ on: [push]
33jobs :
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 }}
Original file line number Diff line number Diff line change 11* .zip
2+ .idea
Original file line number Diff line number Diff line change 11.git/*
2- .gitignore
2+ .github/*
33.minecraft/*
4+ .idea/*
5+ .gitignore
46README.md
57pack.sh
Original file line number Diff line number Diff line change 11Instance 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 )
552 . Drag and drop the download link into your PrismLauncher
663 . Pick the name and click OK!
77
Original file line number Diff line number Diff line change 11InstanceType =OneSix
2+ JvmArgs =" -Dapple.awt.application.appearance=system"
3+ OverrideJavaArgs =true
24name =babric b1.7.3
35iconKey =fabric
Original file line number Diff line number Diff line change 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 ],
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
Original file line number Diff line number Diff line change 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 },
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments