It goes..... non-existent. Not going to lie to you, stopped working on it. Between the texture issue and trying to figure out where everything was, I was at me wits end. I was waiting until everything caught up, but it doesn't look like Forge is going to catch up to 1.7.9 anytime soon. I just finished school earlier this week and I have a prom to go to tomorrow night. So, I've really had no time to work on it.
HOWEVER! I have nothing but free time lined up now that school is out. Coincidentally, I looked up Dragon Mounts today to see where it was at. Good news, it's at 1.7.2, finally caught up to the current modding version. So maybe, MAYBE. After this weekend I can start working on it again.
Since it's such a change as far as the coding stand, I plan on re-writing everything. This will accomplish two things, optimization, and I will know where everything is. This will take longer, but in the long run will lead to faster updates.
If I do release my own version, I will post my mod page on here, but only when it's released. So, if I haven't posted a link here yet, it's not out.
I know everyone has been waiting and waiting for this mod to come back, hopefully I do not disappoint everyone. I will try my best.
Ok, I respect that you were busy cause we all have actual lives! lol, but I hope you can make a good, working version eventually, good luck!
ALSO
Hey Tak/Former Shurtugal team members: Do I have your permission to use the shurtugal mod textures? If so, I would like to incorporate them into a new, basic version of shurtugal i'm making. I will be using dragon mounts source code and i will gradually add weapons, blocks, and new features to try and recreate the shurtugal mod.
I got into modding a few weeks ago, making blocks and items but hopefully i will be able to eventually add more advanced things!
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 29/05/14 07:14
Description: Initializing game
java.lang.NoClassDefFoundError: dragon/common/block/BlockColoredBrick
at dragon.common.block.BlockHandler.<clinit>(BlockHandler.java:18)
at dragon.Shurtugal.<clinit>(Shurtugal.java:67)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
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.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(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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ClassNotFoundException: dragon.common.block.BlockColoredBrick
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 37 more
Caused by: java.lang.IncompatibleClassChangeError: class dragon.common.block.BlockColoredBrick has interface net.minecraft.world.storage.IPlayerFileData as super class
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at dragon.common.block.BlockHandler.<clinit>(BlockHandler.java:18)
at dragon.Shurtugal.<clinit>(Shurtugal.java:67)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
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.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(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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 141107920 bytes (134 MB) / 443023360 bytes (422 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
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.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 6 mods loaded, 6 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed
Surtugal{0.4.3} [Surtugal] (Shurtugal V0.4.3.zip) Unloaded
Launched Version: 1.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 8330 GL version 4.3.12618 Compatibility Profile Context 13.251.0.0, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (UK)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Original Mod Thread The mod shall not be updated on this thread anymore. As such, the source code is released and open to the public: Videos and Media!Newest Video!0.5.0 Update!Older Videos!
0.4.3 Update!Green Temple and a Surprise!Release Video!
Featured Mod ReviewSlyFoxHound!Screenshot(s)!
Wanna check out more cool pics? Theres an Imagur album that details almost everything, even the progress of the mod! http://imgur.com/a/o3mEF
Downloads! (Requires Forge Build 6.6.2.534 or Later)1.4.7
INSTALLATION:1.) Download the build of Forge stated above.2.) Place the Forge files in the .jar, and delete META-INF.3.) Run Minecraft WITHOUT the Shur'tugal mod.4.) In the .minecraft folder, there should now be a "mods" folder. Place the entire Shur'tugal zip inside it.- DO NOT EXTRACT THE .ZIP FILE!5.) Enjoy!Copyright Stuffs
This mod (plugin, a patch to Minecraft source, henceforth "Mod" or "The Mod"), by the terms of The Minecraft Forums is sole property of the Mod author (Taklok or the Shur'tugal Team, henceforth "Owner" or "The Owner"). By default it may only be distributed on minecraftforums.net on this thread, or my twitter (@taklokthetroll ). It may only be mirrored or reposted with advance written permission of the Owner. Electronic Mail is fine if you wait for a response. URL shorteners or other attempts to make money off The Owner's Mod are strictly forbidden without advance written permission.
Thanks toBarracudaATA for making his awesome Dragon Mounts mod Open Source! Check it out!And a small thanks to Celicam for the re-done front page.
PLEASE PLEASE PLEASE PLEASE PLEASE UPDATE IT TO 1.6.4 SO I CAN PLAY IT PLEASE I LOVE ERAGON PLEASE PLEASE
PLEASE PLEASE PLEASE PLEASE PLEASE UPDATE IT TO 1.6.4 SO I CAN PLAY IT PLEASE I LOVE ERAGON PLEASE PLEASE
READ BRUH! Mod is DISCONTINUED! However! You could take up coding, then start the mod back up, it's open source. Your only other option now is getting Dragon Mounts but yea, it's not the same as the Shur'tugal Mod
I have an Idea to make this mod even better, so hear me out. Tthing that would make this SOOO much better is if the entire mod is like the books. What I mean by this is if it has the player as Eragon and you play out his adventure all the way to the departure from alegasia.
OMG! thank you for making this mod.. me and my friend jaylynn can't stop playing! We're both reading Inheritance, and we're so excited fro it to be complete!!! Excellent Work Sir! Mr. Christopher Paolini would be proud!
BEGIN ERROR REPORT e9d1d5f7 --------
Full report at:
C:\Users\lukejgrass\AppData\Roaming\.voidswrath\crash-reports\crash-2015-02-09_15.37.49-client.txt
Please show that file to Mojang, NOT just this screen!
Generated 2/9/15 3:37 PM
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 316291552 bytes (301 MB) / 627048448 bytes (598 MB) up to 954728448 bytes (910 MB)
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.26 FML v4.7.4.520 Minecraft Forge 6.6.0.497 38 mods loaded, 38 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
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Familiars_API [Familiars API] (FamiliarsAPI.zip) Unloaded->Constructed->Pre-initialized->Initialized
nohero_moreHealth [More Health Forge] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
Backpack [Backpack] (BackPackMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_BackTools [mod_BackTools] (BackTools.zip) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers [Battle Towers] (BattleTowers.zip) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft [BiblioCraft] (BiblioCraft.zip) Unloaded->Constructed->Pre-initialized->Initialized
CampingMod [The Camping Mod] (CampingMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks [ChickenChunks] (ChickenChunks.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod [Damage Indicators] (DamageIndicatorsMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
Familiars_DefaultMobPack [DefaultMobPack] (DefaultFamiliarsMobs.zip) Unloaded->Constructed->Pre-initialized->Initialized
DivineRPG [DivineRPG] (Divine RPG.jar) Unloaded->Constructed->Pre-initialized->Initialized
ElementalTinkerer [§oElemental Tinkerer] (ElementalTinkerer.zip) Unloaded->Constructed->Pre-initialized->Initialized
eplus [Enchanting Plus] (EnchantingPlus.jar) Unloaded->Constructed->Pre-initialized->Initialized
Familiars_ExtendedFamPack [ExtendedFamPack] (ExtendedFamiliarsPack.zip) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL [ExtrabiomesXL] (ExtraBiomesXL.jar) Unloaded->Constructed->Pre-initialized->Initialized
GoluiUtils [GoluiUtils] (GolUIUtil.zip) Unloaded->Constructed->Pre-initialized->Initialized
InfernalMobs [Infernal Mobs] (InfernalMobs.zip) Unloaded->Constructed->Pre-initialized->Initialized
Mark-Crops [Magic Crops] (MagicalCrops.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_Gibs [mod_Gibs] (ModDismemberment.zip) Unloaded->Constructed->Pre-initialized->Initialized
More Bows [More Bows mod] (MoreBowsMod.jar) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft [Mystcraft] (MystCraft.zip) Unloaded->Constructed->Pre-initialized->Initialized
necromancy [Necromancy] (Necromancy.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap [mod_ReiMinimap] (ReisMinimap.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGInventoryMod [RPG Inventory Mod] (RPG Inventory.zip) Unloaded->Constructed->Pre-initialized->Errored
RPGPlusPlus [Subarakis RPG++ mod] (RPG Inventory.zip) Unloaded->Constructed->Pre-initialized->Initialized
VanillaShields [Vanilla Shields Mod] (RPG Inventory.zip) Unloaded->Constructed->Pre-initialized->Initialized
AS_Ruins [Ruins Spawning System] (Ruins Mod.zip) Unloaded->Constructed->Pre-initialized->Initialized
RDMenuServer [RDMenuServer] (ServerMenu.zip) Unloaded->Constructed->Pre-initialized->Initialized
Surtugal [Surtugal] (Shurtugal.zip) Unloaded->Constructed->Pre-initialized->Initialized
SwordPedestal [Sword Pedestal] (SwordPedestal.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_GuiTickHandler [mod_GuiTickHandler] (TaleOfKingdoms.zip) Unloaded->Constructed->Pre-initialized->Initialized
TaleOfKingdoms [Tale of Kingdoms 2] (TaleOfKingdoms.zip) Unloaded->Constructed->Pre-initialized->Initialized
MSC [Mob Spawn Controls] (Mob Spawn Controls.zip) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3345, Intel
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
java.lang.IllegalArgumentException: Slot 450 is already occupied by xolova.blued00r.divinerpg.blocks.BlockXolovonStone@715ffa56 when adding RpgInventory.forge.BlockForge@542c5e40
at amq.<init>(Block.java:326)
at akb.<init>(BlockContainer.java:11)
at RpgInventory.forge.BlockForge.<init>(BlockForge.java:23)
at RpgInventory.mod_RpgInventory.load(mod_RpgInventory.java:224)
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:485)
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.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(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: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:657)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:457)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:746)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT c7a86e00 ----------
Looks to me like a problem with DivineRPG and RPGInventory. One of the item IDs is conflicting (#450). To fix just change one of the conflicting ID numbers to an unused one.
Ok, I respect that you were busy cause we all have actual lives! lol, but I hope you can make a good, working version eventually, good luck!
ALSO
Hey Tak/Former Shurtugal team members: Do I have your permission to use the shurtugal mod textures? If so, I would like to incorporate them into a new, basic version of shurtugal i'm making. I will be using dragon mounts source code and i will gradually add weapons, blocks, and new features to try and recreate the shurtugal mod.
I got into modding a few weeks ago, making blocks and items but hopefully i will be able to eventually add more advanced things!
It's discontinued
This mod is 1.5.2 not 1.6.4
READ BRUH! Mod is DISCONTINUED! However! You could take up coding, then start the mod back up, it's open source. Your only other option now is getting Dragon Mounts but yea, it's not the same as the Shur'tugal Mod
Mod's discontinued, but if you find a coder, they could revive the mod! Your second option is like I've stated above, get Dragon Mounts
http://dragcave.net/view/6q5PG" target=""
BEGIN ERROR REPORT e9d1d5f7 --------
Full report at:
C:\Users\lukejgrass\AppData\Roaming\.voidswrath\crash-reports\crash-2015-02-09_15.37.49-client.txt
Please show that file to Mojang, NOT just this screen!
Generated 2/9/15 3:37 PM
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 316291552 bytes (301 MB) / 627048448 bytes (598 MB) up to 954728448 bytes (910 MB)
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.26 FML v4.7.4.520 Minecraft Forge 6.6.0.497 38 mods loaded, 38 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
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Familiars_API [Familiars API] (FamiliarsAPI.zip) Unloaded->Constructed->Pre-initialized->Initialized
nohero_moreHealth [More Health Forge] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
Backpack [Backpack] (BackPackMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_BackTools [mod_BackTools] (BackTools.zip) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers [Battle Towers] (BattleTowers.zip) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft [BiblioCraft] (BiblioCraft.zip) Unloaded->Constructed->Pre-initialized->Initialized
CampingMod [The Camping Mod] (CampingMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks [ChickenChunks] (ChickenChunks.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod [Damage Indicators] (DamageIndicatorsMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
Familiars_DefaultMobPack [DefaultMobPack] (DefaultFamiliarsMobs.zip) Unloaded->Constructed->Pre-initialized->Initialized
DivineRPG [DivineRPG] (Divine RPG.jar) Unloaded->Constructed->Pre-initialized->Initialized
ElementalTinkerer [§oElemental Tinkerer] (ElementalTinkerer.zip) Unloaded->Constructed->Pre-initialized->Initialized
eplus [Enchanting Plus] (EnchantingPlus.jar) Unloaded->Constructed->Pre-initialized->Initialized
Familiars_ExtendedFamPack [ExtendedFamPack] (ExtendedFamiliarsPack.zip) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL [ExtrabiomesXL] (ExtraBiomesXL.jar) Unloaded->Constructed->Pre-initialized->Initialized
GoluiUtils [GoluiUtils] (GolUIUtil.zip) Unloaded->Constructed->Pre-initialized->Initialized
InfernalMobs [Infernal Mobs] (InfernalMobs.zip) Unloaded->Constructed->Pre-initialized->Initialized
Mark-Crops [Magic Crops] (MagicalCrops.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_Gibs [mod_Gibs] (ModDismemberment.zip) Unloaded->Constructed->Pre-initialized->Initialized
More Bows [More Bows mod] (MoreBowsMod.jar) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft [Mystcraft] (MystCraft.zip) Unloaded->Constructed->Pre-initialized->Initialized
necromancy [Necromancy] (Necromancy.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap [mod_ReiMinimap] (ReisMinimap.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGInventoryMod [RPG Inventory Mod] (RPG Inventory.zip) Unloaded->Constructed->Pre-initialized->Errored
RPGPlusPlus [Subarakis RPG++ mod] (RPG Inventory.zip) Unloaded->Constructed->Pre-initialized->Initialized
VanillaShields [Vanilla Shields Mod] (RPG Inventory.zip) Unloaded->Constructed->Pre-initialized->Initialized
AS_Ruins [Ruins Spawning System] (Ruins Mod.zip) Unloaded->Constructed->Pre-initialized->Initialized
RDMenuServer [RDMenuServer] (ServerMenu.zip) Unloaded->Constructed->Pre-initialized->Initialized
Surtugal [Surtugal] (Shurtugal.zip) Unloaded->Constructed->Pre-initialized->Initialized
SwordPedestal [Sword Pedestal] (SwordPedestal.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_GuiTickHandler [mod_GuiTickHandler] (TaleOfKingdoms.zip) Unloaded->Constructed->Pre-initialized->Initialized
TaleOfKingdoms [Tale of Kingdoms 2] (TaleOfKingdoms.zip) Unloaded->Constructed->Pre-initialized->Initialized
MSC [Mob Spawn Controls] (Mob Spawn Controls.zip) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3345, Intel
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
java.lang.IllegalArgumentException: Slot 450 is already occupied by xolova.blued00r.divinerpg.blocks.BlockXolovonStone@715ffa56 when adding RpgInventory.forge.BlockForge@542c5e40
at amq.<init>(Block.java:326)
at akb.<init>(BlockContainer.java:11)
at RpgInventory.forge.BlockForge.<init>(BlockForge.java:23)
at RpgInventory.mod_RpgInventory.load(mod_RpgInventory.java:224)
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:485)
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.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(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: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:657)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:457)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:746)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT c7a86e00 ----------
the mod i mean lol xp
Does anyone know if someone took this and updated it beyond 1.5?
Looks to me like a problem with DivineRPG and RPGInventory. One of the item IDs is conflicting (#450). To fix just change one of the conflicting ID numbers to an unused one.
Dark Dragon for Life
There's a team composed of the same team members of this mod creating a revival version
Will this mod be updated to 1.7.10?
i am a huge Inheritance Cycle Fan and would love this mod to be updated
plus the revival mod isnt complete