Skip to content

Commit

Permalink
update moddev
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari023 committed Jun 6, 2024
1 parent 72ec967 commit 46ab0de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("net.neoforged.moddev") version "0.1.52-pr-1-pr-publish"
id("net.neoforged.moddev") version "0.1.59-pr-1-pr-publish"
id("com.diffplug.spotless") version "6.25.0"
id("maven-publish")
java
Expand Down Expand Up @@ -38,9 +38,6 @@ val artifactVersion = version
java.toolchain.languageVersion = JavaLanguageVersion.of(21)

dependencies {
//temporarily explicitly depend on mixinextras, since moddev seems to not include it
runtimeOnly("io.github.llamalad7:mixinextras-neoforge:0.3.6")

//implementation("top.theillusivec4.curios:curios-neoforge:${curiosVersion}")
implementation("appeng:appliedenergistics2-neoforge:${ae2Version}")

Expand Down

0 comments on commit 46ab0de

Please sign in to comment.