Skip to content

Commit

Permalink
Bump fabric/neoforge dependencies to 1.21, update README.md, bump Gey…
Browse files Browse the repository at this point in the history
…ser version to 2.4.0
  • Loading branch information
onebeastchris committed Jun 12, 2024
1 parent d198071 commit 82d68bf
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The ultimate goal of this project is to allow Minecraft: Bedrock Edition users t

Special thanks to the DragonProxy project for being a trailblazer in protocol translation and for all the team members who have joined us here!

### Currently supporting Minecraft Bedrock 1.20.80 - 1.21.0 and Minecraft Java 1.20.5/1.20.6
### Currently supporting Minecraft Bedrock 1.20.80 - 1.21.0 and Minecraft Java 1.21

## Setting Up
Take a look [here](https://wiki.geysermc.org/geyser/setup/) for how to set up Geyser.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ config = "geyser.mixins.json"
[[dependencies.geyser_neoforge]]
modId="minecraft"
type="required"
versionRange="[1.20.5,1.21)"
versionRange="[1.20.5,)"
ordering="NONE"
side="BOTH"
11 changes: 8 additions & 3 deletions build-logic/src/main/kotlin/geyser.modded-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,23 @@ afterEvaluate {
}

dependencies {
minecraft("com.mojang:minecraft:1.20.5")
minecraft("com.mojang:minecraft:1.21-rc1")
mappings(loom.officialMojangMappings())
}

repositories {
// mavenLocal()
maven("https://repo.opencollab.dev/maven-releases/")
maven("https://repo.opencollab.dev/maven-snapshots/")
maven("https://repo.opencollab.dev/main")
maven("https://jitpack.io")
maven("https://oss.sonatype.org/content/repositories/snapshots/")
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
maven("https://maven.neoforged.net/releases")
maven("https://prmaven.neoforged.net/NeoForge/pr1076") {
name = "Maven for 1.21 PR"
content {
includeModule("net.neoforged", "neoforge")
}
}
}

modrinth {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ org.gradle.vfs.watch=false

group=org.geysermc
id=geyser
version=2.3.2-SNAPSHOT
version=2.4.0-SNAPSHOT
description=Allows for players from Minecraft: Bedrock Edition to join Minecraft: Java Edition servers.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ commodore = "2.2"
bungeecord = "a7c6ede"
velocity = "3.3.0-SNAPSHOT"
viaproxy = "3.2.1"
fabric-minecraft = "1.20.5"
fabric-loader = "0.15.10"
fabric-api = "0.97.6+1.20.5"
fabric-minecraft = "1.21-rc1"
fabric-loader = "0.15.11"
fabric-api = "0.100.1+1.21"
fabric-permissions = "0.2-SNAPSHOT"
neoforge-minecraft = "20.5.0-beta"
neoforge-minecraft = "21.0.0-alpha.1.21-rc1.20240611.001314"
mixin = "0.8.5"

# plugin versions
Expand Down

0 comments on commit 82d68bf

Please sign in to comment.