I am getting a crash whenever I try to look up the "recipe" for a bee in NEI. At least it happened two times in a row with different bees. The crash log:
	
	
		
			
	
While I'm at it: I'm also not finding anything in the configs and scripts to indicate that the Ender Quarry speed upgrades shouldn't be available. Yet it appears I can't craft them.
				
			java.lang.RuntimeException: Config value 'Genetics' is missing
at scala.sys.package$.error(package.scala:27)
at net.bdew.lib.recipes.gencfg.ConfigSection$$anonfun$1.apply(ConfigSection.scala:23)
at net.bdew.lib.recipes.gencfg.ConfigSection$$anonfun$1.apply(ConfigSection.scala:23)
at scala.collection.Map$WithDefault.default(Map.scala:53)
at scala.collection.MapLike$class.apply(MapLike.scala:141)
at scala.collection.AbstractMap.apply(Map.scala:59)
at net.bdew.lib.recipes.gencfg.ConfigSection.getRaw(ConfigSection.scala:31)
at net.bdew.lib.recipes.gencfg.ConfigSection.getSection(ConfigSection.scala:43)
at net.bdew.gendustry.machines.mutatron.MachineMutatron$.mutatronOverrides$lzycompute(MachineMutatron.scala:36)
at net.bdew.gendustry.machines.mutatron.MachineMutatron$.mutatronOverrides(MachineMutatron.scala:33)
at net.bdew.gendustry.nei.MutatronHandler.canShowMutation(MutatronHandler.scala:70)
at net.bdew.gendustry.nei.MutatronHandler$$anonfun$loadCraftingRecipes$1$$anonfun$applyOrElse$3.apply(MutatronHandler.scala:117)
at net.bdew.gendustry.nei.MutatronHandler$$anonfun$loadCraftingRecipes$1$$anonfun$applyOrElse$3.apply(MutatronHandler.scala:117)
at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
at scala.collection.immutable.RedBlackTree$._foreachKey(RedBlackTree.scala:109)
at scala.collection.immutable.RedBlackTree$.foreachKey(RedBlackTree.scala:105)
at scala.collection.immutable.TreeSet.foreach(TreeSet.scala:154)
at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
at net.bdew.gendustry.nei.MutatronHandler$$anonfun$loadCraftingRecipes$1.applyOrElse(MutatronHandler.scala:117)
at net.bdew.gendustry.nei.MutatronHandler$$anonfun$loadCraftingRecipes$1.applyOrElse(MutatronHandler.scala:113)
at scala.PartialFunction$Lifted.apply(PartialFunction.scala:218)
at scala.PartialFunction$Lifted.apply(PartialFunction.scala:214)
at scala.Option.collect(Option.scala:259)
at net.bdew.gendustry.nei.MutatronHandler.loadCraftingRecipes(MutatronHandler.scala:113)
at net.bdew.gendustry.nei.MutatronHandler.loadCraftingRecipes(MutatronHandler.scala:32)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
		at scala.sys.package$.error(package.scala:27)
at net.bdew.lib.recipes.gencfg.ConfigSection$$anonfun$1.apply(ConfigSection.scala:23)
at net.bdew.lib.recipes.gencfg.ConfigSection$$anonfun$1.apply(ConfigSection.scala:23)
at scala.collection.Map$WithDefault.default(Map.scala:53)
at scala.collection.MapLike$class.apply(MapLike.scala:141)
at scala.collection.AbstractMap.apply(Map.scala:59)
at net.bdew.lib.recipes.gencfg.ConfigSection.getRaw(ConfigSection.scala:31)
at net.bdew.lib.recipes.gencfg.ConfigSection.getSection(ConfigSection.scala:43)
at net.bdew.gendustry.machines.mutatron.MachineMutatron$.mutatronOverrides$lzycompute(MachineMutatron.scala:36)
at net.bdew.gendustry.machines.mutatron.MachineMutatron$.mutatronOverrides(MachineMutatron.scala:33)
at net.bdew.gendustry.nei.MutatronHandler.canShowMutation(MutatronHandler.scala:70)
at net.bdew.gendustry.nei.MutatronHandler$$anonfun$loadCraftingRecipes$1$$anonfun$applyOrElse$3.apply(MutatronHandler.scala:117)
at net.bdew.gendustry.nei.MutatronHandler$$anonfun$loadCraftingRecipes$1$$anonfun$applyOrElse$3.apply(MutatronHandler.scala:117)
at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
at scala.collection.immutable.RedBlackTree$._foreachKey(RedBlackTree.scala:109)
at scala.collection.immutable.RedBlackTree$.foreachKey(RedBlackTree.scala:105)
at scala.collection.immutable.TreeSet.foreach(TreeSet.scala:154)
at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
at net.bdew.gendustry.nei.MutatronHandler$$anonfun$loadCraftingRecipes$1.applyOrElse(MutatronHandler.scala:117)
at net.bdew.gendustry.nei.MutatronHandler$$anonfun$loadCraftingRecipes$1.applyOrElse(MutatronHandler.scala:113)
at scala.PartialFunction$Lifted.apply(PartialFunction.scala:218)
at scala.PartialFunction$Lifted.apply(PartialFunction.scala:214)
at scala.Option.collect(Option.scala:259)
at net.bdew.gendustry.nei.MutatronHandler.loadCraftingRecipes(MutatronHandler.scala:113)
at net.bdew.gendustry.nei.MutatronHandler.loadCraftingRecipes(MutatronHandler.scala:32)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
While I'm at it: I'm also not finding anything in the configs and scripts to indicate that the Ender Quarry speed upgrades shouldn't be available. Yet it appears I can't craft them.
			
				Last edited: 
				
		
	
										
										
											
	
										
									
								 
				
		 it would be nice if i could "split" some of the metallum for other production, i guess i could just connect one pipe to two thaumatoriums but who knows what ratio they will have, 50/50 each? or depending on recipe? or i could use a alchemy golem with low capacity and long travel time if i just want to do a little bit of the side i guess, no problems i guess. Could also just restrict an essentia tube with a valve controlled by a redstone timer, so it only open 1/10th of the time or something as well. Tho these options seems to be hit and miss, need to try to know if they work but i wished i knew a way of doing it more directly.
  it would be nice if i could "split" some of the metallum for other production, i guess i could just connect one pipe to two thaumatoriums but who knows what ratio they will have, 50/50 each? or depending on recipe? or i could use a alchemy golem with low capacity and long travel time if i just want to do a little bit of the side i guess, no problems i guess. Could also just restrict an essentia tube with a valve controlled by a redstone timer, so it only open 1/10th of the time or something as well. Tho these options seems to be hit and miss, need to try to know if they work but i wished i knew a way of doing it more directly. 
			 
			 
			
 finally! the industrial revolution can begin
 finally! the industrial revolution can begin  
			 
			 
			