diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-10-10 22:34:02 +0100 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-10-10 22:34:02 +0100 |
commit | 8ca23d37495647bda859bc1821c2551cf8b21bf3 (patch) | |
tree | 73276dd1fc7f053fe8d48e1ce53174b813877dcd /src/Java/gtPlusPlus/xmod/bop | |
parent | c5f9ecbac07028812fe9dfca0924f604679575ce (diff) | |
download | GT5-Unofficial-8ca23d37495647bda859bc1821c2551cf8b21bf3.tar.gz GT5-Unofficial-8ca23d37495647bda859bc1821c2551cf8b21bf3.tar.bz2 GT5-Unofficial-8ca23d37495647bda859bc1821c2551cf8b21bf3.zip |
$ Fixed Wire Cutter handling for 5.09.32+.
$ Corrected Rainforest Oak sapling recipes and also fixed the Charcoal Pit Igniter. Further fixes #454.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/bop')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/bop/blocks/BOP_Block_Registrator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/bop/blocks/BOP_Block_Registrator.java b/src/Java/gtPlusPlus/xmod/bop/blocks/BOP_Block_Registrator.java index 92e626cea0..ea9b61bb2e 100644 --- a/src/Java/gtPlusPlus/xmod/bop/blocks/BOP_Block_Registrator.java +++ b/src/Java/gtPlusPlus/xmod/bop/blocks/BOP_Block_Registrator.java @@ -48,7 +48,7 @@ public class BOP_Block_Registrator { public static final void recipes() { //Rainforest Oak addLogRecipes(ItemUtils.getSimpleStack(log_Rainforest)); - addSaplingRecipes(ItemUtils.getSimpleStack(log_Rainforest)); + addSaplingRecipes(ItemUtils.getSimpleStack(sapling_Rainforest)); } |