GithubHelp home page GithubHelp logo

chylex / hardcore-ender-expansion Goto Github PK

View Code? Open in Web Editor NEW
37.0 37.0 24.0 18.1 MB

Minecraft mod that overhauls the End dimension, and makes it much harder, but also more exciting!

Home Page: https://hee.chylex.com

Java 100.00% Batchfile 0.01%
forge hardcore-ender-expansion hee java minecraft mod

hardcore-ender-expansion's People

Contributors

chylex avatar soundlogic2236 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hardcore-ender-expansion's Issues

[DONE 1.6.1] New enhancement system

Improve item enhancing - custom dynamic GUI with tooltips and hints, possibly integrate with Ender Compendium and have the enhancement knowledge show up.

[INVALID] Doesn't work with LiteLoader...

If I try to start the game with liteloader, it crashes when I have this mod installed.
However, it works perfectly fine when I use forge. The following is the crash report:

---- Minecraft Crash Report ----
// I blame Dinnerbone.

Time: 19.07.14 17:15
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at com.mumfrey.liteloader.launch.LiteLoaderTweaker$StartupState.gotoState(LiteLoaderTweaker.java:99)
    at com.mumfrey.liteloader.launch.LiteLoaderTweaker.init(LiteLoaderTweaker.java:595)
    at net.minecraft.client.renderer.entity.RenderLightningBolt.(SourceFile)
    at chylex.hee.proxy.ModClientProxy.registerRenderers(ModClientProxy.java:155)
    at chylex.hee.HardcoreEnderExpansion.onPreInit(HardcoreEnderExpansion.java:293)
    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.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: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.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:118)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:512)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
    at net.minecraft.client.Minecraft.func_71384_a(MinecraftOverlay.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(MinecraftOverlay.java:815)
    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)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at com.mumfrey.liteloader.launch.LiteLoaderTweaker$StartupState.gotoState(LiteLoaderTweaker.java:99)
    at com.mumfrey.liteloader.launch.LiteLoaderTweaker.init(LiteLoaderTweaker.java:595)
    at net.minecraft.client.renderer.entity.RenderLightningBolt.(SourceFile)
    at chylex.hee.proxy.ModClientProxy.registerRenderers(ModClientProxy.java:155)
    at chylex.hee.HardcoreEnderExpansion.onPreInit(HardcoreEnderExpansion.java:293)
    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.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: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.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:118)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:512)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
    at net.minecraft.client.Minecraft.func_71384_a(MinecraftOverlay.java:467)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(MinecraftOverlay.java:815)
    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)

