Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit c991735

Browse files
authored
Fix compilation issues (PurpurMC#1530)
1 parent 6e1147f commit c991735

306 files changed

Lines changed: 1065 additions & 1005 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repositories {
5656
}
5757

5858
dependencies {
59-
remapper("net.fabricmc:tiny-remapper:0.10.1:fat")
59+
remapper("net.fabricmc:tiny-remapper:0.10.3:fat")
6060
decompiler("org.vineflower:vineflower:1.10.1")
6161
paperclip("io.papermc:paperclip:3.0.3")
6262
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group = org.purpurmc.purpur
22
version = 1.21-R0.1-SNAPSHOT
33

44
mcVersion = 1.21
5-
paperCommit = f873bcee24264ea91a3350af871222b09c4ee228
5+
paperCommit = a7f66333625febf891e5126bbd432707d38d1b1c
66

77
org.gradle.caching = true
88
org.gradle.parallel = true

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME
File renamed without changes.
File renamed without changes.

patches/api/0019-Add-predicate-to-recipe-s-ExactChoice-ingredient.patch renamed to patches/api/0018-Add-predicate-to-recipe-s-ExactChoice-ingredient.patch

File renamed without changes.
File renamed without changes.

patches/api/0022-Full-netherite-armor-grants-fire-resistance.patch renamed to patches/api/0021-Full-netherite-armor-grants-fire-resistance.patch

File renamed without changes.

patches/api/0023-Add-EntityTeleportHinderedEvent.patch renamed to patches/api/0022-Add-EntityTeleportHinderedEvent.patch

File renamed without changes.

0 commit comments

Comments
 (0)