Skip to content

Commit c611e30

Browse files
committed
Update CHANGELOG.md
1 parent 70fca56 commit c611e30

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# v1.2.0
2-
-
2+
- Add Forestry Multifarm support for GregTech/GTFO saplings and GT fertilizer [#11](https://github.com/GTModpackTeam/GTBeesMatrix/pull/11)
33

44
* * *
55

buildscript.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ debug_all = false
2525
debug_gendustry = false
2626
debug_binnies = false
2727
debug_eio = false
28-
debug_gtfo = true
28+
debug_gtfo = false
2929

3030
# Select a username for testing your mod with breakpoints. You may leave this empty for a random username each time you
3131
# restart Minecraft in development. Choose this dependent on your mod:

src/main/java/com/github/gtexpert/gtbm/integration/gtfo/loaders/GTFOFarmingLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static void init() {
2424
new FarmableSapling(new ItemStack(sapling), new ItemStack[0]));
2525
}
2626
} catch (ReflectiveOperationException e) {
27-
throw new RuntimeException("Failed to register GTFO saplings with Forestry farm", e);
27+
com.github.gtexpert.gtbm.api.util.ModLog.logger.error("Failed to register GTFO saplings with Forestry farm", e);
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)