We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c611e30 commit 14007e0Copy full SHA for 14007e0
1 file changed
src/main/java/com/github/gtexpert/gtbm/integration/gtfo/loaders/GTFOFarmingLoader.java
@@ -24,7 +24,8 @@ public static void init() {
24
new FarmableSapling(new ItemStack(sapling), new ItemStack[0]));
25
}
26
} catch (ReflectiveOperationException e) {
27
- com.github.gtexpert.gtbm.api.util.ModLog.logger.error("Failed to register GTFO saplings with Forestry farm", e);
+ com.github.gtexpert.gtbm.api.util.ModLog.logger.error("Failed to register GTFO saplings with Forestry farm",
28
+ e);
29
30
31
0 commit comments