Skip to content

Commit

Permalink
Initialize the 1.21.4 development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Dec 10, 2024
1 parent 28f3564 commit cbca745
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 13,580 deletions.
13,569 changes: 0 additions & 13,569 deletions Upload_new_patches.patch

This file was deleted.

6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'fabric-loom' version '1.9-SNAPSHOT'
id 'maven-publish'
}

Expand Down Expand Up @@ -196,9 +196,9 @@ jar {
import groovy.json.JsonSlurper
static String ci_version() {
try {
def data = new JsonSlurper().parseText(new URL("https://ci.codemc.io/job/MohistMC/job/Banner-1.21.3/api/json").getText("UTF-8"))
def data = new JsonSlurper().parseText(new URL("https://ci.codemc.io/job/MohistMC/job/Banner-1.21.4/api/json").getText("UTF-8"))
return data.builds["number"][0]
} catch (Exception ignored) {
return "1.21.2"
return "1.21.4"
}
}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ fabric.loom.multiProjectOptimisation=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.3
loader_version=0.16.7
minecraft_version=1.21.4
loader_version=0.16.9

# Mod Properties
maven_group = com.mohistmc.banner
archives_base_name = banner

# Dependencies
fabric_version=0.106.1+1.21.3
fabric_version=0.111.0+1.21.4
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions modules/banner-bukkit-manager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ archivesBaseName = project.archives_base_name + "-bukkit-manager"
version = getSubprojectVersion(project)

dependencies {
compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")
compileOnly(fileTree("lib/banner-1.21.3-dev.jar"))
compileOnly("org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT")
compileOnly(fileTree("lib/banner-1.21.4-dev.jar"))
}

moduleDependencies(project, [
Expand Down
2 changes: 1 addition & 1 deletion modules/banner-server/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'fabric-loom' version '1.9-SNAPSHOT'
id 'maven-publish'
}

Expand Down
2 changes: 1 addition & 1 deletion modules/banner-translate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ moduleDependencies(project, [
])

dependencies {
compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT")
}

processResources {
Expand Down

0 comments on commit cbca745

Please sign in to comment.