Jump to content

[INACTIVE] [1.6.4] Essentia Vitae (Soul Shards) 0.0.1.0 (December 20)


wjykk

Recommended Posts

I'm sorry to announce but I will not be continuing to work on this mod. Funny how fast it rose and fell. Here are a couple of open source alternatives for your pleasure:

Original post:

Original thread

So a while ago jakj released the 1.5.x release of an awesome Soul Shards competitor mod. That mod has not been worked on since then, so I decided to port it to 1.6.4.

More info coming soon, including pictures, but for now you can start by visiting the original thread.

Download Essentia Vitae 0.0.1.0 here!

Source code. Like the original mod, this one is also licensed under the WTFPL.

Please report any bugs/suggestions in this thread or on the GitHub page, and, if you can, submit pull requests. I'll be more than happy to review your code and accept any requests.

Have fun!

Edited by wjykk
Link to comment
Share on other sites

  • 2 weeks later...

Is this not compatible with SMP becuase when I go to start my server I get this error:

2013-12-31 16:33:02 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2013-12-31 16:33:02 [sEVERE] [ForgeModLoader] Caught exception from JAKJ_EssentiaVitae

java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IconRegister

    at java.lang.Class.getDeclaredMethods0(Native Method)

    at java.lang.Class.privateGetDeclaredMethods(Class.java:2451)

    at java.lang.Class.privateGetPublicMethods(Class.java:2571)

    at java.lang.Class.privateGetPublicMethods(Class.java:2587)

    at java.lang.Class.getMethods(Class.java:1429)

    at net.minecraftforge.event.EventBus.register(EventBus.java:33)

    at jakj.essentiavitae.util.Registry.RegisterEventHandler(Registry.java:25)

    at jakj.essentiavitae.EventHandlers.Register(EventHandlers.java:7)

    at jakj.essentiavitae.Core.PostInit(Core.java:50)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:601)

    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)

    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:601)

    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:201)

    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:601)

    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:112)

    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)

    at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)

    at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)

    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:142)

    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)

    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.IconRegister

    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

    ... 40 more

Caused by: java.lang.NullPointerException

    at org.objectweb.asm.ClassReader.<init>(Unknown Source)

    at powercrystals.core.asm.PCCASMTransformer.transform(PCCASMTransformer.java:35)

    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)

    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)

    ... 42 more

2013-12-31 16:33:02 [iNFO] [sTDERR] cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IconRegister

2013-12-31 16:33:02 [iNFO] [sTDERR]    at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:705)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:142)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

2013-12-31 16:33:02 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IconRegister

2013-12-31 16:33:02 [iNFO] [sTDERR]    at java.lang.Class.getDeclaredMethods0(Native Method)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at java.lang.Class.privateGetDeclaredMethods(Class.java:2451)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at java.lang.Class.privateGetPublicMethods(Class.java:2571)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at java.lang.Class.privateGetPublicMethods(Class.java:2587)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at java.lang.Class.getMethods(Class.java:1429)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at net.minecraftforge.event.EventBus.register(EventBus.java:33)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at jakj.essentiavitae.util.Registry.RegisterEventHandler(Registry.java:25)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at jakj.essentiavitae.EventHandlers.Register(EventHandlers.java:7)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at jakj.essentiavitae.Core.PostInit(Core.java:50)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at java.lang.reflect.Method.invoke(Method.java:601)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at java.lang.reflect.Method.invoke(Method.java:601)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at java.lang.reflect.Method.invoke(Method.java:601)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)

2013-12-31 16:33:02 [iNFO] [sTDERR]    ... 5 more

2013-12-31 16:33:02 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.IconRegister

2013-12-31 16:33:02 [iNFO] [sTDERR]    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

2013-12-31 16:33:02 [iNFO] [sTDERR]    ... 40 more

2013-12-31 16:33:02 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-12-31 16:33:02 [iNFO] [sTDERR]    at org.objectweb.asm.ClassReader.<init>(Unknown Source)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at powercrystals.core.asm.PCCASMTransformer.transform(PCCASMTransformer.java:35)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)

2013-12-31 16:33:02 [iNFO] [sTDERR]    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)

2013-12-31 16:33:02 [iNFO] [sTDERR]    ... 42 more

2013-12-31 16:33:02 [sEVERE] [Minecraft-Server] Encountered an unexpected exception LoaderException

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IconRegister

    at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)

    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:705)

    at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)

    at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)

    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:142)

    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)

    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IconRegister

    at java.lang.Class.getDeclaredMethods0(Native Method)

    at java.lang.Class.privateGetDeclaredMethods(Class.java:2451)

    at java.lang.Class.privateGetPublicMethods(Class.java:2571)

    at java.lang.Class.privateGetPublicMethods(Class.java:2587)

    at java.lang.Class.getMethods(Class.java:1429)

    at net.minecraftforge.event.EventBus.register(EventBus.java:33)

    at jakj.essentiavitae.util.Registry.RegisterEventHandler(Registry.java:25)

    at jakj.essentiavitae.EventHandlers.Register(EventHandlers.java:7)

    at jakj.essentiavitae.Core.PostInit(Core.java:50)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:601)

    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)

    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:601)

    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:201)

    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:601)

    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:112)

    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)

    ... 5 more

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.IconRegister

    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

    ... 40 more

Caused by: java.lang.NullPointerException

    at org.objectweb.asm.ClassReader.<init>(Unknown Source)

    at powercrystals.core.asm.PCCASMTransformer.transform(PCCASMTransformer.java:35)

    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)

    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)

    ... 42 more

2013-12-31 16:33:02 [sEVERE] [Minecraft-Server] This crash report has been saved to: /home/nickf/Desktop/worlds/PrivateServer/./crash-reports/crash-2013-12-31_16.33.02-server.txt

Link to comment
Share on other sites

  • 3 weeks later...

Dude, this is awesome, i love it. Way better than the SS 2. TBH i thought it just a simple port, but it's not even close to being a simple port, it's a rework!

Keep up the work, sir!

Try to make it SMP compatible, then it'll be one of the coolest mod for sure!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...