-- System Details --
Details:
    Minecraft Version: 1.7.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_60-ea, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 439971720 bytes (419 MB) / 660078592 bytes (629 MB) up to 1431830528 bytes (1365 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1536M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 Optifine OptiFine_1.7.2_HD_U_D1 37 mods loaded, 37 mods active
    mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{7.2.211.1121} [Forge Mod Loader] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized
    Forge{10.12.2.1121} [Minecraft Forge] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized
    CodeChickenCore{rc_} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.2.jar) Unloaded->Constructed->Pre-initialized
    TooManyItems{1.7.2} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    lucky{5.0.0} [Lucky Block] ([1-7-2]_Lucky_Block_v5-0-0.jar) Unloaded->Constructed->Pre-initialized
    DamageIndicatorsMod{3.1.0} [Damage Indicators] ([1.7.2]DamageIndicatorsMod-3.1.0.jar) Unloaded->Constructed->Pre-initialized
    examplemod{1.0} [Example Mod] (All-U-Want 2.0.jar) Unloaded->Constructed->Pre-initialized
    alluwant{2.0 beta} [All U want] (All-U-Want 2.0.jar) Unloaded->Constructed->Pre-initialized
    ArchimedesShips{1.7.2 v1.5.2} [Archimedes' Ships] (ArchimedesShips.jar) Unloaded->Constructed->Pre-initialized
    BiblioCraft{1.7.1} [BiblioCraft] (BiblioCraft[1.7.1][MC1.7.2].jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{6.0.16} [BuildCraft] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{6.0.16} [BC Builders] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{6.0.16} [BC Energy] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{6.0.16} [BC Factory] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{6.0.16} [BC Transport] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{6.0.16} [BC Silicon] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized
    ComputerCraft{1.64pr3} [ComputerCraft] (ComputerCraft1.64pr3.jar) Unloaded->Constructed->Pre-initialized
    Eln{BETA-1.4.6c} [Electrical Age] (ElectricalAge_BETA_1.4.6c.zip) Unloaded->Constructed->Pre-initialized
    eplus{1.7.2-2.0.3.1} [Enchanting Plus] (EnchantingPlus-1.7.2-2.0.3.1.jar) Unloaded->Constructed->Pre-initialized
    extrabuttons{1.7.2.0} [ExtraButtons] (extrabuttons-1.7.2.0.jar) Unloaded->Constructed->Pre-initialized
    carystanley_extremefarming{1.0} [Extreme Farming] (extremefarming_mod-1.7.2-v1.3.jar) Unloaded->Constructed->Pre-initialized
    HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion.jar) Unloaded->Constructed->Errored
    inventorytweaks{1.57-116} [Inventory Tweaks] (InventoryTweaks-1.57-116.jar) Unloaded->Constructed->Pre-initialized
    Java7Checker{1.0} [Java 7 Checker] (Java7Checker.jar) Unloaded->Constructed->Pre-initialized
    LightBridgesAndDoors{0.1.9} [kris91268's Light Bridges and Doors] (Light Bridges and Doors V 1.9.zip) Unloaded->Constructed->Pre-initialized
    LunatriusCore{1.0.1.5} [LunatriusCore] (LunatriusCore-1.7.2-1.0.1.5-universal.jar) Unloaded->Constructed->Pre-initialized
    radixcore{1.2.0} [RadixCore] (RadixCore-1.2.0 MC-1.7.2.zip) Unloaded->Constructed->Pre-initialized
    mca{4.0.4} [Minecraft Comes Alive] (MCA-4.0.4 MC-1.7.2.zip) Unloaded->Constructed->Pre-initialized
    Mystcraft{0.10.15.00} [Mystcraft] (mystcraft-1.7.2-0.10.15.00.jar) Unloaded->Constructed->Pre-initialized
    Roguelike{1.3.3} [Roguelike Dungeons] (roguelike-1.7.2-1.3.3.jar) Unloaded->Constructed->Pre-initialized
    Schematica{1.6.0.64} [Schematica] (Schematica-1.7.2-1.6.0.64-universal.jar) Unloaded->Constructed->Pre-initialized
    SlimevoidLib{2.0.4.5} [Slimevoid Library] (SlimevoidLibrary-2.0.4.5.jar) Unloaded->Constructed->Pre-initialized
    StevesFactoryManager{A88} [Steve's Factory Manager] (StevesFactoryManagerA88.jar) Unloaded->Constructed->Pre-initialized
    voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized
    WirelessRedstoneCore{1.8.0.0} [Wireless Redstone] (WirelessRedstoneCore-1.8.0.0.jar) Unloaded->Constructed->Pre-initialized
    Launched Version: 1.7.2
    LWJGL: 2.9.0
    OpenGL: GeForce GT 750M/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: [ChromaHills-64x1.7_1.0.8.zip]
    Current Language: English (UK)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Anisotropic Filtering: Off (1)

[CANCELED] Ender Compendium tweaks + achievement (redone)

Add an achievement for crafting Ender Compendium to encourage it a little bit more.

Open the Compendium while looking at a block, item or mob would show the corresponding fragments - try to make it work with worldgen structures too.

Perhaps add additional info to blocks and item in the inventory if you hold shift and have appropriate fragments in the Compendium, just so it's a little easier to remember stuff.

[CANCELED] Transference Gem TP effect (postponed)

New particle effect for entity teleportation using Transference Gem.

Using the gem starts the teleporting process, which takes about 1 second. Several large portal particles are created from bottom to the top of target entity, each of the particles uses offset position to the entity.

After the entity is teleported, all particles are copied; the copied particles stay and slowly disappear, old particles automatically move with the entity.

[DONE] Biome Island revamp

As a part of the 1.6 redesign, the Biome Islands are going to be revamped for the 1.6.2 version of HEE (which also means that old worlds will not be completely compatible, chunk borders in places of islands may be visible and Biome Compass will only show correct places for new islands).

Two key concepts are planned - content variations, and random deviations.

Content variations will each have a different set of content, objectives for the player and general look to the island. There is one content variation per island, the target for 1.6.2 is to have 3 variations for each biome.

Random deviations might be compatible with multiple content variations. They are random switches that affect specific features generated on the island, such as "tall trees" switch that gives all trees a chance to generate taller than usual.

[INTENDED] Music not playing in HEE 1.5

In the beta version of Hee 1.5 for minecraft 1.7.2, the music was working. When I updated to the official release, it never played music again. This is why I don't think this is a minecraft 1.7.2 bug. I really miss the epic music that used to be played.

[ACKNOWLEDGED] New dungeons feature idea

I have played your mod since minecraft 1.6 and have many ideas for it. I think you should add some more dungeons to the end. I was thinking that you could use some mobs from the biomes you made or just adding new ones. It would be interesting to see some new bosses in one of the dungeons or two.

[ACKNOWLEDGED] Biome idea

I had an idea for a biome for the end in one of my mods, but eventually minecraft had updated from minecraft 1.5 to minecraft 1.6, so I later wanted to play with mods and eventually found HEE. I had the idea to share the new biome to maybe be added into your mod. I was thinking of a dark biome with black grass on end stone. The grass could make dark particles coming from it. In the biome, it would have old destroyed obsidian towers. There would be a block of obsidian on the ground randomly throughout the biome. With your new mod I also thought of there being a rare chance of there being a huge obsidian tower that at the top would be some boss. For a boss I had always thought of something like an ender reaper. It would shoot out ender pearls teleporting you blocks away to fall off the tower. It could also have the ability to strike you with lightning. I thought of another feature such as summoning minions to attack you like mini Reapers who could only through ender pearls. The ender pearls thrown by the minions could be deflected, but the bosses couldn't. On drop thr reaper can drop his staff in hand and maybe a few eyes of ender or ender pearls.

[ACKNOWLEDGED] Spectral Essence and altar idea

I think the spectral essence altar should be used for teleporting a player in a nearby 3 x 3 area around it. Then a gui will open asking which spectral altar they want to teleport to. spectral essence will be required to teleport. essence will double or triple in the amount required when teleporting to other dimensions. both altars must be supplied with essence to function.

[INVALID] Disable or Enable music for MC 1.7.2

you should allow something in the config for HEE to allow the music for 1.7.2 to be disabled or enabled like this:

Set to true if you want to enable music for HEE 1.7.2 or keep it as default false = false
may be issues if set to true

[INVALID] Spooky logs broken by Ender dragon

I was battling the hardcore ender dragon and nearby was a infested forest biome. The ender dragon flew over and broke the spooky log and caused me to crash. When I logged back in, I kept crashing because it kept ramming into the logs.

[INVALID] Ender dragon Freeze?

when i battle the ender dragon in his angry state, He will sometimes randomly freeze in mid air and do absolutely nothing for about 2 minutes. the ender dragon does only 2 things after the freeze for about another minute, the only thing he does is fly around & bite my player. It has happened every time i go to the end. about 10 to 20 times so far. Yes i do play in survival mode.

[INTENDED] Thaumcraft Wands and Ender Eye Issue

I noticed while i was messing around with the thaumcraft mod wands i tried using a lightning focus on the ender eye, but it would not take any damage unlike most of the other mobs. I am not sure if this is a bug with HEE or thaumcraft, or just a feature of your mod.

[ANSWERED] More music

The music in hardcore ender expansion is amazing. I think there should be more of a variety and be more.

[FIXED] Mobs not spawning?

I noticed that when I updated your mod, some of my other mods have mobs in the end that have stopped spawning. I am not sure if this a bug with your mod or my other ender mod making their mob spawning more rare in the end.

[CANCELED] Redesign Endermanpocalypse & Ender Demon (postponed)

Goals

  1. Make it more SMP-friendly by targeting specific player instead of the entire server
  2. Redesign Ender Demon's abilities and weaknesses, but keep a unique strategy

Ender Demon ideas

  1. Having to get rid of his limbs (perhaps to slow down attacks)
  2. Dropping some block or adding a mob that heals him

[ACKNOWLEDGED] More of a challenge

honestly i think the end needs a little more of a challenge. A few ideas for the ender dragon, telekinesis. the dragon will grab a player in mid air and the dragon has to be shot before five seconds with a bow or else the player will be thrown far across the island. The ender dragon can also pick up blocks to be thrown at the player.Second idea, summon ender tornadoes which sucks up players and teleports them when 10 to 50 blocks when touched by the tornado, bigger tornadoes that are stronger when the ender dragon loses health. Summon angry enderman when the ender dragon is angry. Add the ender dragon abilities that are in minecraft xbox edition.

The enderman should also have more abilities when in the end. teleport player in front of them when they become angry. Transform into angry enderman when killed. disassemble body parts and get thrown at a player, rebuilding afterwards.

[INVALID] NPE Crash

Crash Report: http://pastebin.com/TGaYxmTK

So as a description of what happened, I was updating the pack I am working on, and everything was working fine. After committing the build to the pack manager and downloading a fresh copy of the pack With HEE installed it give me this error.

Extra Info that will probably not help:
There are no config changes between the versions and same with the IDs

[INVALID] Disconnecting with multiple people on LAN

I created a lan server and my freind came on. We had HEE downloaded and we spawned the new bosses. When we spawned them, my friend got disconnected from the server. He did not crash. I treid killing all the bosses by myself. When they were gone, my freind was able to join the server once again.

[FIXED 1.6] Gamerule mobGriefing is ignored

Can you add config option that preventing block destruction from all kind of explosion?

explosion can destroy block

explosion {
Instability Orb=true
Explosive Enhanced Ender Pearl=true
Fire Fiend Fireball=true
Fire Golem Fireball=true
Ender Dragon Stay n fire=true
...
}

You topic: Redesign Endermanpocalypse & Ender Demon

optional add/replace Ender Demon Falling Obsidian attack with "Fast+Explosive+No_gravity Enhanced Ender Pearl" launched from his limbs (upon impact thay spawn a mob that heals him or just vampiric effect)
advantage:

  1. in SMP no need for clearing spawn area from Falling Obsidian (explosion can destroy blocks: Explosive Enhanced Ender Pearl=false).
  2. Players no longer can stay hide under the roof and shooting.

replace {
projectiles=true
}

[INVALID] Adding advanced genetics integration

I think you should add integration with advanced genetics because the naming is messed up when the advanced genetics scraper scrapes one of your mobs and the HEE ender dragon causes a crash when I use a scraper on it.

[ANSWERED] Spectral Essence and it's altar?

In literally forever I have seen Spectral essence in the creative mode tab. I have no Idea what is used for or anything about it. There is nothing about it in your book. I'm not sure if it's work in progress and if so i want to know what it's going to be used for.

[ACKNOWLEDGED] Taking Hardcore Ender Expansion to a whole new End

After the end is beaten after while it gets boring in minecraft and you end up deleting your world, I think you should be able to go deeper in the end. You should make a whole new end with new blocks, mobs, and everything else. Like an end where it is really dark, scary, and has a bigger and better ender dragon or ender boss.This could be an idea for the future or an idea now, but this is just a suggestion.

[ANSWERED] Support for MC 1.7.10

chylex,

I do not want to pressure you in any way, but you had mentioned that you were porting HEE to 1.7.10-pre4 on twitter.

Just wondering if you planning on official 1.7.10 support.

[INVALID] Crash on load - chylex.hee.mechanics.orb.OrbAcquirableItems.initialize

When trying to load the client I get this crash.

Forge .1079

---- Minecraft Crash Report ----
// I just don't know what went wrong :(

Time: 5/13/14 4:39 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:214)
at chylex.hee.mechanics.orb.OrbAcquirableItems.initialize(OrbAcquirableItems.java:55)
at chylex.hee.HardcoreEnderExpansion.onInit(HardcoreEnderExpansion.java:303)
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.GeneratedMethodAccessor4.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: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.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:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:687)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:527)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
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)
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 org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:214)
at chylex.hee.mechanics.orb.OrbAcquirableItems.initialize(OrbAcquirableItems.java:55)
at chylex.hee.HardcoreEnderExpansion.onInit(HardcoreEnderExpansion.java:303)
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.GeneratedMethodAccessor4.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: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.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:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:687)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:527)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
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)
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 org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)

