Skip to content

Commit

Permalink
add dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Dec 2, 2023
1 parent e0342a5 commit 6b84144
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ abstract class FabricLikeMinecraftTransformer(
createFabricLoaderDependency(it)
}
}
libraries.get("development")?.asJsonArray?.forEach {
createFabricLoaderDependency(it)
}
}

mainClass = json.get("mainClass")?.asJsonObject
Expand Down

0 comments on commit 6b84144

Please sign in to comment.