Merge branch 'NextGen' of https://github.com/AlexIIL/BuildCraft into AlexIIL-NextGen

This commit is contained in:
SpaceToad 2014-04-26 10:20:53 +02:00
commit 2ce577bd39

View file

@ -84,6 +84,8 @@ public class ReflectMjAPI {
}
public static BatteryObject getMjBattery (Object o) {
if (o == null)
return null;
BatteryField f = getMjBattery (o.getClass());
if (f == null) {