diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-12-07 17:16:23 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-12-07 17:16:23 +0000 |
commit | a4779df4755d9312936529aca3de1297fed7a904 (patch) | |
tree | 32ee02b0c6e7e228c54ff494d1c2d62579f5b867 /src/Java/gtPlusPlus/core/common/CommonProxy.java | |
parent | fa37b0aa6eea11f788fe35a8e4b1d12a7d5b0118 (diff) | |
download | GT5-Unofficial-a4779df4755d9312936529aca3de1297fed7a904.tar.gz GT5-Unofficial-a4779df4755d9312936529aca3de1297fed7a904.tar.bz2 GT5-Unofficial-a4779df4755d9312936529aca3de1297fed7a904.zip |
Removed some useless materials.
Fixed Plasma generation and implemented plasma recipes for them.
Diffstat (limited to 'src/Java/gtPlusPlus/core/common/CommonProxy.java')
-rw-r--r-- | src/Java/gtPlusPlus/core/common/CommonProxy.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/common/CommonProxy.java b/src/Java/gtPlusPlus/core/common/CommonProxy.java index f77938f713..c038afce8f 100644 --- a/src/Java/gtPlusPlus/core/common/CommonProxy.java +++ b/src/Java/gtPlusPlus/core/common/CommonProxy.java @@ -219,7 +219,7 @@ public class CommonProxy { } public void registerCustomItemsForMaterials() { - Material.registerComponentForMaterial(GenericChem.CARBYNE, OrePrefixes.plate, GregtechItemList.Carbyne_Sheet_Finished.get(1)); + //Material.registerComponentForMaterial(GenericChem.CARBYNE, OrePrefixes.plate, GregtechItemList.Carbyne_Sheet_Finished.get(1)); } public void registerCustomMobDrops() { |