there is a conflict between the newest GregTech I think: [Addon][1.7.2][Open-Beta] GregTech-Addon: Now less Alpha and more Beta!
It's caused by something from your mods it seems :X
there is a conflict between the newest GregTech I think: [Addon][1.7.2][Open-Beta] GregTech-Addon: Now less Alpha and more Beta!
It's caused by something from your mods it seems :X
Oh, I changed something in the API. Recompiling with the latest API (and eventually adding a ".toString()") should fix this Issue.
Oh, I changed something in the API. Recompiling with the latest API (and eventually adding a ".toString()") should fix this Issue.
Thank you. Will do.
EDIT: Updated. Yes, this seems work. Lefty, thank you for notifying that bug.
Lefty, why don't you write, what 0.481 not working on SMP?
Latest version (0.490) tested on localhost minecraft forge server with ic2 2.1.484 and GregTech. Everything working perfectly fine.
Here is a new feature - industrial (very) high pressure fan:
http://youtu.be/mGKEshOD-Ls
Ask your questions.
Ask your questions.
Are you planning to update to 1.7.10 any time soon?
Are you planning to update to 1.7.10 any time soon?
Actually i planned this after GregoriusT released GregTech for 1.7.10, because i use GregTech API in my addon, but if you need it now i will start to work on it.
I'd appreciate it, mainly for your electric tunnel bore
yeah 4.81 was buggy on server but 4.90 works fine :)))) Thanks for the Fan! It's really a nice feature
yeah 4.81 was buggy on server but 4.90 works fine :)))) Thanks for the Fan! It's really a nice feature
You are welcome.
Found and fixed a major bug, occurred when you try to harvest crops with crop harvester from empty sticks. It is strongly recommended to update addon.
EDIT: Fixed industrial fan fix.
Chocohead
I created a IHL version for latest IC2. Go on and check it for bugs (it is named ihl-tools_n_machines-0.492-1.7.10.jar ).
Eh, i wish someone make this work instead of me. I wish ic2 developers just take my machines and implement them in ic2 itself.
Thanks I'll report any bugs I find
Found one:
---- Minecraft Crash Report ----
// Ouch. That hurt :(
Time: 23/07/14 21:57
Description: Initializing game
java.lang.IllegalArgumentException: ID is already registered: 3
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:93)
at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:199)
at crazypants.enderio.ClientProxy.load(ClientProxy.java:304)
at crazypants.enderio.EnderIO.load(EnderIO.java:427)
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:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Display More
Looks like a config option to what the entity ID used is needed perhaps?
It is a really strange, because i use a constantant IDs started from 546542.
Also nobody register entities from client proxy, including CrazyPants:
https://github.com/CrazyPants/…/enderio/ClientProxy.java
Where is no entity registry invoke at line 304.
Give me a link to those "EnderIO" mod, so i could repeat that crash. Also try to update your EnderIO to a last version. Currently i completly have no idea how to fix that, espetially there is no reference to IHL in your crash log.
Updating EnderIO seemed to fix the problem, so now it works.
Although, when I accidentally shift clicked a stack of overclockers into an air fan which already had two in, this happened:
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 24/07/14 14:12
Description: Ticking block entity
java.lang.IllegalArgumentException: Amount must be > 0.
at ic2.core.block.invslot.InvSlotDischarge.discharge(InvSlotDischarge.java:28)
at ihl.crop_harvestors.BlowerTileEntity.func_145845_h(BlowerTileEntity.java:207)
at net.minecraft.world.World.func_72939_s(World.java:1888)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:501)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Display More
It looks like it took so much power, it had less than 0 power in the machine
What's the left hand slot in the tunnel bore for too?
Another thing I've found is that the collectors run out of EU in a matter of seconds, is it because it's 20.0k EU storage rather than 20000 EU?
Another thing I've found is that the collectors run out of EU in a matter of seconds, is it because it's 20.0k EU storage rather than 20000 EU?
No, it because i'm screwed up. Setting energy before max storage.
You know, you are really good in this. In beta-testing. Thank a lot.
A first slot of tunnel bore is for batteries, second one - for mining pipes.
I really hope GregoriusT will update his addon soon, because i'm moving a longer and longer from 1.7.2.
New version 0.493-1.7.10 attached to first page.
The new version fixes both the collectors and the fan bugs. Is it intentional that after 6 overclockers the fan stops blowing air? Also, the tunnel bore forgets it's GUI settings on world reload.
Is it intentional that after 6 overclockers the fan stops blowing air?
Try to use capacity updates.
Also, the tunnel bore forgets it's GUI settings on world reload.
I know this, i just don't write this to NBT. It's not a critical on server game, because reverse mode is very fast.
After thinking a while i decided, that better would be considered as bug and had fixed that at 0.494-1.7.10.
Just something related to extended water physics: It works a bit strange and is generally slow, too slow.