Skip to content

Commit

Permalink
Merge pull request #50 from sweetrpg/1.19
Browse files Browse the repository at this point in the history
Release 1.19
  • Loading branch information
paulyhedral authored Dec 7, 2024
2 parents d9a68be + bc0e076 commit c8e04fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-info/1.19/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.2.5
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ buildscript {
}

plugins {
id "com.modrinth.minotaur" version "2.+"
// It's safest to have this on 2.+ to get the latest features and
// bug fixes without having to worry about breaking changes.
id "com.modrinth.minotaur" version "2.+"
}

apply plugin: 'net.minecraftforge.gradle'
Expand Down Expand Up @@ -119,11 +119,7 @@ minecraft {
dependencies {
minecraft "net.minecraftforge:forge:${project.forge_version}"

// compileOnly fg.deobf("mezz.jei:jei-${jei_version}:api")
// runtimeOnly fg.deobf("mezz.jei:jei-${jei_version}")
implementation fg.deobf("curse.maven:jei-${jei_project_id}:${jei_file_id}")
// compileOnly fg.deobf("vazkii.patchouli:Patchouli:${ptch_version}:api")
// runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:${ptch_version}")
implementation fg.deobf("curse.maven:patchouli-${ptch_project_id}:${ptch_file_id}")

implementation fg.deobf("curse.maven:farmers-delight-${farmers_project_id}:${farmers_file_id}")
Expand Down

0 comments on commit c8e04fa

Please sign in to comment.