diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2018-03-19 03:35:07 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2018-03-19 03:35:07 +1000 |
commit | bc2481920018540c7672a1e004b3a912f1d3ceda (patch) | |
tree | 9af4680a73e65e971cb301bf79d733c0e4e37381 /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | 92c98220c875e40badcc6c504b0c53c059aa5d54 (diff) | |
download | GT5-Unofficial-bc2481920018540c7672a1e004b3a912f1d3ceda.tar.gz GT5-Unofficial-bc2481920018540c7672a1e004b3a912f1d3ceda.tar.bz2 GT5-Unofficial-bc2481920018540c7672a1e004b3a912f1d3ceda.zip |
+ Added some default aspects to all material & ore items.
$ Fixed Aspect additions not being added to items.
$ More work on the Bedrock Miner.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index 2a8583acaf..962e2bca0f 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -298,7 +298,10 @@ public enum GregtechItemList implements GregtechItemContainer { Industrial_Extruder, Casing_Extruder, //Multi-Machine - Industrial_MultiMachine, Casing_Multi_Use, + Industrial_MultiMachine, Casing_Multi_Use, + + //Bedrock Mining Platforms + BedrockMiner_MKI, |