Hardcore Ender Expansion's source code is now publicly visible
Which is better than what it sounds like. It's not open source, which means that redistribution is still forbidden (!), but I setup some specific rules for what people may want to do with the source, so it's not as limited asit would be.
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 7/27/14 11:31 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: chylex.hee.HardcoreEnderExpansion
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
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: chylex.hee.HardcoreEnderExpansion
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:61)
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.GeneratedMethodAccessor2.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)
... 10 more
Caused by: java.lang.UnsupportedClassVersionError: chylex/hee/HardcoreEnderExpansion : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Not sure where you got that, but java 6 is no longer officially supported, so using java 6 puts your computer at risk because you don't get security patches.
The biome compass seems to replace the texture for various items from other mods
It replaces the default purple & black checkerboard texture for some reason. If you see it on an item from another mod, that item didn't have a texture (at least that's what I picked up from my observations).
Hardcore Ender Expansion 1.6.2 pre-release is out!
After two months of a variety of feelings and projects I worked on (including my own private issue tracker), the pre-release is finally out! This version is the first one for Minecraft 1.7.10, and it also means that all support for 1.7.2 (as well as 1.6.4, but that's not news) is dropped.
Since this is a pre-release, expect bugs, perhaps even crashes and generally some lack of polish, but it also means that the final 1.6.2 version will release soon after this one, so keep the update notifications on!
Now, I decided to tell you what is in the pre-release, and what will be done in the final version, to hopefully get you excited ;).
> The major feature is the rewrite of Biome Islands. This rewrite allows me to generate better content in the islands and also makes it much easier and less buggy. Each biome can now have different content variations, each of those will be targeted at different aspects of the mod and different mechanics! Forget about each biome looking the same every time, the difference between the variations will be huge.
> One example of the better content (and also a new content variation for Infested Forest) is the Ravaged Dungeon, which is a giant 3-layered dungeon closely connected to a completely new mechanic, Runes (textured by Satik64) and Charms! The charms are basically player enchantments, activated inside Charm Pouch. Either look up the recipe in NEI or just try, it involves the runes though, so you will need to get some first ;).
> Ravaged Dungeon also features a completely new mob, the Louse, which was modelled by vadis365. The mob has some very interesting properties. It also kills you. A friendly warning for newbies, get yourself some equipment. No, full diamond is not enough.
> There is also a variety of other things, like ingame configuration, couple important bugfixes and such. Read the full changelog in main post.
Now, what am I planning for the full release?
> More polishing! There will be some fancy particle effects, little tweaks and generally details that I haven't had time to tackle for the pre-release!
> More content! Not only I'm planning even more variety in the Ravaged Dungeon, but there will also be a completely new biome variation, mob and item that will be used for the Link Removed, double the amount of Charms there is now and more!
> And of course, fix whatever is broken in the pre-release.
That should be all the main talk, download is in the main post as always. Don't forget to check out my Twitter and Patreon, where you can support me. Thanks!
1.6.2 pre cannot be loaded at client side. Crash report shows "net.minecraft.client.renderer.StitcherException: Unable to fit: balabala.........Maybe try a lowerresolution resourcepack?" I didn't save that, just remember it right now.
1.6.2 pre cannot be loaded at client side. Crash report shows "net.minecraft.client.renderer.StitcherException: Unable to fit: balabala.........Maybe try a lowerresolution resourcepack?" I didn't save that, just remember it right now.
It seems you have either too many mods or too old graphics card.
Always backup when you use mods. Always backup when you use vanilla anyways, software isn't the most reliable thing on the planet.
My Website ~ Twitter ~ Patreon


Hardcore Ender Expansion's source code is now publicly visible
Which is better than what it sounds like. It's not open source, which means that redistribution is still forbidden (!), but I setup some specific rules for what people may want to do with the source, so it's not as limited asit would be.https://github.com/chylex/Hardcore-Ender-Expansion/
My Website ~ Twitter ~ Patreon


No, because you can't read.
My Website ~ Twitter ~ Patreon


