Skip to content

Commit

Permalink
Update neoforged, but mixins no worky
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-makes committed Dec 7, 2023
1 parent 3355232 commit be42986
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ plugins {
id 'eclipse'
id 'idea'
id 'maven-publish'
id 'net.neoforged.gradle.userdev' version '7.0.5'
id 'net.neoforged.gradle.userdev' version '7.0.57'
}

version = rootProject.findProperty("mod_version")
group = rootProject.findProperty("maven_group")

repositories {
mavenLocal()
mavenCentral()
maven {
name = 'Sponge / Mixin'
url = 'https://repo.spongepowered.org/repository/maven-public/'
}
}

base {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mod_name=lighty
fabric_loader_version=0.14.22
fabric_api_version=0.89.0+1.20.2

neo_version=20.2.3-beta
neo_version=20.2.86
# neo stuff
minecraft_version_range=[1.20.2,1.21)
neo_version_range=[20.2,)
Expand Down

0 comments on commit be42986

Please sign in to comment.