• 0

    posted a message on Tinkers Construct 1.7.2 download links
    Quote from TRen208»

    Well so what if he hates it we don't, and we can't update. And thank you soooo much ayoman23 for the links :D

    Seriously? MDiyo is the creator of the mod, don't you think he should have say in where and how his mod is posted? If you think that it being posted against his consent here is totally okay, then you may as well remove your signature before being seen as a hypocrite.

    Anyways, thank YOU for needlessly resurrecting the topic, perhaps it and the links can be removed as they should have been last August.
    Posted in: Mods Discussion
  • 0

    posted a message on Wasteland Mod - 1.4.4 - Abandoned world (cities and structures)
    Also, I am curious if it is possible to disable certain structures. I know you can make them extremely rare through the configs, but I'd like to remove (or at least make dry?) that village well. Working with various mods to make water a very rare, and finite resource.
    Posted in: Minecraft Mods
  • 0

    posted a message on Wasteland Mod - 1.4.4 - Abandoned world (cities and structures)
    As far as errors, the negative integer type for me has been the most common:


    java.lang.IllegalArgumentException: bound must be positive
    at java.util.Random.nextInt(Unknown Source)
    at dk.mrspring.wasteland.world.gen.BiomeDecoratorWasteland.decorateRadioactive(BiomeDecoratorWasteland.java:269)
    at dk.mrspring.wasteland.world.gen.BiomeDecoratorWasteland.func_150513_a(BiomeDecoratorWasteland.java:109)
    at dk.mrspring.wasteland.world.gen.BiomeDecoratorWasteland.func_150512_a(BiomeDecoratorWasteland.java:82)
    at net.minecraft.world.biome.BiomeGenBase.func_76728_a(BiomeGenBase.java:339)
    at dk.mrspring.wasteland.world.ChunkProviderWasteland.func_73153_a(ChunkProviderWasteland.java:390)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
    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_147437_c(World.java:365)
    at net.minecraft.world.World.func_147474_b(World.java:329)
    at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:71)
    at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749)
    at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
    at net.minecraft.world.World.<init>(World.java:260)
    at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
    at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:62)
    at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

    I seem to get this at world creation 50% of the time, and had it happen once while wandering. I have however messed with configs quite a bit, so it's frequency might be my own doing somewhere.
    Posted in: Minecraft Mods
  • 1

    posted a message on Wasteland Mod - 1.4.4 - Abandoned world (cities and structures)
    Just like using grammar, modifying things such as the zombies' skin, and putting spawn eggs in the chest require something we call effort. But they CAN be done.

    My favorite thing about this mod is just how customizable it really is. It even allows you to tweak other mod added mobs, and add those items to chests, allowing you to create just about any environment.

    Great work here (especially helping out users with the configs here), can't wait to see where this mod goes next =)
    Posted in: Minecraft Mods
  • 0

    posted a message on Primitive Mobs - Update Progress + Suggestions thread - Test version for 1.10.2 available! 10 mobs to try out!
    I'm also getting a similar, if not the same issue while trying to use a seed that spawns me with a village nearby.

    Description: Ticking entity

    java.lang.ClassCastException: net.minecraft.entity.passive.EntityVillager cannot be cast to net.daveyx0.primitivemobs.entity.passive.EntityPrimitiveVillager
    at net.daveyx0.primitivemobs.entity.ai.EntityAIVillagerMateCustom.func_75250_a(EntityAIVillagerMateCustom.java:63)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:70)
    at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:540)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1774)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
    at net.minecraft.entity.EntityAgeable.func_70636_d(SourceFile:95)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
    at net.daveyx0.primitivemobs.entity.passive.EntityTravelingMerchant.func_70071_h_(EntityTravelingMerchant.java:66)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
    at net.minecraft.world.World.func_72870_g(World.java:2034)
    at WorldServerOF.func_72870_g(WorldServerOF.java:394)
    at net.minecraft.world.World.func_72939_s(World.java:1887)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    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.daveyx0.primitivemobs.entity.ai.EntityAIVillagerMateCustom.func_75250_a(EntityAIVillagerMateCustom.java:63)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:70)
    at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:540)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1774)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
    at net.minecraft.entity.EntityAgeable.func_70636_d(SourceFile:95)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
    at net.daveyx0.primitivemobs.entity.passive.EntityTravelingMerchant.func_70071_h_(EntityTravelingMerchant.java:66)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
    at net.minecraft.world.World.func_72870_g(World.java:2034)
    at WorldServerOF.func_72870_g(WorldServerOF.java:394)

    -- Entity being ticked --
    Details:
    Entity Type: primitivemobs.TravelingMerchant (net.daveyx0.primitivemobs.entity.passive.EntityTravelingMerchant)
    Entity ID: 829
    Entity Name: Traveling Merchant
    Entity's Exact location: -193.50, 116.00, 122.50
    Entity's Block location: World: (-194,116,122), Chunk: (at 14,7,10 in -13,7; contains blocks -208,0,112 to -193,255,127), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Entity's Momentum: 0.00, -0.08, 0.00
    Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1887)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

    -- Affected level --
    Details:
    Level name: Binky I
    All players: 1 total; [EntityPlayerMP['humandemonic'/201, l='Binky I', x=-213.50, y=98.00, z=148.50]]
    Chunk stats: ServerChunkCache: 639 Drop: 0
    Level seed: 64189589
    Level generator: ID 03 - amplified, ver 0. Features enabled: true
    Level generator options:
    Level spawn location: World: (-220,64,156), Chunk: (at 4,4,12 in -14,9; contains blocks -224,0,144 to -209,255,159), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 59 game time, 59 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 73483 (now: false), thunder time: 114260 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    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 7 (amd64) version 6.1
    Java Version: 1.7.0_72, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 133051080 bytes (126 MB) / 525299712 bytes (500 MB) up to 3203792896 bytes (3055 MB)
    JVM Flags: 25 total; -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx3072m -XX:PermSize=512m
    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.85.1264 Minecraft Forge 10.13.2.1264 Optifine OptiFine_1.7.10_HD_U_B1 34 mods loaded, 34 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.10.85.1264} [Forge Mod Loader] (forge-1.7.10-10.13.2.1264-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.13.2.1264} [Minecraft Forge] (forge-1.7.10-10.13.2.1264-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NotEnoughItems{1.0.3.68} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.68-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    debug{1.0} [debug] (denseores-1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BetterFoliage{1.0.3} [Better Foliage] (BetterFoliage-1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiblioCraft{1.9.1} [BiblioCraft] (BiblioCraft[v1.9.1][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Baubles{1.0.1.8} [Baubles] (Baubles-1.7.10-1.0.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Thaumcraft{4.2.1.4} [Thaumcraft] (Thaumcraft-1.7.10-4.2.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Botania{r1.3-141} [Botania] (Botania r1.3-141.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TeNNoX_CustomSelectionBox{1.3} [CustomSelectionBox] (CustomSelectionBox-1.7.2-1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DeadlyWorld{1.0.2} [Deadly World] (DeadlyWorld-1.7.10-1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ExtraUtilities{1.2.0} [Extra Utilities] (extrautilities-1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FastCraft{1.9} [FastCraft] (fastcraft-1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    LunatriusCore{1.1.2.18} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.18-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    InGameInfoXML{2.8.1.67} [InGame Info XML] (InGameInfoXML-1.7.10-2.8.1.67-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    InGameInfoXML|simplyjetpacksIntegration{2.8.1.67} [InGame Info XML - Simply Jetpacks Integration] (InGameInfoXML-1.7.10-2.8.1.67-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    InGameInfoXML|ThaumcraftIntegration{2.8.1.67} [InGame Info XML - Thaumcraft Integration] (InGameInfoXML-1.7.10-2.8.1.67-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Waila{1.5.4a} [Waila] (Waila-1.5.4a_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    lmmx{1.0} [lmmx] (littleMaidMobX) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MMMLibX{1.7.x-srg-1} [MMMLibX] (littleMaidMobX) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MultiBench{1.7.2-x} [MultiBench] (littleMaidMobX) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    zabuton{1.0} [zabuton] (littleMaidMobX) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    magicalcrops{1.7.10_0.5} [Magical Crops] (magicalcrops-1.7.10_0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Mystcraft{0.11.0.00} [Mystcraft] (mystcraft-1.7.10-0.11.0.00.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NaturalAbsorption{1.2.1} [Natural Absorption] (NaturalAbsorption-1.7.10-1.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    primitivemobs{1.1test} [Primitive Mobs] (primitivemobs-1.1test_a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    WailaHarvestability{1.1.0} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    denseores{1.0} [Dense Ores] (denseores-1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
    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['humandemonic'/201, l='Binky I', x=-213.50, y=98.00, z=148.50]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    [16:02:01] [Client thread/INFO] [STDOUT/]: [net.minecraft.client.Minecraft:func_71377_b:354]: #@!@# Game crashed! Crash report saved to: #@!@# C:\MultiMC\instances\Deadly World\minecraft\crash-reports\crash-2014-12-12_16.01.50-server.txt
    [16:02:01] [Client thread/INFO] [FML/]: Waiting for the server to terminate/save.
    [16:02:01] [Thread-16/INFO] [STDOUT/]: [eu.ha3.mc.quick.update.UpdateNotifier:run:121]: (UN: Presence Footsteps) Update version found: 5 (running 5)
    [16:02:07] [Server thread/INFO] [FML/]: Unloading dimension 0
    [16:02:07] [Server thread/INFO] [FML/]: Unloading dimension -1
    [16:02:07] [Server thread/INFO] [FML/]: Unloading dimension 1
    [16:02:07] [Server thread/INFO] [FML/]: Unloading dimension -100
    [16:02:07] [Server thread/DEBUG] [FML/]: Reverting to frozen data state.
    [16:02:07] [Server thread/INFO] [FML/]: Applying holder lookups
    [16:02:07] [Server thread/INFO] [FML/]: Holder lookups applied
    [16:02:07] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppedEvent to mod mcp
    [16:02:07] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppedEvent to mod mcp
    [16:02:07] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStoppedEvent to mod FML
    [16:02:07] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStoppedEvent to mod FML
    [16:02:07] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppedEvent to mod Forge
    [16:02:07] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppedEvent to mod Forge
    [16:02:07] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLServerStoppedEvent to mod CodeChickenCore
    [16:02:07] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLServerStoppedEvent to mod CodeChickenCore
    [16:02:07] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLServerStoppedEvent to mod NotEnoughItems
    [16:02:07] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLServerStoppedEvent to mod NotEnoughItems
    [16:02:07] [Server thread/TRACE] [debug/debug]: Sending event FMLServerStoppedEvent to mod debug
    [16:02:07] [Server thread/TRACE] [debug/debug]: Sent event FMLServerStoppedEvent to mod debug
    [16:02:07] [Server thread/TRACE] [BetterFoliage/BetterFoliage]: Sending event FMLServerStoppedEvent to mod BetterFoliage
    [16:02:07] [Server thread/TRACE] [BetterFoliage/BetterFoliage]: Sent event FMLServerStoppedEvent to mod BetterFoliage
    [16:02:07] [Server thread/TRACE] [BiblioCraft/BiblioCraft]: Sending event FMLServerStoppedEvent to mod BiblioCraft
    [16:02:07] [Server thread/TRACE] [BiblioCraft/BiblioCraft]: Sent event FMLServerStoppedEvent to mod BiblioCraft
    [16:02:07] [Server thread/TRACE] [Mantle/Mantle]: Sending event FMLServerStoppedEvent to mod Mantle
    [16:02:07] [Server thread/TRACE] [Mantle/Mantle]: Sent event FMLServerStoppedEvent to mod Mantle
    [16:02:07] [Server thread/TRACE] [Natura/Natura]: Sending event FMLServerStoppedEvent to mod Natura
    [16:02:07] [Server thread/TRACE] [Natura/Natura]: Sent event FMLServerStoppedEvent to mod Natura
    [16:02:07] [Server thread/TRACE] [BiblioWoodsNatura/BiblioWoodsNatura]: Sending event FMLServerStoppedEvent to mod BiblioWoodsNatura
    [16:02:07] [Server thread/TRACE] [BiblioWoodsNatura/BiblioWoodsNatura]: Sent event FMLServerStoppedEvent to mod BiblioWoodsNatura
    [16:02:07] [Server thread/TRACE] [Baubles/Baubles]: Sending event FMLServerStoppedEvent to mod Baubles
    [16:02:07] [Server thread/TRACE] [Baubles/Baubles]: Sent event FMLServerStoppedEvent to mod Baubles
    [16:02:07] [Server thread/TRACE] [Thaumcraft/Thaumcraft]: Sending event FMLServerStoppedEvent to mod Thaumcraft
    [16:02:07] [Server thread/TRACE] [Thaumcraft/Thaumcraft]: Sent event FMLServerStoppedEvent to mod Thaumcraft
    [16:02:07] [Server thread/TRACE] [Botania/Botania]: Sending event FMLServerStoppedEvent to mod Botania
    [16:02:07] [Server thread/TRACE] [Botania/Botania]: Sent event FMLServerStoppedEvent to mod Botania
    [16:02:07] [Server thread/TRACE] [TeNNoX_CustomSelectionBox/TeNNoX_CustomSelectionBox]: Sending event FMLServerStoppedEvent to mod TeNNoX_CustomSelectionBox
    [16:02:07] [Server thread/TRACE] [TeNNoX_CustomSelectionBox/TeNNoX_CustomSelectionBox]: Sent event FMLServerStoppedEvent to mod TeNNoX_CustomSelectionBox
    [16:02:07] [Server thread/TRACE] [DeadlyWorld/DeadlyWorld]: Sending event FMLServerStoppedEvent to mod DeadlyWorld
    [16:02:07] [Server thread/TRACE] [DeadlyWorld/DeadlyWorld]: Sent event FMLServerStoppedEvent to mod DeadlyWorld
    [16:02:07] [Server thread/TRACE] [ExtraUtilities/ExtraUtilities]: Sending event FMLServerStoppedEvent to mod ExtraUtilities
    [16:02:07] [Server thread/TRACE] [ExtraUtilities/ExtraUtilities]: Sent event FMLServerStoppedEvent to mod ExtraUtilities
    [16:02:07] [Server thread/TRACE] [FastCraft/FastCraft]: Sending event FMLServerStoppedEvent to mod FastCraft
    [16:02:07] [Server thread/TRACE] [FastCraft/FastCraft]: Sent event FMLServerStoppedEvent to mod FastCraft
    [16:02:07] [Server thread/TRACE] [LunatriusCore/LunatriusCore]: Sending event FMLServerStoppedEvent to mod LunatriusCore
    [16:02:07] [Server thread/TRACE] [LunatriusCore/LunatriusCore]: Sent event FMLServerStoppedEvent to mod LunatriusCore
    [16:02:07] [Server thread/TRACE] [InGameInfoXML/InGameInfoXML]: Sending event FMLServerStoppedEvent to mod InGameInfoXML
    [16:02:07] [Server thread/TRACE] [InGameInfoXML/InGameInfoXML]: Sent event FMLServerStoppedEvent to mod InGameInfoXML
    [16:02:07] [Server thread/TRACE] [InGameInfoXML|simplyjetpacksIntegration/InGameInfoXML|simplyjetpacksIntegration]: Sending event FMLServerStoppedEvent to mod InGameInfoXML|simplyjetpacksIntegration
    [16:02:07] [Server thread/TRACE] [InGameInfoXML|simplyjetpacksIntegration/InGameInfoXML|simplyjetpacksIntegration]: Sent event FMLServerStoppedEvent to mod InGameInfoXML|simplyjetpacksIntegration
    [16:02:07] [Server thread/TRACE] [InGameInfoXML|ThaumcraftIntegration/InGameInfoXML|ThaumcraftIntegration]: Sending event FMLServerStoppedEvent to mod InGameInfoXML|ThaumcraftIntegration
    [16:02:07] [Server thread/TRACE] [InGameInfoXML|ThaumcraftIntegration/InGameInfoXML|ThaumcraftIntegration]: Sent event FMLServerStoppedEvent to mod InGameInfoXML|ThaumcraftIntegration
    [16:02:07] [Server thread/TRACE] [Waila/Waila]: Sending event FMLServerStoppedEvent to mod Waila
    [16:02:07] [Server thread/TRACE] [Waila/Waila]: Sent event FMLServerStoppedEvent to mod Waila
    [16:02:07] [Server thread/TRACE] [JABBA/JABBA]: Sending event FMLServerStoppedEvent to mod JABBA
    [16:02:07] [Server thread/TRACE] [JABBA/JABBA]: Sent event FMLServerStoppedEvent to mod JABBA
    [16:02:07] [Server thread/TRACE] [lmmx/lmmx]: Sending event FMLServerStoppedEvent to mod lmmx
    [16:02:07] [Server thread/TRACE] [lmmx/lmmx]: Sent event FMLServerStoppedEvent to mod lmmx
    [16:02:07] [Server thread/TRACE] [MMMLibX/MMMLibX]: Sending event FMLServerStoppedEvent to mod MMMLibX
    [16:02:07] [Server thread/TRACE] [MMMLibX/MMMLibX]: Sent event FMLServerStoppedEvent to mod MMMLibX
    [16:02:07] [Server thread/TRACE] [MultiBench/MultiBench]: Sending event FMLServerStoppedEvent to mod MultiBench
    [16:02:07] [Server thread/TRACE] [MultiBench/MultiBench]: Sent event FMLServerStoppedEvent to mod MultiBench
    [16:02:07] [Server thread/TRACE] [zabuton/zabuton]: Sending event FMLServerStoppedEvent to mod zabuton
    [16:02:07] [Server thread/TRACE] [zabuton/zabuton]: Sent event FMLServerStoppedEvent to mod zabuton
    [16:02:07] [Server thread/TRACE] [magicalcrops/magicalcrops]: Sending event FMLServerStoppedEvent to mod magicalcrops
    [16:02:07] [Server thread/TRACE] [magicalcrops/magicalcrops]: Sent event FMLServerStoppedEvent to mod magicalcrops
    [16:02:07] [Server thread/TRACE] [Mystcraft/Mystcraft]: Sending event FMLServerStoppedEvent to mod Mystcraft
    [16:02:07] [Server thread/TRACE] [Mystcraft/Mystcraft]: Sent event FMLServerStoppedEvent to mod Mystcraft
    [16:02:07] [Server thread/TRACE] [NaturalAbsorption/NaturalAbsorption]: Sending event FMLServerStoppedEvent to mod NaturalAbsorption
    [16:02:07] [Server thread/TRACE] [NaturalAbsorption/NaturalAbsorption]: Sent event FMLServerStoppedEvent to mod NaturalAbsorption
    [16:02:07] [Server thread/TRACE] [primitivemobs/primitivemobs]: Sending event FMLServerStoppedEvent to mod primitivemobs
    [16:02:07] [Server thread/TRACE] [primitivemobs/primitivemobs]: Sent event FMLServerStoppedEvent to mod primitivemobs
    [16:02:07] [Server thread/TRACE] [WailaHarvestability/WailaHarvestability]: Sending event FMLServerStoppedEvent to mod WailaHarvestability
    [16:02:07] [Server thread/TRACE] [WailaHarvestability/WailaHarvestability]: Sent event FMLServerStoppedEvent to mod WailaHarvestability
    [16:02:07] [Server thread/TRACE] [denseores/denseores]: Sending event FMLServerStoppedEvent to mod denseores
    [16:02:07] [Server thread/TRACE] [denseores/denseores]: Sent event FMLServerStoppedEvent to mod denseores
    [16:02:07] [Server thread/INFO] [FML/]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
    [16:02:07] [Client thread/INFO] [FML/]: Server terminated.
    Posted in: WIP Mods
  • 0

    posted a message on Primitive Mobs - Update Progress + Suggestions thread - Test version for 1.10.2 available! 10 mobs to try out!
    Quote from QwglMaster»
    Absolutely loving the mod. Doesn't seem to be a download link for 1.1 though. Or am I being daft?

    Nope, missing for me as well, probably happened when last attempting to update the topic. Glad I found this, been playing with this mod for a while, never realized there was a topic in WIP as well though. Need to look here more often.
    Posted in: WIP Mods
  • 1

    posted a message on ore spawn mod conflict
    You've run out of entity ids, so try removing any mod that adds mobs. Most notably, Orespawn and Mo Creatures add a ton of mobs, so removing either should get it started. You could possibly get away with removing something smaller like elementary creepers, but it's hard to say as we don't know just how over the limit you are before removing anything.
    Posted in: Java Edition Support
  • 1

    posted a message on Is 1.8 Lagging for you? POLL - Let's settle this issue!
    The short time I messed with it, both cores of my CPU were more or less maxed, while my GPU was hardly being used. Considering cpu is pretty much the weakest link on my old system, in it's current state I will be sticking with 1.7.10 and earlier. Pretty much bored with vanilla anyway, so would've been a while before I moved ahead.
    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Weird Mushroom Biome (not an island!)
    It happens, although quite rare. Another topic I came across today has one that is almost entirely surrounded be land, and on top of it is right at spawn:

    http://www.minecraftforum.net/forums/minecraft-discussion/seeds/2125918-rare-mushroom-spawn-surrounded-by-land-birch-mesa

    I'm guessing these are much less rare than they were now that there is much less ocean to be found.
    Posted in: Seeds
  • 0

    posted a message on Tinkers Construct
    Quote from icyship

    glitch found! sticks are working as a tool rod! FIX!!!

    glitch where sticks work as tool rods!


    I had assumed this was added on purpose, it actually makes sense. Why use a template to fashion a stick into a stick? The template still exists to make the tool rod from other materials of course.

    I personally like it this way, one, sticks and wooden tool rods no longer take 2 slots in my inventory, and early on one less template to worry about making/carrying.
    Posted in: Minecraft Mods
  • 0

    posted a message on DartCraft Beta 0.2.20
    Quote from kingjimie

    Can someone tell me how to get rid of the hearts and meter in the top left corner?
    Thanks in advance :)


    Look in main.cfg in the config/dartcraft folder, for the setting "B:"Zelda Hud"=true" and simply toggle it to false. That is for the hearts, there are other options concerning the magic meter and such.
    Posted in: Minecraft Mods
  • 0

    posted a message on Biomes O' Plenty - Over 50 new biomes, with new trees, plants, mobs, and more!
    @Kionashi: I would get that error often when trying to run BOP and Twilight Forest together.

    One thing I noticed looking at the recent BOP changelogs though:
    Build 1.7.2-2.0.1.886: Adubbz: Go away moss crashes. You're not wanted.


    That may be the 'moss crash' referred to here, so perhaps try with a later BOP version.
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers Construct
    Quote from Flexico

    In 1.7.2, are the slimes supposed to drop 2 yellow hearts each? I got like 20 in 5 minutes.


    I've had similar experience with them... Actually, in some mod setups I've run into a situation where mobs are extra generous with drops, for instance a cow dropping 6+ leather, chickens dropping 6+ feathers, etc. Yet meat drops seem 'normal'. Never bothered to go through adding/removing mods to find the actual cause though.
    Posted in: Minecraft Mods
  • 4

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

    When I place the bed, on one side the image is inverted. The pillow is in the middle, and so are legs. It's been bugging me for two months, so I always put it up against blocks on one side. Is there a plan to fix this.


    Seriously? This is a minecraft bug, even present in vanilla, and has nothing to do with BOP or any other mod. However a modder unrelated to this thread has come up with a fix for it: http://minecraft.curseforge.com/mc-mods/79384-littlefix
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.10 - 1.8] littleMaidMob Final versions!!! Updated April 14, 2016
    OP = Opening Post.
    Posted in: Minecraft Mods
  • To post a comment, please .