Skip to content

Commit

Permalink
Update gradle to use a real Mantle build
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Dec 26, 2024
1 parent 62974d1 commit 5a58105
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sourceSets {
minecraft {
mappings channel: 'parchment', version: "${parchment_version}-${minecraft_version}"

enableIdeaPrepareRuns = true
// enableIdeaPrepareRuns = true
copyIdeResources = true

accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ forge_range=*
parchment_version=2023.09.03

# Build Dependencies
mantle_version=1.11.DEV
mantle_range=[1.11,)
mantle_version=1.11.11
mantle_range=[1.11.11,)

# Optional compat
jei_version=15.3.+
Expand Down

0 comments on commit 5a58105

Please sign in to comment.