The Meaning of Life, the Universe, and Everything.
Join Date:
3/22/2014
Posts:
62
Member Details
Hey, it's really late here so I wont be able to test much until later, but I jumped on real quick to see if that one crash I was having was resolved and it is. Nice work, and thanks! I'm looking forward to testing more later.
Well, I did some testing and everything seems to be working well. Mythril tools are back to normal. The achievements seem to be working now. And the big one, the fusion furnace custom recipes are working now =D
After a small derp on my part (forgot to add the meta data first test XD), I got it working for outputting a mod item as well as inputting a mod item; same one that wouldn't work for my previously. So yah that should be good now.
Side note, it seems the update didn't break any of the other add ons I had too. So that is good as well =D
Also, while I was away, my spotlight on simple ores was posted. Hopefully I did a good job at reviewing it.
So I've been re-doing the Higher Dimension Generation for the 1.7.2 version. It's now a lot more user friendly and should actually work significantly better. No more lists, you just create rules for whatever block you want. You can specify what it spawns in, all the spawn values, which dimension, etc.
Anyway, example:
And this is how the config now looks when you are using what I'm now calling "Custom Generation Rules".
Much simpler if you ask me. Heavily inspired by the way zot201 has been doing his.
Let me know what you guys think
EDIT: The only possible issue is that I have to test if ore generation can still be run when called from PostInit. Otherwise compatability with other mods is reduced.
So I've been re-doing the Higher Dimension Generation for the 1.7.2 version. It's now a lot more user friendly and should actually work significantly better. No more lists, you just create rules for whatever block you want. You can specify what it spawns in, all the spawn values, which dimension, etc.
Anyway, example:
And this is how the config now looks when you are using what I'm now calling "Custom Generation Rules".
Much simpler if you ask me. Heavily inspired by the way zot201 has been doing his.
Let me know what you guys think
EDIT: The only possible issue is that I have to test if ore generation can still be run when called from PostInit. Otherwise compatability with other mods is reduced.
SHUT UP AND TAKE MY MONEY!
Rollback Post to RevisionRollBack
"Banthas are filthy animals. I don't eat filthy animals."
I put the downloaded .zip into my mods folder. When I ran the minecraft launcher, i recieved a crash report.
I got minecraft forge as of yesterday. The mods I have installed are: Not Enough Items, ArmourStatusHUD, StatusEffectHUD. I didnt know how to attach the file to the post so I just copied & pasted it into the post
Can you help me fix it.
Thanks
---- Minecraft Crash Report ----
// I feel sad now
Time: 09/04/14 23:06
Description: Initializing game
java.lang.NoClassDefFoundError: cpw/mods/fml/common/network/IConnectionHandler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
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:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
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:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
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:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:202)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:465)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)
at net.minecraft.client.main.Main.main(SourceFile:103)
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)
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.network.IConnectionHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.(Unknown Source)
at codechicken.lib.asm.ASMHelper.createClassNode(ASMHelper.java:113)
at codechicken.lib.asm.ASMHelper.createClassNode(ASMHelper.java:107)
at codechicken.core.asm.DefaultImplementationTransformer.transform(DefaultImplementationTransformer.java:84)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
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:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
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:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
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:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:202)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:465)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)
at net.minecraft.client.main.Main.main(SourceFile:103)
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)
I put the downloaded .zip into my mods folder. When I ran the minecraft launcher, i recieved a crash report.
I got minecraft forge as of yesterday. The mods I have installed are: Not Enough Items, ArmourStatusHUD, StatusEffectHUD. I didnt know how to attach the file to the post so I just copied & pasted it into the post
Can you help me fix it.
Thanks
---- Minecraft Crash Report ----
// I feel sad now
Time: 09/04/14 23:06
Description: Initializing game
java.lang.NoClassDefFoundError: cpw/mods/fml/common/network/IConnectionHandler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
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:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
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:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
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:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:202)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:465)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)
at net.minecraft.client.main.Main.main(SourceFile:103)
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)
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.network.IConnectionHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.(Unknown Source)
at codechicken.lib.asm.ASMHelper.createClassNode(ASMHelper.java:113)
at codechicken.lib.asm.ASMHelper.createClassNode(ASMHelper.java:107)
at codechicken.core.asm.DefaultImplementationTransformer.transform(DefaultImplementationTransformer.java:84)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
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:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
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:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
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:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:202)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:465)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)
at net.minecraft.client.main.Main.main(SourceFile:103)
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)
Umm all the 1.7.2 versions of SimpleOres are .jar's not .zips. Did you get the version off the main page? Because that WILL NOT work with 1.7.2. The 1.7.2 version of SimpleOres no longer uses IConnectionHandler (because it doesn't exist), but the 1.6.4 version DOES. I think you are trying to run the wrong version of SimpleOres with the wrong version of Minecraft...
So where should I download the correct version of the mod. The front page this topic only has 1.6.4 and that is the one that is causing the crash.
It seems you are trying to use mods of version 1.6.4. You will have to use the Forge in 1.6.4, not 1.7.2.
EDIT: I just don't notice that ChickenBone has updated the mods.
If you want the 1.7.2 beta version for Simple Ores, see the recent posts in this thread, there would be a download link.
So where should I download the correct version of the mod. The front page this topic only has 1.6.4 and that is the one that is causing the crash.
There is no official 1.7.2 builds of SimpleOres, only preview releases which may be buggy. Hence why the title of the thread still says [1.6.4]. Like zot said, if you wan't the 1.7.2 build just go back through the recent pages, it would only be 2 or 3 pages ago max.
Done. Thanks for your suggestion. Here you are the silver hammer.
Please feel free to tell me if I have missed any features.
I spoke to the dev of Ex Aquilo, who creates a whole heap of addon mods for Ex Nihilo, and he was happy to creating a bridging mod, so he is looking into it too.
I spoke to the dev of Ex Aquilo, who creates a whole heap of addon mods for Ex Nihilo, and he was happy to creating a bridging mod, so he is looking into it too.
Oh really? So it would be the best if he/she could also take over my add-on.
Help!
So, I was trying to run a private server 1.6.4 with a list of mods.
When I run the client it works fine, but when i try to join the server it says that some IDs are mismatched.
Can someone help me?
After a small derp on my part (forgot to add the meta data first test XD), I got it working for outputting a mod item as well as inputting a mod item; same one that wouldn't work for my previously. So yah that should be good now.
Side note, it seems the update didn't break any of the other add ons I had too. So that is good as well =D
Also, while I was away, my spotlight on simple ores was posted. Hopefully I did a good job at reviewing it.
Mod Packs- Untamed Chaos (1.7.10), Moonlit Siege (1.7.10), Ascension (1.6.4)
Youtube- Minecraft Channel, Let's Plays (Ascension Hardcore, Proton), Mod Spotlights
That's awesome! I'm gonna put it on the main post
Yeah I didn't use the full editor. Rookie mistake haha. The forum editor is so broken -.- it's fixed now anyway luckily.
Anyway, example:
And this is how the config now looks when you are using what I'm now calling "Custom Generation Rules".
Much simpler if you ask me. Heavily inspired by the way zot201 has been doing his.
Let me know what you guys think
EDIT: The only possible issue is that I have to test if ore generation can still be run when called from PostInit. Otherwise compatability with other mods is reduced.
SHUT UP AND TAKE MY MONEY!
―Mace Windu
Not trying to make you sound dumb, but do you have CodeChickenCore installed?
―Mace Windu
Umm all the 1.7.2 versions of SimpleOres are .jar's not .zips. Did you get the version off the main page? Because that WILL NOT work with 1.7.2. The 1.7.2 version of SimpleOres no longer uses IConnectionHandler (because it doesn't exist), but the 1.6.4 version DOES. I think you are trying to run the wrong version of SimpleOres with the wrong version of Minecraft...
It seems you are trying to use mods of version 1.6.4. You will have to use the Forge in 1.6.4, not 1.7.2.EDIT: I just don't notice that ChickenBone has updated the mods.
If you want the 1.7.2 beta version for Simple Ores, see the recent posts in this thread, there would be a download link.
There is no official 1.7.2 builds of SimpleOres, only preview releases which may be buggy. Hence why the title of the thread still says [1.6.4]. Like zot said, if you wan't the 1.7.2 build just go back through the recent pages, it would only be 2 or 3 pages ago max.
―Mace Windu
Done. Thanks for your suggestion. Here you are the silver hammer.
Please feel free to tell me if I have missed any features.
I spoke to the dev of Ex Aquilo, who creates a whole heap of addon mods for Ex Nihilo, and he was happy to creating a bridging mod, so he is looking into it too.
Oh really? So it would be the best if he/she could also take over my add-on.
Like... The rate of onyx if u compare with diamonds, for example.
Something like that. Someone can give me the BPC and SH of diamond and iron, plz?
They use slightly different methods to generate. However, there are rough values:
Diamond: one vein spawns per chunk, with veins being from 1-10 ores. They only spawn below layer 15.
Iron: about 77 ores per chunk, up to layer 63.
Thank you, zot. I'll make good use of this!
―Mace Windu
So, I was trying to run a private server 1.6.4 with a list of mods.
When I run the client it works fine, but when i try to join the server it says that some IDs are mismatched.
Can someone help me?