---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 7/27/14 11:31 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: chylex.hee.HardcoreEnderExpansion
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
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: chylex.hee.HardcoreEnderExpansion
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:61)
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.GeneratedMethodAccessor2.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)
... 10 more
Caused by: java.lang.UnsupportedClassVersionError: chylex/hee/HardcoreEnderExpansion : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.6.0_45, Sun Microsystems Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
Memory: 87596696 bytes (83 MB) / 448856064 bytes (428 MB) up to 3817799680 bytes (3640 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G
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 Optifine OptiFine_1.6.4_HD_U_D1 53 mods loaded, 53 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.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
gasesCore{1.4.4.3} [Glenn's Gases Core] (minecraft.jar) Unloaded->Constructed
gasesFrameworkCore{1.0.3.1} [Gases Framework Core] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.6.1.5} [Not Enough Items] (NotEnoughItems 1.6.1.5.jar) Unloaded->Constructed
DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4.zip) Unloaded->Constructed
Trapcraft{v2.1.0a} [Trapcraft] ([1.6.2] Trapcraft - v2.1.0a.zip) Unloaded->Constructed
Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed
BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
BCTools{1.4-a-17} [Buildcraft Tools] (bcTools-v1.4-a-17.jar) Unloaded->Constructed
QuiverMod{1.6.2} [Better Archery] (Better_Archery_1.6.3_for_1.6.4.zip) Unloaded->Constructed
BetterDungeons{2.4} [Chocolate quest] (BetterDungeons2091.zip) Unloaded->Constructed
BetterGrassAndLeavesMod{1.6.4.D} [Better Grass & Leaves Mod] (BetterGrassAndLeavesMod[v1.6.4.D].jar) Unloaded->Constructed
betterstorage{0.8.0.47} [BetterStorage] (BetterStorage-1.6.4-0.8.0.47.jar) Unloaded->Constructed
BiblioCraft{1.4.0} [BiblioCraft] (BiblioCraft[v1.4.0].zip) Unloaded->Constructed
CarpentersBlocks{2.1.2} [Carpenter's Blocks] (Carpenter's Blocks v2.1.2 - MC 1.6+.zip) Unloaded->Constructed
DungeonCrawler{0.2.5} [Dungeon Crawler] (DungeonCrawler 0.2.5 for MC 1.6.2.zip) Unloaded->Constructed
ExtrabiomesXL{3.15.8} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.4-3.15.8.jar) Unloaded->Constructed
farlanders{1.1c} [The Farlanders] (Farlanders_v1.1c.zip) Unloaded->Constructed
gasesFramework{1.0.3.1} [Gases Framework] (gasesFramework-1.0.3.1-1.6.4.jar) Unloaded->Constructed
gases{1.4.4.3} [Glenn's Gases] (gases-1.4.4.3-1.6.4.jar) Unloaded->Constructed
iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed
GraviGun{2.0.0} [GraviGun] (GravityGunMod1.6.2.zip) Unloaded->Constructed
HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Errored
pamharvestcraft{1.0} [Pam's HarvestCraft Base] (HarvestCraft-Mod-1.6.4.zip) Unloaded->Constructed
IronChest{5.4.1.649} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.649.zip) Unloaded->Constructed
mca{3.6.0} [Minecraft Comes Alive] (MCA-3.6.0_MC-1.6.4.zip) Unloaded->Constructed
cfm{3.3.4} [MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.3.4(1.6.4).jar) Unloaded->Constructed
NetherX{1.2.2} [NetherX] (NetherX 1.3 for MC 1.6.4.jar) Unloaded->Constructed
Oceancraft{1.1} [Oceancraft Mod] (Oceancraft v1.2.zip) Unloaded->Constructed
OB{1.1.1} [Orbital Bombardment] (OrbitalBombardment_1.1.1-1.6.4.zip) Unloaded->Constructed
plantmegapack{3.00.09} [Plant Mega Pack] (Plant Mega Pack-1.6.4-3.00.09.jar) Unloaded->Constructed
PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2.zip) Unloaded->Constructed
cuchaz.powerTools{1.3} [Power Tools] (powerTools-v13.zip) Unloaded->Constructed
quickhotbar{1.01} [Quick Hotbar] (quickhotbar_164_1.01.jar) Unloaded->Constructed
cmd_randomadditions{0.9} [Random Additions] (Random Additions 0.8.3 mc1.6.4.zip) Unloaded->Constructed
RedstonePasteMod{1.5.1} [Redstone Paste] (RedstonePasteMod1.5.1.zip) Unloaded->Constructed
AS_Ruins{11.0} [Ruins Spawning System] (Ruins_1.6.4.zip) Unloaded->Constructed
SpecialMobs{2.6} [Special Mobs] (SpecialMobs 2.6 for MC 1.6.2.zip) Unloaded->Constructed
TooMuchTNT{2.6} [TooMuchTNT] (TooMuchTNT v2.6) Unloaded->Constructed
TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed
UtilityMobs{2.1} [Utility Mobs] (UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded->Constructed
mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed
ForgeMultipart{1.0.0.219} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed
McMultipart{1.0.0.219} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed
ForgeMicroblock{1.0.0.219} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed
You have outdated Java, version 6 is not supported.
My Website ~ Twitter ~ Patreon


Ok thanks for that.
But mojang said java 6 is the best.
Not sure where you got that, but java 6 is no longer officially supported, so using java 6 puts your computer at risk because you don't get security patches.
My Website ~ Twitter ~ Patreon


1.6.4 is no longer supported.
My Website ~ Twitter ~ Patreon


It replaces the default purple & black checkerboard texture for some reason. If you see it on an item from another mod, that item didn't have a texture (at least that's what I picked up from my observations).
My Website ~ Twitter ~ Patreon


