Skip to content

Instantly share code, notes, and snippets.

@dirtyfargo
Created November 18, 2015 17:49
Show Gist options
  • Save dirtyfargo/864f548ae50f0eb1a9b6 to your computer and use it in GitHub Desktop.
Save dirtyfargo/864f548ae50f0eb1a9b6 to your computer and use it in GitHub Desktop.
Woodstuff 1.3.0 Forestry issue
[09:43:11] [Client thread/ERROR] [FML]: The following problems were captured during this phase
[09:43:11] [Client thread/ERROR] [FML]: Caught exception from woodstuff
java.lang.NullPointerException: WoodStuff could not find any blocks named Forestry:planks2
at ganymedes01.woodstuff.modules.WoodModule.getBlock(WoodModule.java:137) ~[WoodModule.class:?]
at ganymedes01.woodstuff.modules.ForestryModule.addBlocks(ForestryModule.java:16) ~[ForestryModule.class:?]
at ganymedes01.woodstuff.modules.WoodModule.addModulesBlocks(WoodModule.java:38) ~[WoodModule.class:?]
at ganymedes01.woodstuff.proxy.CommonProxy.init(CommonProxy.java:63) ~[CommonProxy.class:?]
at ganymedes01.woodstuff.proxy.ClientProxy.init(ClientProxy.java:29) ~[ClientProxy.class:?]
at ganymedes01.woodstuff.WoodStuff.init(WoodStuff.java:49) ~[WoodStuff.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_66]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1566-1.7.10-universal.jar:?]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment