Skip to content

Commit 14007e0

Browse files
committed
Spoooootless
1 parent c611e30 commit 14007e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ public static void init() {
2424
new FarmableSapling(new ItemStack(sapling), new ItemStack[0]));
2525
}
2626
} catch (ReflectiveOperationException e) {
27-
com.github.gtexpert.gtbm.api.util.ModLog.logger.error("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",
28+
e);
2829
}
2930
}
3031
}

0 commit comments

Comments
 (0)