After two months of a variety of feelings and projects I worked on (including my own private issue tracker), the pre-release is finally out! This version is the first one for Minecraft 1.7.10, and it also means that all support for 1.7.2 (as well as 1.6.4, but that's not news) is dropped.
Since this is a pre-release, expect bugs, perhaps even crashes and generally some lack of polish, but it also means that the final 1.6.2 version will release soon after this one, so keep the update notifications on!
Now, I decided to tell you what is in the pre-release, and what will be done in the final version, to hopefully get you excited ;).
> The major feature is the rewrite of Biome Islands. This rewrite allows me to generate better content in the islands and also makes it much easier and less buggy. Each biome can now have different content variations, each of those will be targeted at different aspects of the mod and different mechanics! Forget about each biome looking the same every time, the difference between the variations will be huge.
> One example of the better content (and also a new content variation for Infested Forest) is the Ravaged Dungeon, which is a giant 3-layered dungeon closely connected to a completely new mechanic, Runes (textured by Satik64) and Charms! The charms are basically player enchantments, activated inside Charm Pouch. Either look up the recipe in NEI or just try, it involves the runes though, so you will need to get some first ;).
> Ravaged Dungeon also features a completely new mob, the Louse, which was modelled by vadis365. The mob has some very interesting properties. It also kills you. A friendly warning for newbies, get yourself some equipment. No, full diamond is not enough.
> There is also a variety of other things, like ingame configuration, couple important bugfixes and such. Read the full changelog in main post.
Now, what am I planning for the full release?
> More polishing! There will be some fancy particle effects, little tweaks and generally details that I haven't had time to tackle for the pre-release!
> More content! Not only I'm planning even more variety in the Ravaged Dungeon, but there will also be a completely new biome variation, mob and item that will be used for the Link Removed, double the amount of Charms there is now and more!
> And of course, fix whatever is broken in the pre-release.
That should be all the main talk, download is in the main post as always. Don't forget to check out my Twitter and Patreon, where you can support me. Thanks!
My Website ~ Twitter ~ Patreon


It seems you have either too many mods or too old graphics card.
My Website ~ Twitter ~ Patreon


Huh? Not sure what you're talking about, but both the mod and java checker work on a server.
My Website ~ Twitter ~ Patreon

