Skip to content

Commit

Permalink
neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-makes committed Jun 13, 2024
1 parent d510583 commit 03e807d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
org.gradle.jvmargs=-Xmx2048M

minecraft_version=1.21-rc1
minecraft_version_lower_bound = 1.21-
minecraft_version=1.21
minecraft_version_lower_bound=1.21

fabric_enabled=true
neoforge_enabled=false
neoforge_enabled=true

issue_url=https://github.com/SchmarrnDevs/Lighty/issues

Expand All @@ -18,12 +18,12 @@ fabric_api_version=0.100.1+1.21
modmenu_version = 11.0.0-beta.1

# neo stuff
neo_version=20.6.98-beta
minecraft_version_range=[1.20.6,1.21)
neo_version_range=[20.6,)
neo_version=21.0.0-beta
minecraft_version_range=[1.21,1.22)
neo_version_range=[21.0.0-beta,)
loader_version_range=[2,)
mapping_channel=official
mapping_version=1.20.6
mapping_version=1.21
mod_id=lighty
mod_license=Apache-2.0
mod_authors=andi_makes, agnor99, Alveel
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
id 'eclipse'
id 'idea'
id 'net.neoforged.gradle.userdev' version '7.0.113'
id 'net.neoforged.gradle.userdev' version '7.0.142'
}

version = "${mod_version}+${minecraft_version}"
Expand Down

0 comments on commit 03e807d

Please sign in to comment.