Skip to content

Commit

Permalink
chore: add (disalbed) Mystical Agriculture dependency
Browse files Browse the repository at this point in the history
to test possible crafting issues, see #900
  • Loading branch information
klikli-dev committed Mar 12, 2023
1 parent eb512f4 commit 74ffa9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@ dependencies {

//runtime only helper mods for dev env, placed in ./runtime-mods, example: Hwyla-forge-1.10.11-B78_1.16.2.jar
//runtimeOnly fg.deobf("ignoredvalue:Hwyla:forge-1.10.11-B78_1.16.2")

//alltheores - for recipe testing
//enable once available for 1.19.3
//runtimeOnly fg.deobf("curse.maven:alltheores-405593:xyz") //

//Ma for crafting issue testing
// runtimeOnly fg.deobf("curse.maven:mysticalagriculture-246640:4399151") //MysticalAgriculture-1.19.3-6.1.4.jar
// runtimeOnly fg.deobf("curse.maven:cucumber-272335:4395466") //Cucumber-1.19.3-6.1.2.jar
}

// Example for how to get properties into the manifest for reading by the runtime..
Expand Down

0 comments on commit 74ffa9a

Please sign in to comment.