• 0

    posted a message on [WIP](1.7.10Forge)Fantastic Fish *Alpha V1.4 Avalable!* now with Sharks!*
    Quote from lunchboxxx19»

    Even jas isnt compatible with many mods


    Doesn't hurt to try I suppose.
    Posted in: WIP Mods
  • 0

    posted a message on [WIP](1.7.10Forge)Fantastic Fish *Alpha V1.4 Avalable!* now with Sharks!*
    Quote from Caio202»

    when are you going to put compatibility with mod mo creatures?


    I wanted to use it in my modpack 1.7.10 .

    They're focusing on getting the mod stable rather than compatibility at the moment.

    (TBH, zhark's custom spawner isn't all that great. Try JAS [just another spawner] or something)
    Posted in: WIP Mods
  • 0

    posted a message on [WIP](1.7.10Forge)Fantastic Fish *Alpha V1.4 Avalable!* now with Sharks!*
    Quote from Timeshot»

    this mod is dead


    It isn't, a mod really isn't dead unless a month passed with no word why.

    They're working on it still, but life and other things could be halting progress.
    Posted in: WIP Mods
  • 0

    posted a message on [1.6.4/1.6.2/1.5.x/1.4.5/etc.] Coral Reef mod (updated 18/01/2013)
    Quote from Viperfish2000»

    How would I make the coral not have the ugly flowing water and air?


    There is options to disable the bubbles and such. A in-game GUI exists too but it isn't necessary to edit them, tis a matter of preference.
    Posted in: Minecraft Mods
  • 0

    posted a message on ItemPhysic 1.4.4 - More Realtistic Items/ stone doesn't burn in lava

    I'm trying to make the golden ring from the Lord of the Rings mod flammable, how would I go about it?


    {
    ServerPhysic.burnItem.add(lotr:item.lotr:goldRing);
    }


    This is what I could get from the current example.

    Posted in: Minecraft Mods
  • 0

    posted a message on The Betweenlands ~ A dark, hostile environment...

    For those with toad issues, get name tags and name them. They'll not despawn that way at least.

    Posted in: Minecraft Mods
  • 0

    posted a message on Lycanites Mobs - Strange and Deadly Creatures!

    Is there a way to use specific mobs? I kind of only want to use the Doom Mobs in my Doomlike Dungeons and the Nether for now.


    Yes check the configs, since you want only demons in the nether goto infernomobs.spawning. There is two ways to edit doomlike spawns, both can be tedious. One is too remove all "dungeon" types from all the .general files in lycanite's config. Two is to goto doomlike's config and goto the files of the dungeons and remove the "dungeon types" from the dungeon templates.
    Posted in: Minecraft Mods
  • 0

    posted a message on [WIP](1.7.10Forge)Fantastic Fish *Alpha V1.4 Avalable!* now with Sharks!*
    Quote from hd_dolphin»

    are you going to update it to 1.8


    It is up to them, but do note 1.9 is out and it is against the rules to ask about version updates.
    Posted in: WIP Mods
  • 0

    posted a message on The Lord of the Rings Mod: Bringing Middle-earth to Minecraft - Update 34.3

    Getting this world-corrupting crash. I might have an idea whats causing it, none how to fix it, and I don't necessarily want to jump to conclusions. It happens when I teleported near/inside mordor using creative teleport.



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

    Time: 4/19/16 6:33 PM
    Description: Exception getting block type in world

    java.lang.NullPointerException: Exception getting block type in world

    at net.minecraftforge.common.BiomeDictionary.isBiomeRegistered(BiomeDictionary.java:267)

    at net.minecraftforge.common.BiomeDictionary.checkRegistration(BiomeDictionary.java:423)

    at net.minecraftforge.common.BiomeDictionary.isBiomeOfType(BiomeDictionary.java:250)

    at com.draco18s.artifacts.worldgen.PlaceTraps.generate(PlaceTraps.java:198)

    at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)

    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)

    at fastcraft.a.d.a(F:84)

    at fastcraft.Hooks.r(F:137)

    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050)

    at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)

    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)

    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)

    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)

    at net.minecraft.world.World.func_72964_e(World.java:419)

    at net.minecraft.world.World.func_147439_a(World.java:345)

    at net.minecraft.world.World.func_147466_a(World.java:2626)

    at net.minecraft.world.SpawnerAnimals.func_77190_a(SpawnerAnimals.java:215)

    at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:130)

    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:161)

    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)

    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)

    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)

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

    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)



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

    -- Head --
    Stacktrace:
    at net.minecraftforge.common.BiomeDictionary.isBiomeRegistered(BiomeDictionary.java:267)
    at net.minecraftforge.common.BiomeDictionary.checkRegistration(BiomeDictionary.java:423)
    at net.minecraftforge.common.BiomeDictionary.isBiomeOfType(BiomeDictionary.java:250)
    at com.draco18s.artifacts.worldgen.PlaceTraps.generate(PlaceTraps.java:198)
    at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
    at fastcraft.a.d.a(F:84)
    at fastcraft.Hooks.r(F:137)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050)
    at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
    at net.minecraft.world.World.func_72964_e(World.java:419)

    -- Requested block coordinates --
    Details:
    Found chunk: true
    Location: World: (84251,76,50084), Chunk: (at 11,4,4 in 5265,3130; contains blocks 84240,0,50080 to 84255,255,50095), Region: (164,97; contains chunks 5248,3104 to 5279,3135, blocks 83968,0,49664 to 84479,255,50175)
    Stacktrace:
    at net.minecraft.world.World.func_147439_a(World.java:345)
    at net.minecraft.world.World.func_147466_a(World.java:2626)
    at net.minecraft.world.SpawnerAnimals.func_77190_a(SpawnerAnimals.java:215)
    at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:130)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:161)

    -- Affected level --
    Details:
    Level name: Kilias
    All players: 1 total; [EntityPlayerMP['Stormalisk'/583, l='Kilias', x=84224.50, y=69.50, z=50048.50]]
    Chunk stats: ServerChunkCache: 500 Drop: 0
    Level seed: -1325672520
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 0 game time, 0 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: ~~ERROR~~ NullPointerException: null
    Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.7.0_79, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 4577572128 bytes (4365 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms6144m -Xmx6144m -XX:MaxPermSize=512m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 83 mods loaded, 83 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
    UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (modpack.jar)
    UCHIJAAAA Aroma1997Core{1.0.2.15} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.15.jar)
    UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UCHIJAAAA itemphysic{1.1.5} [ItemPhysic] (minecraft.jar)
    UCHIJAAAA ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
    UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
    UCHIJAAAA lotr{Beta v28.1 for Minecraft 1.7.10} [The Lord of the Rings Mod] ([1.7.10] The Lord of the Rings Mod B28.1.jar)
    UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
    UCHIJAAAA StartingInventory{1.7.10.r03} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r03.jar)
    UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
    UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
    UCHIJAAAA antiqueatlas{4.2.7-1.7.10} [Antique Atlas] (antiqueatlas-4.2.7-1.7.10.jar)
    UCHIJAAAA ArchitectureCraft{1.4.0} [ArchitectureCraft] (ArchitectureCraft-1.4.0-mc1.7.10.jar)
    UCHIJAAAA armourersWorkshop{1.7.10-0.37.0.94} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.37.0.94.jar)
    UCHIJAAAA plushieWrapper{0.0.0} [Plushie Wrapper] (Armourers-Workshop-1.7.10-0.37.0.94.jar)
    UCHIJAAAA Aroma1997CoreHelper{1.0.2.15} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.15.jar)
    UCHIJAAAA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
    UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
    UCHIJAAAA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
    UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
    UCHIJAAAA redgear_core{2.2.2} [Red Gear Core] (RedGearCore-1.7.10-2.2.2.jar)
    UCHIJAAAA redgear_brewcraft{1.3.3} [Brewcraft] (Brewcraft-1.7.10-1.3.3.jar)
    UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
    UCHIJAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.1d.jar)
    UCHIJAAAA ChunkAnimator{@VERSION@} [Chunk Animator] (ChunkAnimator-MC1.7.10-1.0.1.jar)
    UCHIJAAAA TravellersGear{1.16.5} [Traveller's Gear] (TravellersGear-1.7.10-1.16.5.jar)
    UCHIJAAAA companions{1.7.10-0.1.2} [Companions] (companions-1.2.jar)
    UCHIJAAAA DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar)
    UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
    UCHIJAAAA etfuturum{1.5.5} [Et Futurum] (Et Futurum-1.5.5.jar)
    UCHIJAAAA ExtrabiomesXL{3.16.3} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.3.jar)
    UCHIJAAAA fantastic{1.0.0} [Fantastic Fish] (fantastic-1.4.jar)
    UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
    UCHIJAAAA fastleafdecay{1.0} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.0.jar)
    UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA glass_shards{1.4} [Glass Shards] (glass_shards_mc1.7.10-1.4.jar)
    UCHIJAAAA HelpFixer{1.0.7} [HelpFixer] (HelpFixer-1.0.7.jar)
    UCHIJAAAA HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar)
    UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (ichunutil-4.2.2.jar)
    UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
    UCHIJAAAA ironbackpacks{0.5.0} [Iron Backpacks] (Iron Backpacks-1.7.10-1.0.4-universal.jar)
    UCHIJAAAA itlt{0.0.8} [It's the little things] (itlt-1.7.10-0.0.8.jar)
    UCHIJAAAA LLadders{0.5.0} [Luppii's Ladders] (Ladders-0.5.0-MC1.7.10.jar)
    UCHIJAAAA LostBooks{1.2.2} [Lost Books] (LostBooks-1.7.10-1.2.2.jar)
    UCHIJAAAA lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
    UCHIJAAAA Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
    UCHIJAAAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.6.jar)
    UCHIJAAAA Morpheus{1.7.10-1.6.10} [Morpheus] (Morpheus-1.7.10-1.6.10.jar)
    UCHIJAAAA AS_MultiMine{1.4.4} [Multi Mine] (MultiMine-1.7.10.jar)
    UCHIJAAAA musicchoices{1.3_for_1.7.10} [Music Choices] (MusicChoices-1.3_for_1.7.10.jar)
    UCHIJAAAA notenoughkeys{@MOD_VERSION@} [NotEnoughKEys] (notenoughkeys-1.0.0B29.jar)
    UCHIJAAAA ImmibisCore{59.1.4} [Immibis Core] (immibis-core-59.1.4.jar)
    UCHIJAAAA RedLogic{59.1.13} [RedLogic] (redlogic-59.1.13.jar)
    UCHIJAAAA secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
    UCHIJAAAA punt{1.7.10-10.13.0-16.1} [Punt] (smallboats-1.7.10-10.13.0-16.1.jar)
    UCHIJAAAA whitehall{1.7.10-10.13.0-16.1} [Whitehall] (smallboats-1.7.10-10.13.0-16.1.jar)
    UCHIJAAAA hoy{1.7.10-10.13.0-16.1} [Hoy] (smallboats-1.7.10-10.13.0-16.1.jar)
    UCHIJAAAA smallboats{1.7.10-10.13.0-16.1} [SmallBoats (base)] (smallboats-1.7.10-10.13.0-16.1.jar)
    UCHIJAAAA tabbychat{1.11.2.2} [TabbyChat] (tabbychat-1.11.2.2.jar)
    UCHIJAAAA thebetweenlands{1.0.2-alpha} [The Betweenlands] (TheBetweenlands-1.0.2-alpha-universal.jar)
    UCHIJAAAA woodstuff{1.3.2} [WoodStuff] (WoodStuff-1.3.2.jar)
    UCHIJAAAA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
    UCHIJAAAA yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)
    UCHIJAAAA creativecore{1.2.0} [CreativeCore] (CreativeCore v1.3.8 mc1.7.10.jar)
    UCHIJAAAA koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)
    UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA zzzzzcustomconfigs{2.4.1} [ZZZZZ Custom Configs] (ZZZZZ Custom Configs-2.4.1.jar)
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 1 / 8; [EntityPlayerMP['Stormalisk'/583, l='Kilias', x=84224.50, y=69.50, z=50048.50]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'

    Posted in: Minecraft Mods
  • 0

    posted a message on The Lord of the Rings Mod: Bringing Middle-earth to Minecraft - Update 34.3

    Two compatibility bugs, one being very bizzare.


    Rohirric crafting tables replace some of the dirt around spawn with enhanced biomes mod. Using EB version 2.5 and LoTR version B28.1.


    No idea what causes that.


    Also, with item physics mod, rings are not destroyed by lava. It must use that logic to spawn the ring portal, so they are unspawnable. Using item physics version 1.2.4.


    Perhaps the ring could be considered "flammable, wooden, woolen" and that could be a quick fix?

    Posted in: Minecraft Mods
  • 0

    posted a message on Forgotten Nature [1.7.19] A Natural Addition to MC: Trees,Crops,Fruit,Flowers,etc...

    Thanks for the notes. I'll get those fixed in the near future. As for the mushroom blocks, I fat-fingered the "1" key when I was writing the mushroom generation code, hence the metadata value of 13. This means that all newly generated mushrooms will produce the correct blocks, but previous once will just drop as blaze logs.

    The download link is updated. Same version number, but should fix the mushroom bug. Again, you'll only notice the change with newly generated mushrooms.

    Restarted my world multiple times, all instances it gives me blaze logs when breaking one of the mushrooms.
    Posted in: Minecraft Mods
  • 0

    posted a message on Forgotten Nature [1.7.19] A Natural Addition to MC: Trees,Crops,Fruit,Flowers,etc...

    It's failing where the item grabs its name, but there isn't a 13th name, so I placed an appropriate fix. The update is on the OP (just updated it a moment ago). Go ahead and test the new version and get back to me if the problem persists. =D

    On the bright side, it no longer crashes. However the nether shroom flesh now drops blaze logs... Haha.

    Some other notes: The leaves of your overworld trees seem to not play nice with fast leaf decay and tree capacitor mods, some will break after felling a tree but not all. All trees consume durability and bonemeal in creative mode, and trees will delete blocks on growth. Which can lead to some incredible griefing opportunities on servers (Especially with angel oak). Nether shrooms can't be naturally obtained from their larger brethern or placed on netherrack, only dirt, which it turns dirt into netherrack after growing. Same for nether trees.


    Also, player placed leaves decay.

    Posted in: Minecraft Mods
  • 0

    posted a message on Forgotten Nature [1.7.19] A Natural Addition to MC: Trees,Crops,Fruit,Flowers,etc...

    I'm not able to recreate that result... but I'm attempting a fix. I found a possible cause.


    I tested out removing other mods, so far getting same result when collecting that block. So I'm not certain what it is ether.

    I removed all mods, save yours, problem still happens. So mods causing it are not the issue.

    Here is report just in case:



    ---- Minecraft Crash Report ----
    // I feel sad now :(

    Time: 4/17/16 7:16 PM
    Description: Unexpected error

    java.lang.ArrayIndexOutOfBoundsException: 13

    at ForgottenNature.Items.ItemNetherLogs.func_77667_c(ItemNetherLogs.java:31)

    at net.minecraft.item.Item.func_77657_g(Item.java:547)

    at net.minecraft.item.Item.func_77653_i(Item.java:636)

    at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)

    at net.minecraftforge.client.GuiIngameForge.renderToolHightlight(GuiIngameForge.java:583)

    at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:154)

    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)

    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)

    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)

    at net.minecraft.client.main.Main.main(SourceFile:148)

    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 ForgottenNature.Items.ItemNetherLogs.func_77667_c(ItemNetherLogs.java:31)
    at net.minecraft.item.Item.func_77657_g(Item.java:547)
    at net.minecraft.item.Item.func_77653_i(Item.java:636)
    at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)
    at net.minecraftforge.client.GuiIngameForge.renderToolHightlight(GuiIngameForge.java:583)
    at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:154)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['Stormalisk'/236, l='MpServer', x=-18.47, y=70.78, z=44.98]]
    Chunk stats: MultiplayerChunkCache: 315, 315
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 541 game time, 541 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 40 total; [EntityPigZombie['Zombie Pigman'/5503, l='MpServer', x=-87.04, y=39.00, z=43.65], EntityPigZombie['Zombie Pigman'/5558, l='MpServer', x=-41.50, y=21.00, z=103.50], EntityPigZombie['Zombie Pigman'/5697, l='MpServer', x=-2.50, y=38.00, z=-20.50], EntityPigZombie['Zombie Pigman'/5772, l='MpServer', x=-70.00, y=63.00, z=66.38], EntityPigZombie['Zombie Pigman'/5696, l='MpServer', x=-4.50, y=38.00, z=-21.50], EntityPigZombie['Zombie Pigman'/5773, l='MpServer', x=-73.47, y=66.00, z=70.34], EntityPigZombie['Zombie Pigman'/5699, l='MpServer', x=31.50, y=85.00, z=116.50], EntityPigZombie['Zombie Pigman'/5774, l='MpServer', x=-73.92, y=66.00, z=68.79], EntityPigZombie['Zombie Pigman'/5698, l='MpServer', x=-0.50, y=38.00, z=-17.50], EntityPigZombie['Zombie Pigman'/5780, l='MpServer', x=-20.50, y=63.00, z=-3.50], EntityPigZombie['Zombie Pigman'/5662, l='MpServer', x=-81.50, y=36.00, z=35.50], EntityPigZombie['Zombie Pigman'/5657, l='MpServer', x=-77.50, y=19.00, z=66.50], EntityPigZombie['Zombie Pigman'/5658, l='MpServer', x=-77.79, y=18.00, z=61.48], EntityPigZombie['Zombie Pigman'/5547, l='MpServer', x=-71.50, y=65.00, z=73.50], EntityPigZombie['Zombie Pigman'/5548, l='MpServer', x=-72.27, y=65.00, z=71.17], EntityPigZombie['Zombie Pigman'/5549, l='MpServer', x=-69.61, y=82.00, z=66.00], EntityPigZombie['Zombie Pigman'/5550, l='MpServer', x=-67.82, y=83.00, z=69.83], EntityPigZombie['Zombie Pigman'/5551, l='MpServer', x=-69.31, y=82.00, z=66.88], EntityPigZombie['Zombie Pigman'/5742, l='MpServer', x=39.50, y=82.00, z=116.50], EntityPigZombie['Zombie Pigman'/5741, l='MpServer', x=29.69, y=30.00, z=44.84], EntityPigZombie['Zombie Pigman'/5943, l='MpServer', x=61.50, y=83.00, z=51.50], EntityPigZombie['Zombie Pigman'/5458, l='MpServer', x=6.19, y=29.00, z=58.14], EntityPigZombie['Zombie Pigman'/5459, l='MpServer', x=7.32, y=29.00, z=57.45], EntityPigZombie['Zombie Pigman'/5938, l='MpServer', x=61.50, y=92.00, z=0.50], EntityPigZombie['Zombie Pigman'/5754, l='MpServer', x=-93.93, y=81.00, z=11.50], EntityPigZombie['Zombie Pigman'/5695, l='MpServer', x=-63.88, y=82.00, z=65.88], EntityPigZombie['Zombie Pigman'/5755, l='MpServer', x=-60.66, y=63.00, z=105.34], EntityPigZombie['Zombie Pigman'/5692, l='MpServer', x=50.88, y=44.00, z=12.29], EntityClientPlayerMP['Stormalisk'/236, l='MpServer', x=-18.47, y=70.78, z=44.98], EntityPigZombie['Zombie Pigman'/5934, l='MpServer', x=-79.65, y=63.00, z=97.87], EntityGhast['Ghast'/5758, l='MpServer', x=-63.79, y=66.29, z=106.15], EntityPigZombie['Zombie Pigman'/5756, l='MpServer', x=-57.50, y=63.00, z=106.50], EntityPigZombie['Zombie Pigman'/5686, l='MpServer', x=-71.50, y=19.00, z=55.50], EntityPigZombie['Zombie Pigman'/5684, l='MpServer', x=25.50, y=82.00, z=-19.50], EntityPigZombie['Zombie Pigman'/5685, l='MpServer', x=25.50, y=82.00, z=-18.50], EntityPigZombie['Zombie Pigman'/5518, l='MpServer', x=40.20, y=40.00, z=41.55], EntityPigZombie['Zombie Pigman'/5519, l='MpServer', x=37.51, y=40.00, z=43.26], EntityPigZombie['Zombie Pigman'/5748, l='MpServer', x=-0.50, y=52.00, z=-13.50], EntityPigZombie['Zombie Pigman'/5749, l='MpServer', x=-0.50, y=52.00, z=-12.50], EntityPigZombie['Zombie Pigman'/5517, l='MpServer', x=14.16, y=49.76, z=49.19]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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.7.10
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.7.0_79, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 5938790248 bytes (5663 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms6144m -Xmx6144m -XX:MaxPermSize=512m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 10 mods loaded, 10 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
    UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (modpack.jar)
    UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UCHIJAAAA ForgottenNature{1.7.11} [Forgotten Nature] (ForgottenNature_1.7.11.jar)
    UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
    UCHIJAAAA creativecore{1.2.0} [CreativeCore] (CreativeCore v1.3.8 mc1.7.10.jar)
    UCHIJAAAA ImmibisCore{59.1.4} [Immibis Core] (immibis-core-59.1.4.jar)
    UCHIJAAAA koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)
    UCHIJAAAA redgear_core{2.2.2} [Red Gear Core] (RedGearCore-1.7.10-2.2.2.jar)
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 355.82' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
    Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
    LWJGL: 2.9.1
    OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 355.82, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: [JessInsteadOfSteve.zip, Better Audio.zip] Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)

    Posted in: Minecraft Mods
  • 0

    posted a message on Forgotten Nature [1.7.19] A Natural Addition to MC: Trees,Crops,Fruit,Flowers,etc...

    Remove whatever mod is creating net.spellcraftgaming.rpghud and see if the issue persists.

    Nope still getting it after removing RPG hud mod:



    ---- Minecraft Crash Report ----
    // Who set us up the TNT?

    Time: 4/17/16 4:33 PM
    Description: Unexpected error

    java.lang.ArrayIndexOutOfBoundsException: 13

    at ForgottenNature.Items.ItemNetherLogs.func_77667_c(ItemNetherLogs.java:31)

    at net.minecraft.item.Item.func_77657_g(Item.java:547)

    at net.minecraft.item.Item.func_77653_i(Item.java:636)

    at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)

    at net.minecraftforge.client.GuiIngameForge.renderToolHightlight(GuiIngameForge.java:583)

    at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:154)

    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)

    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)

    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)

    at net.minecraft.client.main.Main.main(SourceFile:148)

    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 ForgottenNature.Items.ItemNetherLogs.func_77667_c(ItemNetherLogs.java:31)
    at net.minecraft.item.Item.func_77657_g(Item.java:547)
    at net.minecraft.item.Item.func_77653_i(Item.java:636)
    at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)
    at net.minecraftforge.client.GuiIngameForge.renderToolHightlight(GuiIngameForge.java:583)
    at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:154)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['Stormalisk'/644, l='MpServer', x=-19.50, y=62.62, z=7.76]]
    Chunk stats: MultiplayerChunkCache: 440, 440
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 1707 game time, 1707 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 82 total; [EntityTrite['Trite'/9347, l='MpServer', x=5.94, y=52.00, z=-14.13], EntityItem['item.tile.mushroom'/12388, l='MpServer', x=-68.45, y=60.88, z=59.66], EntityTrite['Trite'/9345, l='MpServer', x=11.53, y=52.00, z=-20.50], EntityPinky['Pinky'/9351, l='MpServer', x=-50.84, y=57.00, z=-77.03], EntityTrite['Light Trite'/10039, l='MpServer', x=35.13, y=40.00, z=33.16], EntityCacodemon['Cacodemon'/9359, l='MpServer', x=-41.50, y=57.00, z=-76.50], EntityPigZombie['Zombie Pigman'/9760, l='MpServer', x=5.09, y=54.00, z=-20.59], EntityPinky['Pinky'/9357, l='MpServer', x=-45.50, y=57.00, z=-83.50], EntityPinky['Ashen Pinky'/10033, l='MpServer', x=-108.63, y=60.00, z=-15.38], EntityPinky['Pinky'/12094, l='MpServer', x=-52.50, y=54.00, z=4.25], EntityNetherSoul['Nether Soul'/9791, l='MpServer', x=53.49, y=48.11, z=16.53], EntityTrite['Trite'/12092, l='MpServer', x=-39.67, y=51.38, z=-24.47], EntityPigZombie['Zombie Pigman'/9911, l='MpServer', x=41.50, y=101.00, z=-35.50], EntityCinder['Cinder'/10027, l='MpServer', x=0.50, y=88.00, z=78.50], EntityItem['item.item.goldNugget'/9784, l='MpServer', x=-9.50, y=61.13, z=1.19], EntityAstaroth['Astaroth'/12086, l='MpServer', x=76.50, y=67.00, z=-73.50], EntityCinder['Cinder'/9473, l='MpServer', x=-66.50, y=61.00, z=44.50], EntityCinder['Cinder'/9475, l='MpServer', x=-70.49, y=65.12, z=56.47], EntityPigZombie['Zombie Pigman'/9913, l='MpServer', x=40.25, y=102.00, z=-32.97], EntityCinder['Cinder'/9477, l='MpServer', x=-68.50, y=61.00, z=48.50], EntityCacodemon['Cacodemon'/9654, l='MpServer', x=-86.44, y=89.03, z=71.33], EntityTrite['Trite'/11447, l='MpServer', x=29.72, y=4.00, z=-40.72], EntityPinky['Pinky'/9521, l='MpServer', x=16.72, y=91.00, z=113.13], EntityPigZombie['Zombie Pigman'/9527, l='MpServer', x=1.25, y=64.00, z=58.88], EntityCacodemon['Cacodemon'/9662, l='MpServer', x=-70.61, y=86.13, z=68.59], EntityCinder['Cinder'/10001, l='MpServer', x=7.50, y=93.00, z=-28.50], EntityCinder['Cinder'/10003, l='MpServer', x=5.50, y=93.00, z=-27.50], EntityNetherSoul['Nether Soul'/11425, l='MpServer', x=85.33, y=51.05, z=-38.32], EntityPigZombie['Zombie Pigman'/9515, l='MpServer', x=33.50, y=68.00, z=-55.50], EntityPigZombie['Zombie Pigman'/9393, l='MpServer', x=-63.38, y=38.00, z=-43.41], EntityPigZombie['Zombie Pigman'/9758, l='MpServer', x=-1.94, y=52.81, z=-14.69], EntityNetherSoul['Nether Soul'/11427, l='MpServer', x=88.48, y=47.14, z=-35.55], EntityPigZombie['Zombie Pigman'/9395, l='MpServer', x=-66.56, y=37.00, z=-42.50], EntityPigZombie['Zombie Pigman'/9756, l='MpServer', x=4.44, y=52.00, z=-12.50], EntityPigZombie['Zombie Pigman'/9397, l='MpServer', x=-64.00, y=38.00, z=-41.31], EntityPinky['Pinky'/9519, l='MpServer', x=23.81, y=90.00, z=114.38], EntityItem['item.tile.mushroom'/12368, l='MpServer', x=-67.91, y=60.13, z=60.30], EntityNetherSoul['Nether Soul'/11431, l='MpServer', x=88.33, y=48.11, z=-21.53], EntityTrite['Trite'/9517, l='MpServer', x=22.50, y=90.00, z=115.19], EntityCinder['Cinder'/9752, l='MpServer', x=4.91, y=52.00, z=-15.59], EntityCephignis['Cephignis'/11782, l='MpServer', x=7.50, y=46.00, z=25.50], EntityCacodemon['Cacodemon'/9989, l='MpServer', x=13.66, y=90.09, z=6.57], EntityPinky['Pinky'/9509, l='MpServer', x=-32.50, y=94.00, z=75.50], EntityTrite['Trite'/10107, l='MpServer', x=-35.94, y=16.00, z=98.53], EntityTrite['Trite'/10105, l='MpServer', x=-36.63, y=17.00, z=101.53], EntityBelph['Belph'/11045, l='MpServer', x=6.50, y=91.10, z=81.36], EntityBelph['Belph'/9557, l='MpServer', x=7.44, y=19.00, z=-19.42], EntityPigZombie['Zombie Pigman'/9423, l='MpServer', x=37.22, y=6.00, z=41.22], EntityNetherSoul['Nether Soul'/10097, l='MpServer', x=-61.54, y=64.12, z=-2.43], EntityTrite['Trite'/11053, l='MpServer', x=-61.50, y=26.00, z=84.19], EntityPigZombie['Zombie Pigman'/9553, l='MpServer', x=32.66, y=78.00, z=-31.31], EntityTrite['Light Trite'/11051, l='MpServer', x=-73.06, y=21.00, z=83.47], EntityNetherSoul['Nether Soul'/10628, l='MpServer', x=-19.42, y=92.09, z=116.51], EntityBelph['Belph'/9555, l='MpServer', x=5.01, y=21.00, z=-25.50], EntityCinder['Cinder'/10931, l='MpServer', x=-14.50, y=58.00, z=-80.50], EntityBelph['Belph'/9849, l='MpServer', x=-44.51, y=70.00, z=-13.88], EntityBelph['Belph'/9853, l='MpServer', x=-52.22, y=81.00, z=-3.62], EntityBelph['Dark Belph'/9666, l='MpServer', x=-64.02, y=81.00, z=56.88], EntityTrite['Trite'/9541, l='MpServer', x=-110.50, y=60.00, z=-17.50], EntityCephignis['Cephignis'/11876, l='MpServer', x=13.50, y=44.00, z=24.50], EntityTrite['Trite'/11737, l='MpServer', x=23.45, y=86.00, z=-48.50], EntityTrite['Trite'/9435, l='MpServer', x=-47.06, y=62.00, z=107.34], EntityTrite['Trite'/9539, l='MpServer', x=-113.50, y=64.00, z=-13.38], EntityLobber['Lobber'/11866, l='MpServer', x=3.50, y=47.00, z=27.50], EntityNetherSoul['Nether Soul'/9717, l='MpServer', x=-88.45, y=92.07, z=-2.53], EntityNetherSoul['Nether Soul'/12108, l='MpServer', x=72.42, y=66.08, z=-59.30], EntityCinder['Cinder'/10907, l='MpServer', x=58.50, y=64.00, z=97.50], EntityTrite['Trite'/9726, l='MpServer', x=21.69, y=63.00, z=80.75], EntityPinky['Ashen Pinky'/9589, l='MpServer', x=-6.06, y=62.00, z=-9.97], EntityTrite['Trite'/9724, l='MpServer', x=36.78, y=63.00, z=92.78], EntityPinky['Pinky'/9587, l='MpServer', x=-7.13, y=62.00, z=-4.86], EntityPinky['Pinky'/9585, l='MpServer', x=3.53, y=59.00, z=-65.94], EntityNetherSoul['Nether Soul'/10897, l='MpServer', x=-114.49, y=93.14, z=11.58], EntityTrite['Trite'/9721, l='MpServer', x=37.47, y=64.00, z=86.69], EntityTrite['Trite'/9459, l='MpServer', x=-70.13, y=57.00, z=-56.34], EntityPinky['Pinky'/9696, l='MpServer', x=15.50, y=46.00, z=6.50], EntityTrail['unknown'/9332, l='MpServer', x=-19.50, y=62.62, z=7.76], EntityPigZombie['Zombie Pigman'/10885, l='MpServer', x=44.50, y=23.00, z=49.50], EntityBelph['Belph'/11033, l='MpServer', x=-87.11, y=84.00, z=93.38], EntityPigZombie['Zombie Pigman'/9465, l='MpServer', x=-66.41, y=58.00, z=-66.75], EntityClientPlayerMP['Stormalisk'/644, l='MpServer', x=-19.50, y=62.62, z=7.76], EntityPigZombie['Zombie Pigman'/9467, l='MpServer', x=-66.16, y=60.00, z=-60.22]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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.7.10
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.7.0_79, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 4545336752 bytes (4334 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms6144m -Xmx6144m -XX:MaxPermSize=512m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 83 mods loaded, 83 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
    UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (modpack.jar)
    UCHIJAAAA Aroma1997Core{1.0.2.15} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.15.jar)
    UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UCHIJAAAA itemphysic{1.1.5} [ItemPhysic] (minecraft.jar)
    UCHIJAAAA ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
    UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
    UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
    UCHIJAAAA StartingInventory{1.7.10.r03} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r03.jar)
    UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
    UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
    UCHIJAAAA antiqueatlas{4.2.7-1.7.10} [Antique Atlas] (antiqueatlas-4.2.7-1.7.10.jar)
    UCHIJAAAA ArchitectureCraft{1.4.0} [ArchitectureCraft] (ArchitectureCraft-1.4.0-mc1.7.10.jar)
    UCHIJAAAA armourersWorkshop{1.7.10-0.37.0.94} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.37.0.94.jar)
    UCHIJAAAA plushieWrapper{0.0.0} [Plushie Wrapper] (Armourers-Workshop-1.7.10-0.37.0.94.jar)
    UCHIJAAAA Aroma1997CoreHelper{1.0.2.15} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.15.jar)
    UCHIJAAAA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
    UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
    UCHIJAAAA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
    UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
    UCHIJAAAA redgear_core{2.2.2} [Red Gear Core] (RedGearCore-1.7.10-2.2.2.jar)
    UCHIJAAAA redgear_brewcraft{1.3.3} [Brewcraft] (Brewcraft-1.7.10-1.3.3.jar)
    UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
    UCHIJAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.1d.jar)
    UCHIJAAAA ChunkAnimator{@VERSION@} [Chunk Animator] (ChunkAnimator-MC1.7.10-1.0.1.jar)
    UCHIJAAAA TravellersGear{1.16.5} [Traveller's Gear] (TravellersGear-1.7.10-1.16.5.jar)
    UCHIJAAAA companions{1.7.10-0.1.2} [Companions] (companions-1.2.jar)
    UCHIJAAAA DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar)
    UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
    UCHIJAAAA etfuturum{1.5.5} [Et Futurum] (Et Futurum-1.5.5.jar)
    UCHIJAAAA ExtrabiomesXL{3.16.3} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.3.jar)
    UCHIJAAAA fantastic{1.0.0} [Fantastic Fish] (fantastic-1.4.jar)
    UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
    UCHIJAAAA fastleafdecay{1.0} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.0.jar)
    UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA ForgottenNature{1.7.11} [Forgotten Nature] (ForgottenNature_1.7.11.jar)
    UCHIJAAAA glass_shards{1.4} [Glass Shards] (glass_shards_mc1.7.10-1.4.jar)
    UCHIJAAAA HelpFixer{1.0.7} [HelpFixer] (HelpFixer-1.0.7.jar)
    UCHIJAAAA HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar)
    UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (ichunutil-4.2.2.jar)
    UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
    UCHIJAAAA ironbackpacks{0.5.0} [Iron Backpacks] (Iron Backpacks-1.7.10-1.0.4-universal.jar)
    UCHIJAAAA itlt{0.0.8} [It's the little things] (itlt-1.7.10-0.0.8.jar)
    UCHIJAAAA LLadders{0.5.0} [Luppii's Ladders] (Ladders-0.5.0-MC1.7.10.jar)
    UCHIJAAAA LostBooks{1.2.2} [Lost Books] (LostBooks-1.7.10-1.2.2.jar)
    UCHIJAAAA lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
    UCHIJAAAA Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
    UCHIJAAAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.6.jar)
    UCHIJAAAA Morpheus{1.7.10-1.6.10} [Morpheus] (Morpheus-1.7.10-1.6.10.jar)
    UCHIJAAAA AS_MultiMine{1.4.4} [Multi Mine] (MultiMine-1.7.10.jar)
    UCHIJAAAA musicchoices{1.3_for_1.7.10} [Music Choices] (MusicChoices-1.3_for_1.7.10.jar)
    UCHIJAAAA notenoughkeys{@MOD_VERSION@} [NotEnoughKEys] (notenoughkeys-1.0.0B29.jar)
    UCHIJAAAA ImmibisCore{59.1.4} [Immibis Core] (immibis-core-59.1.4.jar)
    UCHIJAAAA RedLogic{59.1.13} [RedLogic] (redlogic-59.1.13.jar)
    UCHIJAAAA secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
    UCHIJAAAA punt{1.7.10-10.13.0-16.1} [Punt] (smallboats-1.7.10-10.13.0-16.1.jar)
    UCHIJAAAA whitehall{1.7.10-10.13.0-16.1} [Whitehall] (smallboats-1.7.10-10.13.0-16.1.jar)
    UCHIJAAAA hoy{1.7.10-10.13.0-16.1} [Hoy] (smallboats-1.7.10-10.13.0-16.1.jar)
    UCHIJAAAA smallboats{1.7.10-10.13.0-16.1} [SmallBoats (base)] (smallboats-1.7.10-10.13.0-16.1.jar)
    UCHIJAAAA tabbychat{1.11.2.2} [TabbyChat] (tabbychat-1.11.2.2.jar)
    UCHIJAAAA thebetweenlands{1.0.2-alpha} [The Betweenlands] (TheBetweenlands-1.0.2-alpha-universal.jar)
    UCHIJAAAA woodstuff{1.3.2} [WoodStuff] (WoodStuff-1.3.2.jar)
    UCHIJAAAA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
    UCHIJAAAA yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)
    UCHIJAAAA creativecore{1.2.0} [CreativeCore] (CreativeCore v1.3.8 mc1.7.10.jar)
    UCHIJAAAA koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)
    UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA zzzzzcustomconfigs{2.4.1} [ZZZZZ Custom Configs] (ZZZZZ Custom Configs-2.4.1.jar)
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 355.82' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
    Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
    LWJGL: 2.9.1
    OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 355.82, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: [JessInsteadOfSteve.zip, Better Audio.zip]
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)

    Posted in: Minecraft Mods
  • 0

    posted a message on Forgotten Nature [1.7.19] A Natural Addition to MC: Trees,Crops,Fruit,Flowers,etc...

    Getting this when collecting the blocks from the top flesh of the giant nether shrooms:



    ---- Minecraft Crash Report ----
    // Who set us up the TNT?

    Time: 4/17/16 1:43 PM
    Description: Unexpected error

    java.lang.ArrayIndexOutOfBoundsException: 13

    at ForgottenNature.Items.ItemNetherLogs.func_77667_c(ItemNetherLogs.java:31)

    at net.minecraft.item.Item.func_77657_g(Item.java:547)

    at net.minecraft.item.Item.func_77653_i(Item.java:636)

    at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)

    at net.spellcraftgaming.rpghud.GuiIngameForgeRPG.renderToolHightlight(GuiIngameForgeRPG.java:227)

    at net.spellcraftgaming.rpghud.GuiIngameForgeRPG.func_73830_a(GuiIngameForgeRPG.java:156)

    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)

    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)

    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)

    at net.minecraft.client.main.Main.main(SourceFile:148)

    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 ForgottenNature.Items.ItemNetherLogs.func_77667_c(ItemNetherLogs.java:31)
    at net.minecraft.item.Item.func_77657_g(Item.java:547)
    at net.minecraft.item.Item.func_77653_i(Item.java:636)
    at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)
    at net.spellcraftgaming.rpghud.GuiIngameForgeRPG.renderToolHightlight(GuiIngameForgeRPG.java:227)
    at net.spellcraftgaming.rpghud.GuiIngameForgeRPG.func_73830_a(GuiIngameForgeRPG.java:156)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['Stormalisk'/644, l='MpServer', x=-18.50, y=61.62, z=7.70]]
    Chunk stats: MultiplayerChunkCache: 440, 440
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 17126 game time, 27935 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 84 total; [EntityTrite['Trite'/79271, l='MpServer', x=38.50, y=80.00, z=-39.50], EntityBelph['Scarlet Belph'/72810, l='MpServer', x=11.15, y=78.00, z=3.16], EntityNetherSoul['Nether Soul'/78908, l='MpServer', x=4.70, y=44.13, z=-27.50], EntityNetherSoul['Nether Soul'/78559, l='MpServer', x=-71.69, y=91.09, z=49.47], EntityBelph['Belph'/77473, l='MpServer', x=-74.60, y=62.69, z=59.49], EntityLobber['Lobber'/78176, l='MpServer', x=-33.22, y=60.00, z=47.50], EntityBelph['Belph'/79981, l='MpServer', x=-78.52, y=76.00, z=-20.85], EntityIronGolem['Iron Golem'/78787, l='MpServer', x=-29.50, y=59.00, z=19.97], EntityBelph['Belph'/72595, l='MpServer', x=32.63, y=22.00, z=-4.13], EntityTrite['Trite'/72593, l='MpServer', x=-2.50, y=101.00, z=-62.34], EntityLobber['Lobber'/78198, l='MpServer', x=-28.97, y=61.88, z=47.50], EntityTrite['Trite'/72455, l='MpServer', x=14.75, y=91.00, z=107.31], EntityTrite['Trite'/78890, l='MpServer', x=40.38, y=49.00, z=45.44], EntityCinder['Cinder'/78892, l='MpServer', x=94.50, y=41.00, z=55.50], EntityClientPlayerMP['Stormalisk'/644, l='MpServer', x=-18.50, y=61.62, z=7.70], EntityTrite['Trite'/71976, l='MpServer', x=-18.63, y=68.00, z=64.22], EntityTrite['Trite'/77933, l='MpServer', x=-27.50, y=84.00, z=-75.50], EntityTrail['unknown'/71978, l='MpServer', x=-18.50, y=61.62, z=7.70], EntityPigZombie['Zombie Pigman'/72098, l='MpServer', x=58.06, y=75.00, z=17.78], EntityCephignis['Scarlet Cephignis'/72219, l='MpServer', x=-32.50, y=89.00, z=58.50], EntityBelph['Belph'/78992, l='MpServer', x=-30.63, y=94.00, z=77.96], EntityNetherSoul['Nether Soul'/78280, l='MpServer', x=-64.60, y=60.05, z=-54.51], EntityPigZombie['Zombie Pigman'/72082, l='MpServer', x=9.50, y=41.00, z=-60.50], EntityCephignis['Cephignis'/80489, l='MpServer', x=-46.50, y=58.00, z=-21.50], EntityNetherSoul['Nether Soul'/78577, l='MpServer', x=-38.50, y=26.00, z=-47.50], EntityNetherSoul['Nether Soul'/79948, l='MpServer', x=3.38, y=61.08, z=-61.46], EntityTrite['Trite'/79000, l='MpServer', x=2.50, y=66.43, z=24.49], EntityPigZombie['Zombie Pigman'/77917, l='MpServer', x=-75.41, y=48.00, z=-52.38], EntityCinder['Azure Cinder'/79788, l='MpServer', x=-37.50, y=80.00, z=53.50], EntityTrite['Trite'/79786, l='MpServer', x=67.47, y=96.00, z=-47.72], EntityCinder['Cinder'/79408, l='MpServer', x=5.50, y=90.00, z=44.50], EntityNetherSoul['Nether Soul'/78581, l='MpServer', x=-88.45, y=79.09, z=-29.30], EntityNetherSoul['Nether Soul'/79247, l='MpServer', x=64.33, y=99.09, z=1.41], EntityCacodemon['Cacodemon'/78583, l='MpServer', x=21.50, y=66.00, z=-52.50], EntityCinder['Cinder'/78978, l='MpServer', x=34.16, y=52.11, z=-56.15], EntityPigZombie['Zombie Pigman'/77895, l='MpServer', x=-57.38, y=15.00, z=83.88], EntityNetherSoul['Nether Soul'/79251, l='MpServer', x=-87.53, y=92.08, z=81.49], EntityCinder['Cinder'/78976, l='MpServer', x=37.50, y=44.00, z=-46.50], EntityCephignis['Cephignis'/78160, l='MpServer', x=-53.50, y=61.00, z=57.50], EntityTrite['Trite'/79792, l='MpServer', x=-84.50, y=70.00, z=74.50], EntityCinder['Cinder'/78980, l='MpServer', x=42.50, y=44.00, z=-46.50], EntityBelph['Belph'/77471, l='MpServer', x=-63.61, y=62.00, z=69.28], EntityNetherSoul['Nether Soul'/79804, l='MpServer', x=-66.65, y=68.12, z=68.44], EntityTrite['Trite'/79398, l='MpServer', x=73.28, y=56.00, z=-71.78], EntityNetherSoul['Nether Soul'/74108, l='MpServer', x=19.43, y=68.09, z=95.36], EntityPinky['Pinky'/79261, l='MpServer', x=71.22, y=94.00, z=-44.16], EntityCinder['Cinder'/77899, l='MpServer', x=-51.50, y=16.00, z=86.50], EntityNetherSoul['Nether Soul'/78290, l='MpServer', x=-27.48, y=64.02, z=-61.49], EntityCephignis['Cephignis'/72259, l='MpServer', x=-51.50, y=60.00, z=53.50], EntityCinder['Cinder'/79454, l='MpServer', x=85.50, y=33.00, z=38.50], EntityTrite['Trite'/72048, l='MpServer', x=-51.88, y=54.00, z=12.13], EntityBelph['Belph'/78486, l='MpServer', x=-58.00, y=81.26, z=60.84], EntityTrite['Trite'/77411, l='MpServer', x=-38.25, y=61.00, z=133.34], EntityPigZombie['Zombie Pigman'/78482, l='MpServer', x=-76.84, y=81.00, z=66.91], EntityTrite['Trite'/77413, l='MpServer', x=-42.81, y=61.00, z=130.81], EntityPinky['Ashen Pinky'/79444, l='MpServer', x=16.50, y=29.00, z=-49.50], EntityTrite['Trite'/78962, l='MpServer', x=-0.13, y=59.00, z=-66.03], EntityPigZombie['Zombie Pigman'/72408, l='MpServer', x=-61.47, y=61.00, z=16.44], EntityIronGolem['Iron Golem'/78751, l='MpServer', x=-35.06, y=60.00, z=11.03], EntityItem['item.tile.mushroom'/78341, l='MpServer', x=-67.81, y=60.13, z=59.44], EntityNetherSoul['Nether Soul'/72412, l='MpServer', x=-55.46, y=70.08, z=46.52], EntityNetherSoul['Verdant Nether Soul'/77437, l='MpServer', x=-58.34, y=54.09, z=-9.11], EntityItem['item.item.cephignismeatcooked'/79356, l='MpServer', x=-37.22, y=59.13, z=46.50], EntityCephignis['Cephignis'/72167, l='MpServer', x=-16.50, y=67.00, z=68.50], EntityTrite['Trite'/72995, l='MpServer', x=-94.50, y=93.00, z=59.50], EntityPigZombie['Zombie Pigman'/78262, l='MpServer', x=-61.50, y=37.00, z=-39.50], EntityIronGolem['Iron Golem'/78737, l='MpServer', x=-23.00, y=61.00, z=2.50], EntityPigZombie['Zombie Pigman'/78260, l='MpServer', x=-61.19, y=36.00, z=-40.28], EntityPigZombie['Zombie Pigman'/72406, l='MpServer', x=-53.69, y=60.00, z=16.03], EntityNetherSoul['Nether Soul'/80011, l='MpServer', x=-105.46, y=98.11, z=36.49], EntityNetherSoul['Nether Soul'/72020, l='MpServer', x=-71.81, y=68.16, z=58.84], EntityTrite['Trite'/80013, l='MpServer', x=-89.72, y=90.00, z=47.16], EntityCephignis['Cephignis'/80429, l='MpServer', x=2.50, y=48.00, z=29.50], EntityTrite['Trite'/76210, l='MpServer', x=39.69, y=90.00, z=44.09], EntityTrite['Trite'/76896, l='MpServer', x=52.69, y=36.00, z=27.94], EntityBelph['Belph'/76926, l='MpServer', x=-25.50, y=73.00, z=-32.21], EntityPigZombie['Zombie Pigman'/80025, l='MpServer', x=-30.50, y=87.00, z=-70.50], EntityPinky['Pinky'/80029, l='MpServer', x=-64.07, y=95.00, z=-88.53], EntityCinder['Cinder'/79456, l='MpServer', x=82.50, y=33.00, z=38.50], EntityCinder['Cinder'/72432, l='MpServer', x=-64.50, y=39.00, z=-52.50], EntityNetherSoul['Azure Nether Soul'/80023, l='MpServer', x=-89.22, y=43.05, z=28.67], EntityIronGolem['Iron Golem'/78768, l='MpServer', x=-29.63, y=59.00, z=17.88], EntityCephignis['Cephignis'/72129, l='MpServer', x=-17.50, y=80.00, z=65.50], EntityNetherSoul['Nether Soul'/80021, l='MpServer', x=-87.49, y=41.11, z=37.60]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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.7.10
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.7.0_79, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 5348152624 bytes (5100 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms6144m -Xmx6144m -XX:MaxPermSize=512m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 84 mods loaded, 84 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
    UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (modpack.jar)
    UCHIJAAAA Aroma1997Core{1.0.2.15} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.15.jar)
    UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UCHIJAAAA itemphysic{1.1.5} [ItemPhysic] (minecraft.jar)
    UCHIJAAAA ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
    UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
    UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
    UCHIJAAAA StartingInventory{1.7.10.r03} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r03.jar)
    UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
    UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
    UCHIJAAAA antiqueatlas{4.2.7-1.7.10} [Antique Atlas] (antiqueatlas-4.2.7-1.7.10.jar)
    UCHIJAAAA ArchitectureCraft{1.4.0} [ArchitectureCraft] (ArchitectureCraft-1.4.0-mc1.7.10.jar)
    UCHIJAAAA armourersWorkshop{1.7.10-0.37.0.94} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.37.0.94.jar)
    UCHIJAAAA plushieWrapper{0.0.0} [Plushie Wrapper] (Armourers-Workshop-1.7.10-0.37.0.94.jar)
    UCHIJAAAA Aroma1997CoreHelper{1.0.2.15} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.15.jar)
    UCHIJAAAA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
    UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
    UCHIJAAAA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
    UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
    UCHIJAAAA redgear_core{2.2.2} [Red Gear Core] (RedGearCore-1.7.10-2.2.2.jar)
    UCHIJAAAA redgear_brewcraft{1.3.3} [Brewcraft] (Brewcraft-1.7.10-1.3.3.jar)
    UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
    UCHIJAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.1d.jar)
    UCHIJAAAA ChunkAnimator{@VERSION@} [Chunk Animator] (ChunkAnimator-MC1.7.10-1.0.1.jar)
    UCHIJAAAA TravellersGear{1.16.5} [Traveller's Gear] (TravellersGear-1.7.10-1.16.5.jar)
    UCHIJAAAA companions{1.7.10-0.1.2} [Companions] (companions-1.2.jar)
    UCHIJAAAA DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar)
    UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
    UCHIJAAAA etfuturum{1.5.5} [Et Futurum] (Et Futurum-1.5.5.jar)
    UCHIJAAAA ExtrabiomesXL{3.16.3} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.3.jar)
    UCHIJAAAA fantastic{1.0.0} [Fantastic Fish] (fantastic-1.4.jar)
    UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
    UCHIJAAAA fastleafdecay{1.0} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.0.jar)
    UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA ForgottenNature{1.7.11} [Forgotten Nature] (ForgottenNature_1.7.11.jar)
    UCHIJAAAA glass_shards{1.4} [Glass Shards] (glass_shards_mc1.7.10-1.4.jar)
    UCHIJAAAA HelpFixer{1.0.7} [HelpFixer] (HelpFixer-1.0.7.jar)
    UCHIJAAAA HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar)
    UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (ichunutil-4.2.2.jar)
    UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
    UCHIJAAAA ironbackpacks{0.5.0} [Iron Backpacks] (Iron Backpacks-1.7.10-1.0.4-universal.jar)
    UCHIJAAAA itlt{0.0.8} [It's the little things] (itlt-1.7.10-0.0.8.jar)
    UCHIJAAAA LLadders{0.5.0} [Luppii's Ladders] (Ladders-0.5.0-MC1.7.10.jar)
    UCHIJAAAA LostBooks{1.2.2} [Lost Books] (LostBooks-1.7.10-1.2.2.jar)
    UCHIJAAAA lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
    UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
    UCHIJAAAA Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
    UCHIJAAAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.6.jar)
    UCHIJAAAA Morpheus{1.7.10-1.6.10} [Morpheus] (Morpheus-1.7.10-1.6.10.jar)
    UCHIJAAAA AS_MultiMine{1.4.4} [Multi Mine] (MultiMine-1.7.10.jar)
    UCHIJAAAA musicchoices{1.3_for_1.7.10} [Music Choices] (MusicChoices-1.3_for_1.7.10.jar)
    UCHIJAAAA notenoughkeys{@MOD_VERSION@} [NotEnoughKEys] (notenoughkeys-1.0.0B29.jar)
    UCHIJAAAA ImmibisCore{59.1.4} [Immibis Core] (immibis-core-59.1.4.jar)
    UCHIJAAAA RedLogic{59.1.13} [RedLogic] (redlogic-59.1.13.jar)
    UCHIJAAAA rpghud{2.5.1} [RPG Hud] (rpghud-2.5.1 for 1.7.10.jar)
    UCHIJAAAA secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
    UCHIJAAAA punt{1.7.10-10.13.0-16.1} [Punt] (smallboats-1.7.10-10.13.0-16.1.jar)
    UCHIJAAAA whitehall{1.7.10-10.13.0-16.1} [Whitehall] (smallboats-1.7.10-10.13.0-16.1.jar)
    UCHIJAAAA hoy{1.7.10-10.13.0-16.1} [Hoy] (smallboats-1.7.10-10.13.0-16.1.jar)
    UCHIJAAAA smallboats{1.7.10-10.13.0-16.1} [SmallBoats (base)] (smallboats-1.7.10-10.13.0-16.1.jar)
    UCHIJAAAA tabbychat{1.11.2.2} [TabbyChat] (tabbychat-1.11.2.2.jar)
    UCHIJAAAA thebetweenlands{1.0.2-alpha} [The Betweenlands] (TheBetweenlands-1.0.2-alpha-universal.jar)
    UCHIJAAAA woodstuff{1.3.2} [WoodStuff] (WoodStuff-1.3.2.jar)
    UCHIJAAAA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
    UCHIJAAAA yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)
    UCHIJAAAA creativecore{1.2.0} [CreativeCore] (CreativeCore v1.3.8 mc1.7.10.jar)
    UCHIJAAAA koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)
    UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA zzzzzcustomconfigs{2.4.1} [ZZZZZ Custom Configs] (ZZZZZ Custom Configs-2.4.1.jar)
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 355.82' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
    Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
    LWJGL: 2.9.1
    OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 355.82, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: [JessInsteadOfSteve.zip, Better Audio.zip]
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)


    Glitch is world corrupting, in a sense.


    As long as your character has the block in hand, even on reload, you will crash again upon re-entering.

    Posted in: Minecraft Mods
  • To post a comment, please .