Skip to content

Commit

Permalink
1.21.1 port
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Sep 10, 2024
1 parent 0dd7170 commit b5d019f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.6-SNAPSHOT' apply(false)
id 'fabric-loom' version '1.7-SNAPSHOT' apply(false)
id "me.modmuss50.mod-publish-plugin" version "0.5.1"
}

Expand Down
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"bcc.fabric.mixins.json"
],
"depends": {
"fabricloader": ">=0.15",
"fabricloader": ">=0.16",
"fabric": "*",
"minecraft": ">=1.21",
"minecraft": ">=1.21.1",
"java": ">=21"
},
"suggests": {
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Project
mod_version=21.0.2
mod_version=21.1.0
group=dev.wuffs.bcc

# Common
minecraft_version=1.21
minecraft_version=1.21.1

# Neo
neo_version=21.0.8-beta
neo_gradle=[7.0.143,)
neo_version=21.1.46
neo_gradle=[7.0.163,)

# Fabric
fabric_version=0.100.1+1.21
fabric_loader_version=0.15.11
fabric_version=0.103.0+1.21.1
fabric_loader_version=0.16.5

# Mod options
mod_name=BetterCompatibilityChecker
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url "https://maven.wuffs.dev/repository/Minecraft" }
maven { url "https://maven.neoforged.net/releases" }
maven { url = "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
}
}

Expand Down

0 comments on commit b5d019f

Please sign in to comment.