Skip to content

Commit

Permalink
change: Update to 1.21
Browse files Browse the repository at this point in the history
Re-enables NeoForge support
  • Loading branch information
FlashyReese committed Jun 14, 2024
1 parent f085dd7 commit 651ff00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ org.gradle.parallel=true
mod_version=1.0.0
maven_group=io.github.amerebagatelle.mods
archives_name=nuit
enabled_platforms=fabric
enabled_platforms=fabric,neoforge
# Minecraft properties
minecraft_version=1.21-rc1
minecraft_version=1.21
# Dependencies
architectury_api_version=12.1.2
fabric_loader_version=0.15.11
fabric_api_version=0.100.1+1.21
neoforge_version=20.6.116
neoforge_version=21.0.2-beta
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ rootProject.name = 'nuit'

include("common")
include("fabric")
//include("neoforge")
include("neoforge")

0 comments on commit 651ff00

Please sign in to comment.