Skip to content

Commit

Permalink
Lol
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Jun 24, 2024
1 parent 0ffd57b commit c981f76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ minecraft_version=1.21
# Forge
#forge_version=49.0.13

neo_version=21.0.14-beta
neo_version=21.0.30-beta

fabric_version=0.100.1+1.21
fabric_loader_version=0.15.11
Expand Down
11 changes: 0 additions & 11 deletions neo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@ multiLoader.neo() {
}


java.sourceSets {
main {
java {
srcDirs = ["src/main/java", project(":common").file("src/client/java")]
}
resources {
srcDirs = ["src/main/resources", project(":common").file("src/client/resources")]
}
}
}

dependencies {
implementation("com.unrealdinnerbone:trenzalore-neo:${project.property("trenzalore_version")}+mc${project.property("minecraft_version")}")
implementation "dev.ftb.mods:ftb-library-neoforge:${project.property("ftb_lib_version")}"
Expand Down

0 comments on commit c981f76

Please sign in to comment.