Flow86 / Additional-Buildcraft-Objects-Mod

This mod adds additional Pipes and Items to Buildcraft
http://www.minecraftforum.net/index.php?app=forums&module=forums&section=findpost&pid=8920844
44 stars 21 forks source link

updates for 1.4.2 #11

Closed AartBluestoke closed 11 years ago

AartBluestoke commented 11 years ago

compiles against mc 1.4.2, and latest BC git the config update is based on the BC configuration code.

LukeWUK commented 11 years ago

can you make a compiled download available pleasee.

AartBluestoke commented 11 years ago

https://docs.google.com/open?id=0B84ffYKLW6CPN0xHMmJBUlJrOFE -- additional buildcraft objects compiled for 1.4.2 (only changes are this outstanding PR)

I don't think that link has much bandwidth, and i'll probably remove it in a couple of days (once this PR gets accepted, or an alternate update is done).

LukeWUK commented 11 years ago

Here to say thanks!

I get this tho: (seems similar), perhaps we have diff Buildcraft or forge :S.Thanks for trying though :+1:

java.lang.NullPointerException at abo.ABOConfiguration.save(ABOConfiguration.java:29) at abo.ABO.preInitialize(ABO.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83) at cpw.mods.fml.common.Loader.loadMods(Loader.java:480) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:150) at net.minecraft.client.Minecraft.a(Minecraft.java:420) at net.minecraft.client.Minecraft.run(Minecraft.java:752) at java.lang.Thread.run(Unknown Source) --- END ERROR REPORT e7e3cf0e ----------

AartBluestoke commented 11 years ago

i'm running forge 341

amezick commented 11 years ago

That might do it. I am at .351

LukeWUK commented 11 years ago

yeah 349 here.

noskk commented 11 years ago

I tried forge 341, 351, 354, and got the same error..probably due to different buildcraft version..

ArtForz commented 11 years ago

You never get() any property in the general category, so forge never creates it. That causes categories.get(CATEGORY_GENERAL) in save() to return null.

Flow86 commented 11 years ago

fixed npe in e90fa776d61564cc7dc121586a575de6028b2eee

LukeWUK commented 11 years ago

Thank you Flow and AartBlue and possibly ArtForz if he helped :D

You modders do such a great job! I code professionally, and the client change of spec (or minecraft version) does my head in! Minecraft shouldnt break every mod by default every update...thats insane.

pazzoeo commented 11 years ago

Where can I download ABO for 1.4.2?