The newest update worked just fine. Thanks again for the quick reply.
Posts by sertas
-
-
Indeed you were right, there was a problem with the lead plates (I still support my old obsolete lead plates just in case), the conflicting recipe has been removed and it loaded fine for me so you should be ok. Updated the downloads on the first page, 1.0.3 addresses the problem.Awesome. I'll download the update and let you know.
-
For example :
1 watermill calculates a 3x3x3 area
"LV" (8 ) watermill would calculate a 7x7x7 area
"MV" (64) watermill would calculate a 13x13x13 area
"HV" (512) watermill would calculate a 25x25x25 area
"EV" (4096) watermill would calculate a 49x49x49 area
You CAN NOT pipe water or water buckets into it, only unmanned mode applies. (subject to change, depends on popular demand)I want to make sure I'm reading this correctly. A LC watermill would need a 7x7x7 area ABOVE the mill filled with water to get the 8 eu/t? If so, seems like a lot of space to occupy just to get 8 eu/t. So, is it possible to exploit the water needed by having more than one mill for each "water" area. For instance, is it possible to create a 7x7x7 area and place a watermill in the middle of each "face" to receive the 8 eu/t?
If it's not possible to exploit the areas needed I think the mod is pretty balanced. I wouldn't want to fill a 49x49x49 space with water just to get the 4096 eu/t. Actually I'd do that for one mill but I wouldn't have a farm of them. If you add the ability to pipe in water and such you make it easier to exploit. Creating a special "water" for the mod doesn't seem like a viable option because water doesn't evaporate in MC. I think forcing one area for each watermill is the way to go. Creating a tank specific to the watermill mod seems to be the smartest thing to do, IMHO.
-
Hello,
I'm receiving the following crash when AFTER I added GT to my pack. I'm posting here because the crashlog mentions Advanced Reactors. I am using AR version 1.02, IC2 experimental build 239, and Gregtech 4.04i
Spoiler has part of the error log. Check the pastebin link for the full log.
pastbin: http://pastebin.com/UhJQSThG
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!Time: 10/3/13 10:15 AM
Description: Initializing gamejava.lang.NullPointerException
at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:27)
at phero.mods.advancedreactors.util.ModItems.initRecipes(ModItems.java:169)
at phero.mods.advancedreactors.AdvancedReactors.init(AdvancedReactors.java:126)
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:540)
at sun.reflect.GeneratedMethodAccessor1.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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)A detailed walkthrough of the error, its code path and all known details is as follows:
----------------------------------------------------------------------------------------- Head --
Stacktrace:
at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:27)
at phero.mods.advancedreactors.util.ModItems.initRecipes(ModItems.java:169)
at phero.mods.advancedreactors.AdvancedReactors.init(AdvancedReactors.java:126)
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:540)
at sun.reflect.GeneratedMethodAccessor1.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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_21, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1275727448 bytes (1216 MB) / 2609250304 bytes (2488 MB) up to 3817799680 bytes (3640 MB)
JVM Flags: 3 total; -Xms256M -Xmx4096M -XX:MaxPermSize=256M
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 v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 143 mods loaded, 143 mods active -
I'm receiving this error as well when starting my server. The server and client files are identical and the client works like a charm. Could we get an idea of when this issue would be fixed. I REALLY want to use this mod on a VERY PRIVATE server with just 1 or 2 additional friends (aside from myself).
Oh, if there is a workaround until there is a fix please provide some instructions for same.
-
Where is the DL for this?