Skip to content

Commit

Permalink
feat: port to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Dec 9, 2023
1 parent c2815eb commit cb82fb6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,5 @@
## [83.0.0]
## [84.0.0]

### Changed

- Updated to 1.20.3 for NeoForge
- Updated to 1.20.4 for NeoForge
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -2,8 +2,8 @@ plugins {
id 'idea'
id 'java-library'
id 'maven-publish'
id 'net.neoforged.gradle.userdev' version '7.0.57'
id 'net.neoforged.gradle.mixin' version '7.0.57'
id 'net.neoforged.gradle.userdev' version '7.0.61'
id 'net.neoforged.gradle.mixin' version '7.0.61'
id "me.modmuss50.mod-publish-plugin" version "0.4.5"
}

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Expand Up @@ -3,10 +3,10 @@
org.gradle.jvmargs=-Xmx4G

mod_id=xray
mod_version=83.0.0
minecraft_version=1.20.3
minecraft_version_range=[%base],1.20.4
mod_version=84.0.0
minecraft_version=1.20.4
minecraft_version_range=[%base],1.20.5

# Forge
forge_version=20.3.1-beta
forge_version=20.4.3-beta
curse_id=256256

0 comments on commit cb82fb6

Please sign in to comment.