-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2001946536 bytes (1909 MB) / 3024093184 bytes (2884 MB) up to 3024093184 bytes (2884 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms3072m -Xmx3072m -XX:PermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.03 FML v7.2.194.1079 Minecraft Forge 10.12.1.1079 109 mods loaded, 109 mods active
mcp{9.03} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized
FML{7.2.194.1079} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.12.1.1079} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics2-Core{rv0-alpha-116} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997Core{1.0.2.1} Aroma1997Core Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.0} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized
MCVanillaTweaks{1.0} Mariculture - Vanilla Tweaks Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.1} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized
OpenEye{0.4} OpenEye Unloaded->Constructed->Pre-initialized->Initialized
TConstruct-Preloader{0.1.1} Tinkers Corestruct Unloaded->Constructed->Pre-initialized->Initialized
FamiliarsAPI{1.7.2c} Familiars API Unloaded->Constructed->Pre-initialized->Initialized
battlegear2{1.0.5.4} Mine & Blade Battlegear 2 - Bullseye Unloaded->Constructed->Pre-initialized->Initialized
lucky{5.0.0} [Lucky Block]([1-7-2]_Lucky_Block_v5-0-0 %281%29.jar) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{6.8(1.7.2)} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized
ArmorStatusHUD{1.25(1.7.2)} ArmorStatusHUD Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{3.1.1} Damage Indicators Unloaded->Constructed->Pre-initialized->Initialized
FloatingRuins{1.7.2.r04} FloatingRuins Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator{1.7.2.r02} TreeCapitator Unloaded->Constructed->Pre-initialized->Initialized
tnfultimatetoolsforge{1.12.1.0} [Ultimate Tools]([1.7.2]UltimateTools - Universal by Umbrere[1.12.1.0].jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2{2.1.477-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized
advancedgenetics{1.5.2} Advanced Genetics Unloaded->Constructed->Pre-initialized->Initialized
AdvancedMachines{1.0.8} IC2 Advanced Machines Addon Unloaded->Constructed->Pre-initialized->Initialized
animalbikes{1.7.2} Animal Bikes Unloaded->Constructed->Pre-initialized->Initialized
AnimationAPI{1.2.1} AnimationAPI Unloaded->Constructed->Pre-initialized->Initialized
antiqueatlas{4.0.1a-1.7.2} Antique Atlas Unloaded->Constructed->Pre-initialized->Initialized
EnderIO{1.1.0_alpha} Ender IO Unloaded->Constructed->Pre-initialized->Initialized
Mantle{1.7.2-132.45b0b50} Mantle Unloaded->Constructed->Pre-initialized->Initialized
Waila{1.5.2_1.7.2} Waila Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.7.2-1.6.0.jenkins478} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized
aobd{1.4.1} Another One Bites The Dust Unloaded->Constructed->Pre-initialized->Initialized
appliedenergistics2{rv0-alpha-116} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized
ArchimedesShips{1.7.2 v1.5.2} Archimedes' Ships Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997CoreHelper{1.0.2.1} Aroma1997Core|Helper Unloaded->Constructed->Pre-initialized->Initialized
AromaBackup{0.0.0.2} AromaBackup Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers{1.4.6} Battle Towers Unloaded->Constructed->Pre-initialized->Initialized
BetterChests{1.1.0.4} BetterChests Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.7.0} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{2.0.0} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized
AWWayofTime{v1.0.1d} [Blood Magic: Alchemical Wizardry](Blood Magic-v1.0.1d.jar) Unloaded->Constructed->Pre-initialized->Initialized
Botania{beta-30} [Botania](Botania beta-30.jar) Unloaded->Constructed->Pre-initialized->Initialized
CarpentersBlocks{3.1.4} [Carpenter's Blocks](Carpenter's Blocks v3.1.4 - MC 1.7+.zip) Unloaded->Constructed->Pre-initialized->Initialized
chisel{1.5.4b} Chisel Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{3.2.0.dev.R1} [DrZhark's CustomSpawner](CustomMobSpawner 3.2.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialized
DLDungeonsJBG{1.2.10} Doomlike Dungeons Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures{6.2.0.dev.R1} [DrZhark's Mo'Creatures Mod](DrZharks MoCreatures Mod v6.2.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights{1.3.3} Dynamic Lights Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_onFire{1.0.4} Dynamic Lights Burning Entity Module Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_creepers{1.0.4} Dynamic Lights Creeper Module Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_dropItems{1.0.7} Dynamic Lights EntityItem Module Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_entityClasses{1.0.1} Dynamic Lights Entity Light Module Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_mobEquipment{1.0.5} Dynamic Lights Mob Equipment Light Module Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_flameArrows{1.0.0} Dynamic Lights Fiery Arrows Light Module Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_floodLights{1.0.1} Dynamic Lights Flood Light Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_otherPlayers{1.0.7} Dynamic Lights OtherPlayers Light Module Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_thePlayer{1.1.2} Dynamic Lights Player Light Module Unloaded->Constructed->Pre-initialized->Initialized
eplus{1.7.2-2.0.1.6} Enchanting Plus Unloaded->Constructed->Pre-initialized->Initialized
Enchiridion{1.0a} Enchiridion Unloaded->Constructed->Pre-initialized->Initialized
ExtraUtilities{1.1.0-prerelease-3} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized
FamiliarsDefaultMobPack{1.7.2b} DefaultMobPack Unloaded->Constructed->Pre-initialized->Initialized
FamiliarsExtendedFamPack{1.7.2b} ExtendedFamPack Unloaded->Constructed->Pre-initialized->Initialized
FamiliarsHerobrineFamPack{1.7.2b} HerobrineFamPack Unloaded->Constructed->Pre-initialized->Initialized
Forestry{2.4.1.22} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized
geoactivity{1.5} GeoActivity Unloaded->Constructed->Pre-initialized->Initialized
HardcoreEnderExpansion{1.5a} Hardcore Ender Expansion Unloaded->Constructed->Pre-initialized->Errored
HopperDuctMod{1.3} Hopper Ducts Unloaded->Constructed->Pre-initialized->Initialized
InfernalMobs{1.5.1} Infernal Mobs Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.57-116} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized
IronChest{6.0.14.719} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized
JABBA{1.1.3} Jabba Unloaded->Constructed->Pre-initialized->Initialized
journeymap{3.3.2} JourneyMap Unlimited Edition Unloaded->Constructed->Pre-initialized->Initialized
kwastibustmonsters{1.0.7a} Kwasti Bust Monsters Unloaded->Constructed->Pre-initialized->Initialized
kwastivil{1.0.7} Kwasti Villagers Unloaded->Constructed->Pre-initialized->Initialized
LightBridgesAndDoors{0.1.9} [kris91268's Light Bridges and Doors](Light Bridges and Doors V 1.9.zip) Unloaded->Constructed->Pre-initialized->Initialized
LunatriusCore{1.0.2.7} LunatriusCore Unloaded->Constructed->Pre-initialized->Initialized
MagicYarn{1.1.3} Magic Yarn Unloaded->Constructed->Pre-initialized->Initialized
Baubles{1.0.0.11} Baubles Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{4.1.1.12} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized
Mariculture{b3} Mariculture Unloaded->Constructed->Pre-initialized->Initialized
radixcore{1.1.1} [RadixCore](RadixCore-1.1.1 MC-1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
mca{4.0.3} Minecraft Comes Alive Unloaded->Constructed->Pre-initialized->Initialized
meteors{2.12} Falling Meteors Unloaded->Constructed->Pre-initialized->Initialized
MineChess{1.3.8} MineChess Unloaded->Constructed->Pre-initialized->Initialized
MinesweeperMod{1.4.6} Minesweeper Mod Unloaded->Constructed->Pre-initialized->Initialized
MoreFurnaces{1.3.8} More Furnaces Unloaded->Constructed->Pre-initialized->Initialized
cfm{3.2.9.2} §6MrCrayfish's Furniture Mod Unloaded->Constructed->Pre-initialized->Initialized
MultiPageChest{1.3.1} Multi Page Chest Unloaded->Constructed->Pre-initialized->Initialized
mychunkloader{172.02} Chunkloader Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons{1.11.0.3} NEI Addons Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|ExtraBees{1.11.0.3} NEI Addons: Extra Bees Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|Forestry{1.11.0.3} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|CraftingTables{1.11.0.3} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized->Initialized
NetherDungeons{1.2.1} Nether Dungeons Unloaded->Constructed->Pre-initialized->Initialized
OpenComputers|Core{1.0.0} OpenComputers (Core) Unloaded->Constructed->Pre-initialized->Initialized
OpenComputers{1.2.9.136} OpenComputers Unloaded->Constructed->Pre-initialized->Initialized
harvestcraft{1.7.2c} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.2c.zip) Unloaded->Constructed->Pre-initialized->Initialized
PneumaticCraft{1.1.9} PneumaticCraft Unloaded->Constructed->Pre-initialized->Initialized
RopesPlus{1.6.1} Ropes+ Unloaded->Constructed->Pre-initialized->Initialized
Schematica{1.6.1.71} Schematica Unloaded->Constructed->Pre-initialized->Initialized
thedalekmod{13.20} [DalekMod](The Dalek Mod - 1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{2.0.3} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized
UndergroundBiomes{0.5} Underground Biomes Constructs Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck{1.1.5} AtomicStryker Update Check Mod Unloaded->Constructed->Pre-initialized->Initialized
taverns{2.2.1-0} Village Taverns Unloaded->Constructed->Pre-initialized->Initialized
voxelmap{1.7.2} VoxelMap Unloaded->Constructed->Pre-initialized->Initialized
warpbook{1.0.34} Warp Book Unloaded->Constructed->Pre-initialized->Initialized
weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod](weaponmod-1.14.2 %281%29.jar) Unloaded->Constructed->Pre-initialized->Initialized
witchery{0.18.3} Witchery Unloaded->Constructed->Pre-initialized->Initialized
YALSM{2.1.3} Yet Another Leather Smelting Mod Unloaded->Constructed->Pre-initialized->Initialized
JustAnotherSpawner{0.14.0} Just Another Spawner Unloaded->Constructed->Pre-initialized->Initialized
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
AE2 Version: alpha rv0-alpha-116 for Forge 10.12.0.1024
Launched Version: 1.7.2
LWJGL: 2.9.0
OpenGL: GeForce GT 620/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ERROR NullPointerException: null
Anisotropic Filtering: Off (1)

[ANSWERED] Some safety in case of invalid recipes

chylex.hee.mechanics.orb.OrbAcquirableItems.initialize() is pretty unsafe. There should be more null-checks, because certain mods can register their recipes wrongly, and you don't want to get false reports like #38.

[FIXED] Biome compass texture issues

The current implementation doesn't register the sprite properly. It's actually using mc's missing texture sprite due to the way it's implemented. The animated texture is being drawn onto the missing texture. It'd break even more with a higher resolution resource pack replacing your compass sprites.

The issues in detail are:

  • You are passing "compass" to the TextureBiomeCompass constructor. The icon names have to be unique, otherwise the registration fails. They should be prefixed properly anyway.
  • For TextureMap.setTextureEntry the name parameter specified must match entry.getIconName(), otherwise the sprite will be set to the missing texture sprite. This is also a Forge issue (bad API).
  • The itemIcon is never set, ItemBiomeCompass always uses the missing texture sprite, which "works" only because it writes over that sprite.

To fix it replace the registration/setTextureEntry call in ItemBiomeCompass.registerIcons as follows:

TextureAtlasSprite sprite = new TextureBiomeCompass("hardcoreenderexpansion:biome_compass");
itemIcon = sprite;
((TextureMap)iconRegister).setTextureEntry("hardcoreenderexpansion:biome_compass", sprite);

The setTextureName call for ItemBiomeCompass in ItemList.loadItems is redundant since you don't use the vanilla registerIcons implementation there.

You should also strip the instanceof TextureMap check in registerIcons, if it wasn't the case you'd override the missing texture sprite from your TextureBiomeCompass again.

[ANSWERED] Ender islands

I think it would be cool if ender islands could spin around and move like in the mod ugocraft for minecraft 1.6.4. It would also be cool if they could move around and cause explosions if an island were to colide with another one. Islands should also have things like ender trees.

[CANCELED] Integration with Morph

Blacklist bosses, as it causes problems (no End Portal, drops and so on), and add abilities to mobs that work. Also, possibly add a new ability for morphing into Vampire Bat, that heals the dragon when the player takes damage.

[INVALID] Ender Dragon Disappears

Player entered the end, attempted to battle the dragon, didn't manage to kill it however it just disappeared after making a pass, error in the server console;
[Server thread/ERROR]: An Entity HardcoreEnderExpansion.Dragon(chylex.hee.dragon.EntityDragon) has thrown an exception during loading, its state cannot be restored. Report this to the mod author

Openeye recorded the issue too in detail: Http://openeye.openmods.info/crashes/cf207884cd241c4bbbe0948da3247be5

Note: Server jar: Cauldron-1.7.2-1.1112.04.1616
If this is a Cauldron error I'll go pop it along to Cauldron and see if they can fix it.

[INVALID] Biome compass bug?

In my creative world I had broken the block that allows mobs to spawn in a biome island. when i look at my biome compass which leads me to that block, it still shows me that there is a biome there. I am not sure if i understand how the compass works, but if this is how it works then there may be a bug. This doesn't really cause anything bad in the mod, but i'm just telling you the bug anyways.

[INVALID] Broken music?

When i go to the end there usually always music playing with hardcore ender expansion. lately there has been a 50 - 50 chance of there being music. I usually have to log out and back in the world 2 or 3 times before it plays music again. When it does play music, it isn't as common as the music in minecraft 1.6.4. This may only be for my computer, I honestly don't know

[FIXED] Ender Demon crash server

Ender Demon has purple lightning attack. In that time if player stay under water - server will crash.

Description: Ticking entity

java.lang.NullPointerException
at chylex.hee.entity.EntityMiniBossEnderDemon.func_70626_be(EntityMiniBossEnderDemon.java:92)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2146)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:464)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1973)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:264)
at net.minecraft.world.World.func_72866_a(World.java:2944)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:1006)
at net.minecraft.world.World.func_72870_g(World.java:2890)
at net.minecraft.world.World.func_72939_s(World.java:2704)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:883)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at chylex.hee.entity.EntityMiniBossEnderDemon.func_70626_be(EntityMiniBossEnderDemon.java:92)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2146)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:464)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1973)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:264)
at net.minecraft.world.World.func_72866_a(World.java:2944)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:1006)
at net.minecraft.world.World.func_72870_g(World.java:2890)

