From 6c4affbd42a00cf3cc6bfc193935ea2dba11d8ae Mon Sep 17 00:00:00 2001 From: Tom Dickson Date: Mon, 25 Oct 2021 08:02:31 -0500 Subject: [PATCH] minor typos --- README.md | 2 +- .../java/com/dreammaster/gthandler/GT_CraftingRecipeLoader.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9be59e29d..27ce26024 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ Some of the changes include: Full source code and commit history available on GitHub: https://github.com/GTNewHorizons/NewHorizonsCoreMod # Copyright / License / Modpack usage -You may use this mod in any modpack you want to. You may also fork this repository and continue to develop this mod to cover your own ideas. Pullrequests are welcome. +You may use this mod in any modpack you want to. You may also fork this repository and continue to develop this mod to cover your own ideas. Pull requests are welcome. This is released under the GPL. diff --git a/src/main/java/com/dreammaster/gthandler/GT_CraftingRecipeLoader.java b/src/main/java/com/dreammaster/gthandler/GT_CraftingRecipeLoader.java index cb8c60ffb..a1bec9cfc 100644 --- a/src/main/java/com/dreammaster/gthandler/GT_CraftingRecipeLoader.java +++ b/src/main/java/com/dreammaster/gthandler/GT_CraftingRecipeLoader.java @@ -17,7 +17,7 @@ public class GT_CraftingRecipeLoader extends gregtech.loaders.postload.GT_CraftingRecipeLoader implements Runnable { - private static final String aTextRailcraft = "Railcraft"; + private static final String aTextRailcraft = "Railcraft"; private static final String aTextMachineBeta = "machine.beta"; private static final String aTextMachineAlpha = "machine.alpha"; private static final String aTextIron1 = "X X";