Skip to content

Commit

Permalink
Update to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Dec 9, 2024
1 parent 89c14e1 commit faf4d45
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### 6.0.0
### 21.4.0

- Update to Minecraft 1.21
- Update to Minecraft 1.21.4
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id("dev.nanite.mlp") version("0.3.0")
id("dev.nanite.mlp") version("0.4.0")
id("java-library")
id("maven-publish")
id("me.modmuss50.mod-publish-plugin") version "0.3.0"
id("me.modmuss50.mod-publish-plugin") version "0.8.1"
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.0'
}

Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
mod_version=7.0.0
mod_version=21.4.0
maven_group=com.unrealdinnerbone
curse_id=517002
mod_name=IBICF
Expand All @@ -8,18 +8,18 @@ mod_id=ibicf


# Common
minecraft_version=1.21.1
minecraft_version=1.21.4

# Forge
#forge_version=49.0.13

neo_version=21.1.50
neo_version=21.4.12-beta

fabric_version=0.104.0+1.21.1
fabric_loader_version=0.16.5
fabric_version=0.111.0+1.21.4
fabric_loader_version=0.16.9

# Other
trenzalore_version=6.1.1
trenzalore_version=21.4.0

# Gradle
org.gradle.jvmargs=-Xmx3G
Expand Down
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-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit faf4d45

Please sign in to comment.