Skip to content

Commit

Permalink
Add support for 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Dec 6, 2024
1 parent 8388e39 commit bd13da5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Check out **[images section](#images)** down below.

## Installation

Paper **1.19.4** - **1.21.3** with **Java 21** (or higher) is required. Plugin should also work on **Paper** forks.
Paper **1.19.4** - **1.21.4** with **Java 21** (or higher) is required. Plugin should also work on **Paper** forks.

**Spigot** is **not** supported.

Expand Down
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ val supportedVersions =
"1.21",
"1.21.1",
"1.21.2",
"1.21.3"
"1.21.3",
"1.21.4",
)

allprojects {
Expand Down Expand Up @@ -63,7 +64,7 @@ dependencies {
implementation(project(":implementation_1_19_4", configuration = "reobf"))

implementation("de.oliver:FancyLib:33")
implementation("de.oliver:FancySitula:0.0.12")
implementation("de.oliver:FancySitula:0.0.13")
implementation("de.oliver.FancyAnalytics:api:0.1.6")
implementation("de.oliver.FancyAnalytics:logger:0.0.6")

Expand Down Expand Up @@ -104,7 +105,7 @@ paper {

tasks {
runServer {
minecraftVersion("1.21.3")
minecraftVersion("1.21.4")

downloadPlugins {
modrinth("fancynpcs", "2.4.0")
Expand Down

0 comments on commit bd13da5

Please sign in to comment.