• 0

    posted a message on Roguelike Dungeons

    Heheh... yeah I'm a super nerd about timestamp version/build numbers - I'm sure Greymerk will fix if/when he does an official 1.9 build.


    I also noticed a couple new things ... I guess they were snuck in at some point between 1.8 version and now (?). That pyramid-looking thing did look really neat - can't wait to start up a 1.9 survival world with this build (finally)!

    Posted in: Minecraft Mods
  • 1

    posted a message on Roguelike Dungeons

    Hey everyone - I may have a temporary working 1.9 version if anyone wants to try it out.


    Download here: RoguelikeDungeons-1.9-1.4.5.20160406170138_NoDebug.jar (updated 4/6/2016 5PM)


    Notes

    • So far I've only tested with Forge 12.16.0.1832 (for Minecraft 1.9)
    • This is an unofficial build! I'm assuming at some point Greymerk or someone else far more skilled will release something more official (?)
    • PS: Greymerk I hope I didn't do anything bad by releasing this test build! My apologies if so!

    If you try it and it works let me know!


    Screenshots (attached)


    Update 4/6/2016 5PM:

    Not sure if anyone cares but I noticed some weird stuff in MC with that build I released a couple days ago - where the landscape in the world had strange flat edges and hills seems to be sliced in half - strange stuff. Anyhow, I've generated a new build using Forge 12.16.0.1832 and it seems to have gotten rid of that. Just FYI in case anyone noticed/cares. Link above updated.

    Posted in: Minecraft Mods
  • 0

    posted a message on Roguelike Dungeons

    I'm a huge fan of this mod!


    Anyone know if a 1.9 build is coming soon? I've beentrying to hack my way to a working 1.9 build of this mod myself using theGitHub source but I keep getting a "tried to access field net.minecraftforge.event.entity.EntityEvent.entity" error on World Load so clearly I'm not doing it right (or it's just not possible yet?). Anyhow - if anyone has heard if a 1.9 build is coming soon or feasible at all for this mod please chime in?


    Thanks in advance.

    Posted in: Minecraft Mods
  • 0

    posted a message on Skeleton spawner trap - now, with pictures!

    Thanks for the idea rodabon (and not flaming me for semi-highjacking this old thread). The change/test you suggest doesn't seem to fix things - my guess (hope) is that it's related to this ... which I hope Mojang will fix soon/at some point: https://bugs.mojang.com/browse/MC-50668


    Thanks again.

    Posted in: Survival Mode
  • 0

    posted a message on Skeleton spawner trap - now, with pictures!

    Thanks for the reply! Here are a couple pics - what should I change?




    ...


    BTW the area the mobs are in in a one block space - that's it. And if you can't tell from the pics I have only a half slab space open at their feet to hit them - but no matter what angle I try, they can always whack me!

    Posted in: Survival Mode
  • 0

    posted a message on Skeleton spawner trap - now, with pictures!

    I made something close to this (http://www.minecraft101.net/t/experience-grinder.html) but the mobs (zombies or skeletons) are able to hit me once in a while when I'm hitting them through the half slab hole by their feet. Is this a bug or can mobs truly see/hit you through a half slab at (their) foot level?

    Posted in: Survival Mode
  • 1

    posted a message on Roguelike Dungeons

    First of all - I love this mod!! Great work.


    Second - I have an issue right now where I'm on level 3 or 4 deep in a tower dungeon and the amount of mob spawns are overwhelming (see screenshot for small sample). I try to worm my way to the spawners 1 by 1 to stop the spawning but sometimes I can't even find the spawn box and the mob count gets crazy high - I also think it's possible there are pressure plates on spawn boxes maybe and the mobs are stepping on it themselves? I found one like this and broke it but am hearing "clicks" in areas I think it's happening more but is behind walls of crazy mob groups. Is this a common problem and/or is there a way to fix/resolve this w/out cheating (much)?





    Again - LOVE this mod! Thanks.

    Posted in: Minecraft Mods
  • 0

    posted a message on Custom NPCs

    Thanks for the update Noppes! So psyched the villagers are bit more stable now!


    FYI latest version seems to work ok on PC but crashes on Mac - both using forge 1357.



    ---- Minecraft Crash Report ----
    // You should try our sister game, Minceraft!

    Time: 4/9/15 11:00 AM
    Description: There was a severe problem during mod loading that has caused the game to fail

    net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: java.lang.System.lineSeparator()Ljava/lang/String;
    at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:516)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
    at net.minecraft.client.main.Main.main(SourceFile:120)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.NoSuchMethodError: java.lang.System.lineSeparator()Ljava/lang/String;
    at noppes.npcs.LogWriter$1.format(LogWriter.java:59)
    at java.util.logging.StreamHandler.publish(StreamHandler.java:177)
    at java.util.logging.Logger.log(Logger.java:509)
    at java.util.logging.Logger.doLog(Logger.java:531)
    at java.util.logging.Logger.log(Logger.java:554)
    at noppes.npcs.LogWriter.info(LogWriter.java:82)
    at noppes.npcs.LogWriter.<clinit>(LogWriter.java:71)
    at noppes.npcs.controllers.ScriptController.<init>(ScriptController.java:78)
    at noppes.npcs.CustomNpcs.load(CustomNpcs.java:183)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:518)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514)
    ... 10 more

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

    -- System Details --
    Details:
    Minecraft Version: 1.8
    Operating System: Mac OS X (x86_64) version 10.10.3
    Java Version: 1.6.0_65, Apple Inc.
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
    Memory: 117564840 bytes (112 MB) / 303157248 bytes (289 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.10 FML v8.0.72.1357 Minecraft Forge 11.14.1.1357 Optifine OptiFine_1.8_HD_U_D1 20 mods loaded, 20 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{8.0.72.1357} [Forge Mod Loader] (forge-1.8-11.14.1.1357.jar) Unloaded->Constructed->Pre-initialized
    Forge{11.14.1.1357} [Minecraft Forge] (forge-1.8-11.14.1.1357.jar) Unloaded->Constructed->Pre-initialized
    securitycraft{v1.7.3} [SecurityCraft] ([1.8] SecurityCraft 1.7.3.jar) Unloaded->Constructed->Pre-initialized
    bspkrsCore{7.01} [bspkrsCore] ([1.8]bspkrsCore-universal-7.01.jar) Unloaded->Constructed->Pre-initialized
    animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.8.0_beta.jar) Unloaded->Constructed->Pre-initialized
    birdmod{0.1.1} [Bird Mod] (Birds-mod-by-silvercatcher-1.8.jar) Unloaded->Constructed->Pre-initialized
    customnpcs{1.8.0_beta} [CustomNpcs] (CustomNPCs_1.8.0_beta.jar) Unloaded->Constructed->Errored
    dessertcraft{v1.4} [Dessertcraft] (Dessertcraft-1.4.jar) Unloaded->Constructed->Pre-initialized
    IronChest{6.0.99.749} [Iron Chest] (ironchest-1.8-6.0.99.749-universal (1).jar) Unloaded->Constructed->Pre-initialized
    LavaBoat{2.1.0} [LavaBoat] (LavaBoat-2.1.0.jar) Unloaded->Constructed->Pre-initialized
    lom{1.8-0.1} [LotsOMobs] (lom-1.8-0.1.jar) Unloaded->Constructed->Pre-initialized
    LomLib{4.1.0} [LomLib] (LomLib-1.8-4.1.0-universal.jar) Unloaded->Constructed->Pre-initialized
    chef{4.0} [Master Chef] (MasterChef-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized
    cfm{3.4.7} [ß9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7-build5(1.8).jar) Unloaded->Constructed->Pre-initialized
    obsidianutils{v1.0} [Obsidian Utilities] (ObsidianUtilities-1.0.jar) Unloaded->Constructed->Pre-initialized
    shipwrecks_winslow{1.6.3} [Shipwrecks!] (shipwrecks_winslow-1.8.0-1.6.3.jar) Unloaded->Constructed->Pre-initialized
    YAFM{1.0.4} [Yet Another Food Mod] (yafm-1.0.4.jar) Unloaded->Constructed->Pre-initialized
    YALSM{2.1.5} [Yet Another Leather Smelting Mod] (yalsm-2.1.5.jar) Unloaded->Constructed->Pre-initialized
    zombie_steak{1.8-1.0.2} [Zombie Steak] (ZombieSteak-1.8-1.0.2 (1).jar) Unloaded->Constructed->Pre-initialized
    Loaded coremods (and transformers):

    Posted in: Minecraft Mods
  • 0

    posted a message on Biomes O' Plenty - Over 50 new biomes, with new trees, plants, mobs, and more!

    @cheeserols thanks for reaching out. Sadly 1178 and the very latest 1186 build both crashed for me. Here are the logs


    1186:


    ---- Minecraft Crash Report ----
    // Don't do that.

    Time: 4/5/15 11:35 AM
    Description: Initializing game

    java.lang.NullPointerException: Initializing game
    at biomesoplenty.common.config.BiomeConfigurationHandler.configureBiomeWithJson(BiomeConfigurationHandler.java:127)
    at biomesoplenty.common.config.BiomeConfigurationHandler.load(BiomeConfigurationHandler.java:56)
    at biomesoplenty.common.config.BiomeConfigurationHandler.init(BiomeConfigurationHandler.java:39)
    at biomesoplenty.common.init.ModConfiguration.initEnd(ModConfiguration.java:25)
    at biomesoplenty.core.BiomesOPlenty.preInit(BiomesOPlenty.java:61)
    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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:518)
    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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at net.minecraftforge.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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
    at net.minecraft.client.main.Main.main(SourceFile:120)
    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:135)
    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 biomesoplenty.common.config.BiomeConfigurationHandler.configureBiomeWithJson(BiomeConfigurationHandler.java:127)
    at biomesoplenty.common.config.BiomeConfigurationHandler.load(BiomeConfigurationHandler.java:56)
    at biomesoplenty.common.config.BiomeConfigurationHandler.init(BiomeConfigurationHandler.java:39)
    at biomesoplenty.common.init.ModConfiguration.initEnd(ModConfiguration.java:25)
    at biomesoplenty.core.BiomesOPlenty.preInit(BiomesOPlenty.java:61)
    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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:518)
    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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at net.minecraftforge.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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
    at net.minecraft.client.main.Main.main(SourceFile:120)
    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:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
    Minecraft Version: 1.8
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 86658328 bytes (82 MB) / 327372800 bytes (312 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.10 FML v8.0.69.1353 Minecraft Forge 11.14.1.1353 Optifine OptiFine_1.8_HD_U_D1 34 mods loaded, 34 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{8.0.69.1353} [Forge Mod Loader] (forge-1.8-11.14.1.1353.jar) Unloaded->Constructed->Pre-initialized
    Forge{11.14.1.1353} [Minecraft Forge] (forge-1.8-11.14.1.1353.jar) Unloaded->Constructed->Pre-initialized
    securitycraft{v1.7.3} [SecurityCraft] ([1.8] SecurityCraft 1.7.3.jar) Unloaded->Constructed->Pre-initialized
    bspkrsCore{7.01} [bspkrsCore] ([1.8]bspkrsCore-universal-7.01.jar) Unloaded->Constructed->Pre-initialized
    animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.8.0_beta.jar) Unloaded->Constructed->Pre-initialized
    BetterFoliage{1.1.2} [Better Foliage] (BetterFoliage-mc1.8-1.1.2.jar) Unloaded->Constructed->Pre-initialized
    BiomesOPlenty{3.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.8-3.0.0.1186-universal.jar) Unloaded->Constructed->Errored
    birdmod{0.1.1} [Bird Mod] (Birds-mod-by-silvercatcher-1.8.jar) Unloaded->Constructed->Pre-initialized
    customnpcs{1.8.0_alpha} [CustomNpcs] (CustomNPCs_1.8.0_alpha.jar) Unloaded->Constructed->Pre-initialized
    dessertcraft{v1.4} [Dessertcraft] (Dessertcraft-1.4.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    IronChest{6.0.99.749} [Iron Chest] (ironchest-1.8-6.0.99.749-universal (1).jar) Unloaded->Constructed->Pre-initialized
    LavaBoat{2.1.0} [LavaBoat] (LavaBoat-2.1.0.jar) Unloaded->Constructed->Pre-initialized
    lom{1.8-0.1} [LotsOMobs] (lom-1.8-0.1.jar) Unloaded->Constructed->Pre-initialized
    LomLib{4.1.0} [LomLib] (LomLib-1.8-4.1.0-universal.jar) Unloaded->Constructed->Pre-initialized
    chef{4.0} [Master Chef] (MasterChef-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized
    cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7-build5(1.8).jar) Unloaded->Constructed->Pre-initialized
    obsidianutils{v1.0} [Obsidian Utilities] (ObsidianUtilities-1.0.jar) Unloaded->Constructed->Pre-initialized
    Roguelike{1.3.6} [Roguelike Dungeons] (RoguelikeDungeons-1.8-1.3.6.jar) Unloaded->Constructed->Pre-initialized
    AS_Ruins{14.8} [Ruins Spawning System] (Ruins-1.8.jar) Unloaded->Constructed->Pre-initialized
    shipwrecks_winslow{1.6.3} [Shipwrecks!] (shipwrecks_winslow-1.8.0-1.6.3.jar) Unloaded->Constructed->Pre-initialized
    YAFM{1.0.4} [Yet Another Food Mod] (yafm-1.0.4.jar) Unloaded->Constructed->Pre-initialized
    YALSM{2.1.5} [Yet Another Leather Smelting Mod] (yalsm-2.1.5.jar) Unloaded->Constructed->Pre-initialized
    zombie_steak{1.8-1.0.2} [Zombie Steak] (ZombieSteak-1.8-1.0.2 (1).jar) Unloaded->Constructed->Pre-initialized
    Loaded coremods (and transformers):
    DLFMLCorePlugin (DynamicLights-1.8.jar)
    atomicstryker.dynamiclights.common.DLTransformer
    BOPLoadingPlugin (BiomesOPlenty-1.8-3.0.0.1186-universal.jar)

    BetterFoliageLoader (BetterFoliage-mc1.8-1.1.2.jar)
    mods.betterfoliage.loader.impl.BetterFoliageTransformer
    Launched Version: 1.8-Forge11.14.1.1353
    LWJGL: 2.9.1
    OpenGL: GeForce GTX 650 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.52, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
    Using GL 1.3 texture combiners.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Shaders are available because OpenGL 2.1 is supported.
    VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: No
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: [faithful32pack.zip]
    Current Language: English (US)
    Profiler Position: N/A (disabled)


    1178:



    ---- Minecraft Crash Report ----
    // Shall we play a game?

    Time: 4/5/15 11:37 AM
    Description: Initializing game

    java.lang.NullPointerException: Initializing game
    at biomesoplenty.common.config.BiomeConfigurationHandler.configureBiomeWithJson(BiomeConfigurationHandler.java:127)
    at biomesoplenty.common.config.BiomeConfigurationHandler.load(BiomeConfigurationHandler.java:56)
    at biomesoplenty.common.config.BiomeConfigurationHandler.init(BiomeConfigurationHandler.java:39)
    at biomesoplenty.common.init.ModConfiguration.initEnd(ModConfiguration.java:25)
    at biomesoplenty.core.BiomesOPlenty.preInit(BiomesOPlenty.java:61)
    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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:518)
    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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at net.minecraftforge.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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
    at net.minecraft.client.main.Main.main(SourceFile:120)
    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:135)
    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 biomesoplenty.common.config.BiomeConfigurationHandler.configureBiomeWithJson(BiomeConfigurationHandler.java:127)
    at biomesoplenty.common.config.BiomeConfigurationHandler.load(BiomeConfigurationHandler.java:56)
    at biomesoplenty.common.config.BiomeConfigurationHandler.init(BiomeConfigurationHandler.java:39)
    at biomesoplenty.common.init.ModConfiguration.initEnd(ModConfiguration.java:25)
    at biomesoplenty.core.BiomesOPlenty.preInit(BiomesOPlenty.java:61)
    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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:518)
    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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at net.minecraftforge.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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
    at net.minecraft.client.main.Main.main(SourceFile:120)
    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:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
    Minecraft Version: 1.8
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 105861120 bytes (100 MB) / 326897664 bytes (311 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.10 FML v8.0.69.1353 Minecraft Forge 11.14.1.1353 Optifine OptiFine_1.8_HD_U_D1 34 mods loaded, 34 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{8.0.69.1353} [Forge Mod Loader] (forge-1.8-11.14.1.1353.jar) Unloaded->Constructed->Pre-initialized
    Forge{11.14.1.1353} [Minecraft Forge] (forge-1.8-11.14.1.1353.jar) Unloaded->Constructed->Pre-initialized
    securitycraft{v1.7.3} [SecurityCraft] ([1.8] SecurityCraft 1.7.3.jar) Unloaded->Constructed->Pre-initialized
    bspkrsCore{7.01} [bspkrsCore] ([1.8]bspkrsCore-universal-7.01.jar) Unloaded->Constructed->Pre-initialized
    animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.8.0_beta.jar) Unloaded->Constructed->Pre-initialized
    BetterFoliage{1.1.2} [Better Foliage] (BetterFoliage-mc1.8-1.1.2.jar) Unloaded->Constructed->Pre-initialized
    BiomesOPlenty{3.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.8-3.0.0.1178-universal.jar) Unloaded->Constructed->Errored
    birdmod{0.1.1} [Bird Mod] (Birds-mod-by-silvercatcher-1.8.jar) Unloaded->Constructed->Pre-initialized
    customnpcs{1.8.0_alpha} [CustomNpcs] (CustomNPCs_1.8.0_alpha.jar) Unloaded->Constructed->Pre-initialized
    dessertcraft{v1.4} [Dessertcraft] (Dessertcraft-1.4.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized
    IronChest{6.0.99.749} [Iron Chest] (ironchest-1.8-6.0.99.749-universal (1).jar) Unloaded->Constructed->Pre-initialized
    LavaBoat{2.1.0} [LavaBoat] (LavaBoat-2.1.0.jar) Unloaded->Constructed->Pre-initialized
    lom{1.8-0.1} [LotsOMobs] (lom-1.8-0.1.jar) Unloaded->Constructed->Pre-initialized
    LomLib{4.1.0} [LomLib] (LomLib-1.8-4.1.0-universal.jar) Unloaded->Constructed->Pre-initialized
    chef{4.0} [Master Chef] (MasterChef-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized
    cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7-build5(1.8).jar) Unloaded->Constructed->Pre-initialized
    obsidianutils{v1.0} [Obsidian Utilities] (ObsidianUtilities-1.0.jar) Unloaded->Constructed->Pre-initialized
    Roguelike{1.3.6} [Roguelike Dungeons] (RoguelikeDungeons-1.8-1.3.6.jar) Unloaded->Constructed->Pre-initialized
    AS_Ruins{14.8} [Ruins Spawning System] (Ruins-1.8.jar) Unloaded->Constructed->Pre-initialized
    shipwrecks_winslow{1.6.3} [Shipwrecks!] (shipwrecks_winslow-1.8.0-1.6.3.jar) Unloaded->Constructed->Pre-initialized
    YAFM{1.0.4} [Yet Another Food Mod] (yafm-1.0.4.jar) Unloaded->Constructed->Pre-initialized
    YALSM{2.1.5} [Yet Another Leather Smelting Mod] (yalsm-2.1.5.jar) Unloaded->Constructed->Pre-initialized
    zombie_steak{1.8-1.0.2} [Zombie Steak] (ZombieSteak-1.8-1.0.2 (1).jar) Unloaded->Constructed->Pre-initialized
    Loaded coremods (and transformers):
    DLFMLCorePlugin (DynamicLights-1.8.jar)
    atomicstryker.dynamiclights.common.DLTransformer
    BOPLoadingPlugin (BiomesOPlenty-1.8-3.0.0.1178-universal.jar)

    BetterFoliageLoader (BetterFoliage-mc1.8-1.1.2.jar)
    mods.betterfoliage.loader.impl.BetterFoliageTransformer
    Launched Version: 1.8-Forge11.14.1.1353
    LWJGL: 2.9.1
    OpenGL: GeForce GTX 650 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.52, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
    Using GL 1.3 texture combiners.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Shaders are available because OpenGL 2.1 is supported.
    VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: No
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: [faithful32pack.zip]
    Current Language: English (US)
    Profiler Position: N/A (disabled)

    Posted in: Minecraft Mods
  • 0

    posted a message on Biomes O' Plenty - Over 50 new biomes, with new trees, plants, mobs, and more!

    Yeah sadly the most recent 1.8 version of this super-sweet mod that works for me with latest forge is build 1137. I've tried 1177 all the way to 1137 but all of them crash. Very possible it's a mod conflict on my end .. but thought I'd report that 1137 *is* working for me w/latest forge - but all Biomes o Plenty builds after that up to 1177 are crashing.

    Posted in: Minecraft Mods
  • 0

    posted a message on Biomes O' Plenty - Over 50 new biomes, with new trees, plants, mobs, and more!

    Does anyone know how to modify the max height of the mountains this mod generates? I love this mod but the mountain heights are killing my slower laptop - would love to be able to make them maybe half as high. Anyone know what the options are here (if any)?


    Please point me elsewhere is this is answers on another site/location (?)

    Posted in: Minecraft Mods
  • 0

    posted a message on Custom NPCs

    Does anyone know if there are currently some skin issues with this mod? All but the human skins look messed up for me.


    PS: This mod is so awesome! Mega props to Noppes and his comrades!

    Posted in: Minecraft Mods
  • 0

    posted a message on MCPELib - Cydia Repo - [BETA] - Easily Install Texture Packs - iOS
    +1 to hoping this repo comes back (or someone else can post these packs somewhere!)
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on How do you make a texture pack for an apple device. [ I am a little bit of a noob ]
    I'd love an updated (0.10.4) guide as well. It seems like the files involved and the locations of them has changed a bit since the 0.9.x days but so far I can't find a clear "here's how you alter/create texture packs" guide for 0.10.4.
    Posted in: MCPE: Texture Pack Help & Requests
  • To post a comment, please .