Skip to content

Commit 8e3e677

Browse files
committed
fix CI
1 parent d45cfed commit 8e3e677

4 files changed

Lines changed: 8 additions & 15 deletions

File tree

.github/workflows/build-mod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
working-directory: ./mod
2323

2424
- name: Upload Forge Build
25-
uses: actions/upload-artifact@v3
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: Forge
2828
path: mod/dist/*-forge.jar
2929

3030
- name: Upload Fabric Build
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: Fabric
3434
path: mod/dist/*-fabric.jar

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@
44

55
Supports `Journeymap`, `Voxelmap` and `Xaero's World Map` (+minimap).
66

7-
> _This is a fork of [Gjum](https://github.com/Gjum)'s original [Map-Sync](https://github.com/CivPlatform/map-sync) mod_
7+
## [Download](https://modrinth.com/mod/mapsync/versions)
88

9-
### Disclaimer
10-
I am new to mod development, so some things may be imperfect & not the most secure. I started this as a way to learn and to hopefully bring the mod to a state in which my friends & I can use it on our server.
11-
12-
###### In case you notice any **Issues**, open a ticket :)
13-
14-
## [Download](https://github.com/Sheepy-9/map-sync/releases)
15-
On the Releases page
9+
[Join the Discord for announcements, discussion, and support.](https://discord.gg/khMPvWjnKt)
1610

1711
## Usage
1812

mod/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ mod_display_name=MapSync
77
mod_description=Real-time terrain synchronization: See exactly what your friends see, as they explore it.
88
mod_authors=Gjum,Protonull,okx,Huskydog9988,specificlanguage,SirAlador,klaribot,Sheepy_9
99
copyright_licence=GPLv3
10-
mod_home_url=https://github.com/Sheepy-9/map-sync
11-
mod_source_url=https://github.com/Sheepy-9/map-sync
12-
mod_issues_url=https://github.com/Sheepy-9/map-sync/issues
10+
mod_home_url=https://github.com/CivPlatform/map-sync
11+
mod_source_url=https://github.com/CivPlatform/map-sync
12+
mod_issues_url=https://github.com/CivPlatform/map-sync/issues
1313

1414
minecraft_version=1.21.11
1515
# https://parchmentmc.org/docs/getting-started

mod/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
#distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
54
networkTimeout=10000
65
validateDistributionUrl=true
76
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)