This being open source, I'm guessing I know the answer to this already, bit I just wanted to make sure.
Do I have permission to use this in a private modpack distributed through the FTB Launcher's "private modpack" feature?
This being open source, I'm guessing I know the answer to this already, bit I just wanted to make sure.
Do I have permission to use this in a private modpack distributed through the FTB Launcher's "private modpack" feature?
EDIT: Ignore this, apparently I can't read big green bolded text.
I didn't know FTB had a "private modpack" feature yet. That's pretty neat!
Agreed. In fact, they're using it to distribute "beta" builds of the Ultimate modpack, which I wasn't expecting.
Well, looks like you have another modpack request! I'm compiling a private modpack through the FTB Launcher's "private modpacks" feature. A file within the download will give the usernames of all the modders involved, which mods they made in the modpack, and and a link to the mod's "page" (generally a MCF thread.) May I have permission to use this mod in the modpack?
I'm currently working on compiling a private modpack which will be distributed through the FTB Launcher's "private modpack" feature. A file within the download will give the usernames of all the modders involved, which mods they made in the modpack, and and a link to the mod's "page" (generally a MCF thread.) I looked through the license, but all I could make out of it is "my rights to distribute this modification are limited," and I suspect it doesn't give me permission to distribute this work privately without permission from the creator. Please correct me if I'm wrong here.
So. May I have permission to distribute this in a private modpack?
Okay, question. Does CraftGuide tell you any of the Industrial Centrifuge's recipes? Thought not.
That's the entire point in NEI's API. CraftGuide, as far as I know, only knows the vanilla GUIs. NEI can look up any and all of those up WITHOUT any plugins (other than RP2 Microblocks and IC2 Crafting, but those don't use the standard crafting API.) That is, without a Railcraft plugin, you could still see how to make Coke Oven Bricks. The point in plugins is for mods like GregTech that add GUIs that NEI doesn't know about, like the Industrial Centrifuge. Without the API, it's terribly hard to find out how to get mod items.
Anyway, I haven't got anything against CraftGuide, I just wanted to explain why the API is necessary for mods like GregTech, TE, and IC2 to see how to get Steel (Blast Furnace or Industrial Blast Furnace,) Silicon Cells (Industrial Centrifuge Redstone or a few other things,) Redstone Energy Cells, or Gold Dust (How's CraftGuide supposed to know about the Macerator? The macerator didn't tell it about itself.)
@above, I suggest starting with just IC2 and GregTech, and then adding mods from there to find the source of the problem.
Got it, trying.
EDIT: Now OmniTools is complaining that Forestry has no Pipette item, which it does. Curiouser and curiouser.
EDIT again: We have found the source of the problem! OmniTools seems to mess the (bleep) out of Forestry's and IC2's API.
all right. Open up the .zip folders of all the mods you listed (except IC2 of course), and there should be a folder named "ic2". Delete that.
Or take a look at this thread: Trivial fix for 'incompatibilitys' of a NEW IC² version to other mods.
EDIT: At least I *think* that's the problem. Though deleting the ic2 folders shouldn't have an adverse effect, other than not letting the mod run without IC² present
Hmm, weird, such folders don't appear to exist in GraviSuite and GregTech, which were causing the crashes.
And I'm getting a NullPointerException, not a NoSuchMethodError, so that might not be the reason for the crash. The crash from GregTech looked like it was related to adding the RE-Battery to the Ore Dictionary, but, again, a bunch of other add-ons gave me the crash.
Delete the API folders.
Soon as I find them.
EDIT: I'm about to sound like a total idiot here, but where are they?
Something seems wonky with the API, I updated a few mods (not including this one) and suddenly got a crash from every mod that tried to use the API, including Forestry.
An example of what I get from GregTech is:
---- Minecraft Crash Report ----
// My bad.
Time: 1/4/13 1:35 PM
Description: Failed to start game
java.lang.NullPointerException
at gregtechmod.GT_Mod.load(GT_Mod.java:767)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:483)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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.initializeMods(Loader.java:656)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:456)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Thread.java:680)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Mac OS X (x86_64) version 10.7.5
Java Version: 1.6.0_37, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 382751296 bytes (365 MB) / 534708224 bytes (509 MB) up to 1065025536 bytes (1015 MB)
LiteLoader Mods: 3 loaded mod(s)
- VoxelPacket version 2.0.1
- VoxelPlayer version 0.9.3
- VoxelMenu version 1.4.6
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.25 FML v4.6.15.514 Minecraft Forge 6.5.0.486 Optifine OptiFine_1.4.6_HD_U_A3 48 mods loaded, 48 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
GuiAPI [GuiAPI] (GuiAPI-0.15.2-1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_ClassicEnderman [mod_ClassicEnderman] (ClassicEnderman_v1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage [EnderStorage] (EnderStorage 1.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL [ExtrabiomesXL] (ExtrabiomesXL-universal-1.4.7-3.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization [Factorization] (Factorization-0.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIPlugins [NEI Plugins] (NEIPlugins-1.0.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
OmniTools [OmniTools] (OmniTools-2.2.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core [BuildCraft] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders [BC Builders] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy [BC Energy] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory [BC Factory] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forestry [Forestry for Minecraft] (forestry-A-1.7.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2 [IndustrialCraft 2] (industrialcraft-2_1.112.170-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
Railcraft [Railcraft] (Railcraft_1.4.6-6.13.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerCore [RedPower] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerBase [RP Base] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerMachine [RP Machine] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerCompat [RP Compat] (RedPowerCompat-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerWiring [RP Wiring] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerLogic [RP Logic] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerLighting [RP Lighting] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerWorld [RP World] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerControl [RP Control] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
settingsapi [SettingsAPI] (SettingsAPI-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft [Thaumcraft] (Thaumcraft3.0.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Factory [Factory] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Energy [Energy] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Transport [Transport] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|NEI [NEI] (ThermalExpansion-NEI-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Core [WR-CBE Core] (WR-CBE Core 1.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Addons [WR-CBE Addons] (WR-CBE Addons 1.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|RedPower [WR-CBE RedPower] (WR-CBE RedPower 1.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap [mod_ReiMinimap] ([1.4.6]ReiMinimap_v3.2_06.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport [BC Transport] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
XyCraft [XyCraft] (xycraft-universal-1.4.6-0.9.44.zip) Unloaded->Constructed->Pre-initialized->Initialized
GregTech_Addon [GregTech-Addon] (gregtechmod.zip) Unloaded->Constructed->Pre-initialized->Errored
IronChest [Iron Chest] (ironchest-universal-1.4.6-4.5.1.199.zip) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedSolarPanel [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_2.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviSuite [Gravitation Suite] (mod_zGraviSuite_1_6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ObsidiPlates [Obsidian Pressure Plates] (obsidiplates-universal-1.2.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
IDResolver [ID Resolver] (IDResolver-1.4.6.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: Intel HD Graphics 3000 OpenGL Engine GL version 2.1 APPLE-7.32.12, Intel Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Lets see what I have there in the Code...
CodeGT_OreDictUnificator.registerOre("10kEUStore", new ItemStack(GT_ModHandler.getIC2Item("reBattery", 1).getItem(), 1, -1));
...You haven't installed IC² properly. That is the first Location, where a Nullpointer from an IC²-API call doesnt get caught (everything before that is hard enough to resist Nullpointers from the IC²-Item-API), and I highly doubt, that the reBattery has been renamed or removed from IC².
Tried removing IC from my mods folder and re-downloading the beta 1.112, didn't work. Checking if, after removing GT, if the RE-Battery's still there.
EDIT: Whoa. Got a crash from Advanced Solars. And then, removing everything IC2-related other than IC2 got me a Forestry crash, presumably because of the Electric Engines. Curiouser and curiouser. Perhaps there's a newer "open beta" thread than the one Mistaqur's Bitbucket page links to? I'm using 1.112.170-lf, tried re-installing after I saw your reply.
The only thing I can think of is some IC2 add-on having an item ID conflict with IC's RE-Battery. Which isn't right, since I got a crash from Mistaqur's NEI plugins and IC2 and, afterwards, removed only the plugins and the battery was there, all right. Trying ID Resolver just to be sure.
EDIT again: Not an ID conflict, ID Resolver didn't report any before I got the crash. I'll start complaining on the "open beta" thread.
Odd, just got this crash. Could be because I updated the mod, could be because I updated Forge.
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 1/3/13 5:28 PM
Description: Failed to start game
java.lang.NullPointerException
at gregtechmod.GT_Mod.load(GT_Mod.java:767)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:483)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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.initializeMods(Loader.java:656)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:456)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Thread.java:680)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Mac OS X (x86_64) version 10.7.5
Java Version: 1.6.0_37, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 435772064 bytes (415 MB) / 534708224 bytes (509 MB) up to 1065025536 bytes (1015 MB)
LiteLoader Mods: 3 loaded mod(s)
- VoxelPacket version 2.0.1
- VoxelPlayer version 0.9.3
- VoxelMenu version 1.4.6
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.25 FML v4.6.17.515 Minecraft Forge 6.5.0.489 Optifine OptiFine_1.4.6_HD_U_A3 46 mods loaded, 46 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_ClassicEnderman [mod_ClassicEnderman] (ClassicEnderman_v1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage [EnderStorage] (EnderStorage 1.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL [ExtrabiomesXL] (ExtrabiomesXL-universal-1.4.7-3.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization [Factorization] (Factorization-0.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIPlugins [NEI Plugins] (NEIPlugins-1.0.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
OmniTools [OmniTools] (OmniTools-2.2.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core [BuildCraft] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders [BC Builders] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy [BC Energy] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory [BC Factory] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forestry [Forestry for Minecraft] (forestry-A-1.7.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2 [IndustrialCraft 2] (industrialcraft-2_1.112.170-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
Railcraft [Railcraft] (Railcraft_1.4.6-6.13.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerCore [RedPower] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerBase [RP Base] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerMachine [RP Machine] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerCompat [RP Compat] (RedPowerCompat-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerWiring [RP Wiring] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerLogic [RP Logic] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerLighting [RP Lighting] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerWorld [RP World] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerControl [RP Control] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
settingsapi [SettingsAPI] (SettingsAPI-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft [Thaumcraft] (Thaumcraft3.0.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Factory [Factory] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Energy [Energy] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Transport [Transport] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|NEI [NEI] (ThermalExpansion-NEI-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Core [WR-CBE Core] (WR-CBE Core 1.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Addons [WR-CBE Addons] (WR-CBE Addons 1.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|RedPower [WR-CBE RedPower] (WR-CBE RedPower 1.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap [mod_ReiMinimap] ([1.4.6]ReiMinimap_v3.2_06.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport [BC Transport] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
XyCraft [XyCraft] (xycraft-universal-1.4.6-0.9.44.zip) Unloaded->Constructed->Pre-initialized->Initialized
GregTech_Addon [GregTech-Addon] (gregtechmod.zip) Unloaded->Constructed->Pre-initialized->Errored
IronChest [Iron Chest] (ironchest-universal-1.4.6-4.5.1.199.zip) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedSolarPanel [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_2.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviSuite [Gravitation Suite] (mod_zGraviSuite_1_6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ObsidiPlates [Obsidian Pressure Plates] (obsidiplates-universal-1.2.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: Intel HD Graphics 3000 OpenGL Engine GL version 2.1 APPLE-7.32.12, Intel Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
I seem to remember a few pages ago, you said the problem with only the uranium ore block being able to be put in the compressor was fixed. According to NEI, it seems the Uranium Ore block can be compressed into Refined Uranium, but the Uranium Ore item can't. And yes, I am using the current version of NEI.
EDIT: Ignore, it's a problem with the NEI bits that I got upon joining a server, hoping this is fixed soon.