-- Entity being ticked --
Details:
Entity Type: HardcoreEnderExpansion.EnderDemon (chylex.hee.entity.EntityMiniBossEnderDemon)
Entity ID: 1335
Entity Name: Ender Demon
Entity's Exact location: -230.50, 83.61, 285.50
Entity's Block location: World: (-231,83,285), Chunk: (at 9,5,13 in -15,17; contains blocks -240,0,272 to -225,255,287), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2704)

-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['GreyLeader'/383, l='world', x=-236.26, y=60.00, z=293.96](GreyLeader at -236.25560352848728,60.0,293.96375832771366)]
Chunk stats: ServerChunkCache: 290 Drop: 0
Level seed: 7922716400559117852
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-208,64,282), Chunk: (at 0,4,10 in -13,17; contains blocks -208,0,272 to -193,255,287), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 316690 game time, 25753 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 43819 (now: false), thunder time: 124408 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:883)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)

-- System Det

[INVALID] Lan Server crash.

For minecraft 1.7.2 release 1.5, I was playing with HEE with a freind and we went to battle the ender dragon and after 5 to 10 minutes, We crashed!! We went back on the server and the ender dragon totally disappeared. Another thing is when me and my friend go to battle the mini bosses, My friend lost connection on my server and whenever he tried to get back on, he would automatically disconnect until I defeated the bosses.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.