diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-11-26 20:25:19 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-11-26 20:25:19 +0000 |
commit | c5333f5de59d12e23518558a1543aca09f548e2d (patch) | |
tree | 43d5a9a6fd55eacc889d0aafe9c9975c0a49fe5b /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | e281c58ad59f5ee120655120d56551d0f600c166 (diff) | |
download | GT5-Unofficial-c5333f5de59d12e23518558a1543aca09f548e2d.tar.gz GT5-Unofficial-c5333f5de59d12e23518558a1543aca09f548e2d.tar.bz2 GT5-Unofficial-c5333f5de59d12e23518558a1543aca09f548e2d.zip |
Added missing Pine Tree textures.
Added recipes for Isamill and Flotation Cell content.
Corrected tooltip on IsaMill controller.
Fixed bad casing allocation.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index fd5ceed89b..7ff40ccc12 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -396,6 +396,7 @@ public enum GregtechItemList implements GregtechItemContainer { // Flotation Cell Controller_Flotation_Cell, + Casing_Flotation_Cell, // Elemental Duplicator /*Controller_ElementalDuplicator,*/ |