Skip to content

Commit

Permalink
Fix broken recipe (#52)
Browse files Browse the repository at this point in the history
* fix moss

* update BS
  • Loading branch information
chochem authored May 18, 2023
1 parent 6c84807 commit ed4636a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1683705740
//version: 1684218858
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
Expand Down Expand Up @@ -69,7 +69,7 @@ plugins {
id 'com.diffplug.spotless' version '6.13.0' apply false // 6.13.0 is the last jvm8 supporting version
id 'com.modrinth.minotaur' version '2.+' apply false
id 'com.matthewprenger.cursegradle' version '1.4.0' apply false
id 'com.gtnewhorizons.retrofuturagradle' version '1.3.11'
id 'com.gtnewhorizons.retrofuturagradle' version '1.3.14'
}

print("You might want to check out './gradlew :faq' if your build fails.\n")
Expand Down Expand Up @@ -730,7 +730,7 @@ dependencies {
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
}
if (modId != 'hodgepodge') {
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.2.8')
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.2.13')
}

java17PatchDependencies('net.minecraft:launchwrapper:1.15') {transitive = false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ public final void run() {
true);

if (ModsLoaded.BoP) GT_ModHandler.addCompressionRecipe(
GT_ModHandler.getModItem("BiomesOPlenty", "tile.treeMoss", 8L),
GT_ModHandler.getModItem("BiomesOPlenty", "treeMoss", 8L),
Ic2Items.plantBall.copy());

if (!ModsLoaded.dreamcraft) {
Expand Down

0 comments on commit ed4636a

Please sign in to comment.