Skip to content

Commit

Permalink
1.20.4 WM1.37.4 MM23.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Dec 8, 2023
1 parent 935541b commit 18f4743
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Fabric-1.20.3 PR Build
name: Fabric-1.20.4 PR Build

on:
pull_request:
branches:
- "fabric-1.20.3"
- "fabric-1.20.4"
env:
MINECRAFT_VERSION: "1.20.3"
MINECRAFT_VERSION: "1.20.4"
MOD_LOADER: "Fabric"

jobs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Fabric 1.20.3 Build And Release
name: Fabric 1.20.4 Build And Release

on:
push:
branches:
- "fabric-1.20.3"
- "fabric-1.20.4"
env:
MINECRAFT_VERSION: "1.20.3"
MINECRAFT_VERSION_SHORT: "1.20.3"
MINECRAFT_VERSION: "1.20.4"
MINECRAFT_VERSION_SHORT: "1.20.4"
MOD_LOADER: "Fabric"
FABRIC_API_VERSION: "0.91.1+1.20.3"
FABRIC_API_MODRINTH_VERSION_ID: "Yolngp3s"
FABRIC_API_VERSION: "0.91.2+1.20.4"
FABRIC_API_MODRINTH_VERSION_ID: "yGY1P8Yr"

jobs:
build:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
XaeroPlus-${{ env.MOD_LOADER }}-${{ env.MINECRAFT_VERSION }}-${{ github.run_number }}-WM${{ env.WORLDMAP_VERSION }}-MM${{ env.MINIMAP_VERSION }}.jar
XaeroPlus-modpack-${{ env.MOD_LOADER }}-${{ env.MINECRAFT_VERSION }}-${{ github.run_number }}.zip
github-tag: ${{ env.MOD_LOADER }}-${{ env.MINECRAFT_VERSION }}-${{ github.run_number }}
github-commitish: fabric-1.20.3
github-commitish: fabric-1.20.4

files: |
XaeroPlus-${{ env.MOD_LOADER }}-${{ env.MINECRAFT_VERSION }}-${{ github.run_number }}-WM${{ env.WORLDMAP_VERSION }}-MM${{ env.MINIMAP_VERSION }}.jar
Expand All @@ -118,6 +118,7 @@ jobs:
${{ env.MOD_LOADER }}
quilt
game-versions: |
1.20.3
${{ env.MINECRAFT_VERSION }}
dependencies: |
xaerominimap@${{ env.MINIMAP_VERSION }}(required){modrinth:1bokaNcj}{curseforge:263420}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<img src="https://img.shields.io/badge/MC-1.12.2-brightgreen.svg" alt="Minecraft"/>
<img src="https://img.shields.io/badge/MC-1.20.1-brightgreen.svg" alt="Minecraft"/>
<img src="https://img.shields.io/badge/MC-1.20.2-brightgreen.svg" alt="Minecraft"/>
<img src="https://img.shields.io/badge/MC-1.20.3-brightgreen.svg" alt="Minecraft"/>
<img src="https://img.shields.io/badge/MC-1.20.4-brightgreen.svg" alt="Minecraft"/>
<img src="https://img.shields.io/github/languages/code-size/rfresh2/XaeroPlus.svg" alt="Code size"/>
<img src="https://img.shields.io/github/repo-size/rfresh2/XaeroPlus.svg" alt="GitHub repo size"/>
<img src="https://tokei.rs/b1/github/rfresh2/XaeroPlus?category=code&style=flat" alt="Lines of Code"/>
Expand Down
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ afterEvaluate {
}

ext {
worldmap_version = "1.37.2"
minimap_version = "23.9.3"
worldmap_version = "1.37.4"
minimap_version = "23.9.4"
}

dependencies {
Expand All @@ -60,17 +60,17 @@ dependencies {
jarLibs "com.github.collarmc:pounce:0e8492b68e"
jarLibs 'org.xerial:sqlite-jdbc:3.44.1.0'

modImplementation "maven.modrinth:xaeros-world-map:${worldmap_version}_Fabric_1.20.3"
modImplementation "maven.modrinth:xaeros-minimap:${minimap_version}_Fabric_1.20.3"
modCompileOnly files("libs/BetterPvP_${minimap_version}_Fabric_1.20.3.jar")
modImplementation files("libs/baritone-unoptimized-fabric-1.10.2.jar")
modImplementation "maven.modrinth:xaeros-world-map:${worldmap_version}_Fabric_1.20.4"
modImplementation "maven.modrinth:xaeros-minimap:${minimap_version}_Fabric_1.20.4"
modCompileOnly files("libs/BetterPvP_${minimap_version}_Fabric_1.20.4.jar")
modCompileOnly files("libs/baritone-unoptimized-fabric-1.10.4.jar")
modCompileOnly "maven.modrinth:waystones:15.0.1+fabric-1.20.2"
modCompileOnly "maven.modrinth:balm:8.0.1+fabric-1.20.2"
modCompileOnly "maven.modrinth:fwaystones:3.3.1+mc1.20.2"
modCompileOnly "maven.modrinth:owo-lib:0.11.3+1.20.2"
// runtimeOnly "blue.endless:jankson:1.2.3"
// modRuntimeOnly "maven.modrinth:auth-me:7.0.2+1.20"
modRuntimeOnly "maven.modrinth:cloth-config:12.0.111+fabric"
// modRuntimeOnly "maven.modrinth:cloth-config:12.0.111+fabric"
}

processResources {
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ org.gradle.jvmargs=-Xmx4G
org.gradle.parallel=false
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.3
yarn_mappings=1.20.3+build.1
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.1
loader_version=0.14.25
# Mod Properties
mod_version=1.20.3
mod_version=1.20.4
maven_group=xaeroplus
archives_base_name=xaeroplus
# Dependencies
fabric_version=0.91.1+1.20.3
fabric_version=0.91.1+1.20.4
loom.platform=fabric
Binary file not shown.
Binary file not shown.

0 comments on commit 18f4743

Please sign in to comment.