• 0

    posted a message on Mo' Creatures - v12.0.0 for Minecraft 1.12.1!! Now Opensource!!
    Quote from Kye_Duo

    do what you just did, purge the config files and try the dev version. (and yank GUIAPI it isn't needed with the dev version)
    Playing with the dev version is when the crash happened; when I rolled back to the prior release is when the crash cleared up. I'm hesitant to just go right back to the dev version without some specific assurance that it won't just start crashing again on going to the TF.
    Posted in: Minecraft Mods
  • 0

    posted a message on Mo' Creatures - v12.0.0 for Minecraft 1.12.1!! Now Opensource!!
    Quote from Kye_Duo

    you opening the right config files? there are a few for MOC for the CMS stuff. there are "config files" for those mods that are just a biome list and others that contain the actual mobs from them. You prob need to delete the mob ones.
    Is there anywhere I can get some more detail on how these files work? I'm having trouble wrapping my head around them so far.

    My problem is: I have Mo Creatures (not the dev version; also CMS and GUI API as linked in OP), Twilight Forest, and BoP installed. They all seem to be loading just fine, but I haven't seen a single MoC critter. Further, nothing seems to be spawning naturally in Twilight Forest. I've seen some of the passive animals - boars, deer, birds - but the only things spawning in hollow hills, for instance, are spiders coming from the monster spawners. No wraiths or whatever they're called, no skeletons or zombies, no kobolds or red caps.

    I tried to delve into the config files, but I cannot for the life of me see what's wrong - they've got entries for TF biomes and creatures (edit to add - and BoP biomes), so far as I can tell, and everything seems to be referring to each other; I can't tell what would be keeping the things from spawning.

    I'd try the dev version, but with it installed I was getting a crash trying to enter the Twilight Forest. Scrubbing the dimension's directory in the save and rolling back to the non-dev MoC/CMS/GUIAPI let me load into TF without crashing, but with the above spawn issue.

    Here's the crash report, in case it helps - I didn't see MoC in there, but adding MoC etc was the only thing I'd changed since last visiting the Twilight Forest successfully. Anyway:

    ---- Minecraft Crash Report ----
    // On the bright side, I bought you a teddy bear!

    Time: 1/16/14 9:25 AM
    Description: Exception getting block type in world

    java.lang.NullPointerException
    at net.minecraft.world.chunk.Chunk.func_76626_d(Chunk.java:1273)
    at net.minecraft.world.World.func_72874_g(World.java:1991)
    at twilightforest.world.ChunkProviderTwilightForest.func_73153_a(ChunkProviderTwilightForest.java:945)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
    at net.minecraft.world.World.func_72964_e(World.java:529)
    at net.minecraft.world.World.func_72798_a(World.java:414)
    at twilightforest.TFTeleporter.isBlockPortal(TFTeleporter.java:116)
    at twilightforest.TFTeleporter.func_77184_b(TFTeleporter.java:51)
    at net.minecraft.world.Teleporter.func_77185_a(SourceFile:49)
    at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:563)
    at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:488)
    at twilightforest.block.BlockTFPortal.func_71869_a(BlockTFPortal.java:314)
    at net.minecraft.entity.Entity.func_70017_D(Entity.java:1018)
    at net.minecraft.entity.Entity.func_70091_d(Entity.java:951)
    at net.minecraft.entity.EntityLivingBase.func_70612_e(EntityLivingBase.java:1691)
    at net.minecraft.entity.player.EntityPlayer.func_70612_e(EntityPlayer.java:1906)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2033)
    at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:608)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)
    at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
    at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
    at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
    at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
    at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
    at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
    at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)


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

    -- Head --
    Stacktrace:
    at net.minecraft.world.chunk.Chunk.func_76626_d(Chunk.java:1273)
    at net.minecraft.world.World.func_72874_g(World.java:1991)
    at twilightforest.world.ChunkProviderTwilightForest.func_73153_a(ChunkProviderTwilightForest.java:945)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
    at net.minecraft.world.World.func_72964_e(World.java:529)

    -- Requested block coordinates --
    Details:
    Found chunk: true
    Location: World: (96,127,192), Chunk: (at 0,7,0 in 6,12; contains blocks 96,0,192 to 111,255,207), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at net.minecraft.world.World.func_72798_a(World.java:414)
    at twilightforest.TFTeleporter.isBlockPortal(TFTeleporter.java:116)
    at twilightforest.TFTeleporter.func_77184_b(TFTeleporter.java:51)
    at net.minecraft.world.Teleporter.func_77185_a(SourceFile:49)
    at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:563)
    at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:488)
    at twilightforest.block.BlockTFPortal.func_71869_a(BlockTFPortal.java:314)

    -- Tile being collided with --
    Details:
    Block type: ID #1936 (tile.TFPortal // twilightforest.block.BlockTFPortal)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (255,68,272), Chunk: (at 15,4,0 in 15,17; contains blocks 240,0,272 to 255,255,287), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at net.minecraft.entity.Entity.func_70017_D(Entity.java:1018)

    -- Entity being checked for collision --
    Details:
    Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
    Entity ID: 3965
    Entity Name: Shurhaian
    Entity's Exact location: 255.00, 68.92, 272.00
    Entity's Block location: World: (255,68,272), Chunk: (at 15,4,0 in 15,17; contains blocks 240,0,272 to 255,255,287), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: 0.00, -0.08, 0.00
    Stacktrace:
    at net.minecraft.entity.Entity.func_70091_d(Entity.java:951)
    at net.minecraft.entity.EntityLivingBase.func_70612_e(EntityLivingBase.java:1691)
    at net.minecraft.entity.player.EntityPlayer.func_70612_e(EntityPlayer.java:1906)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2033)
    at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:608)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)

    -- Player being ticked --
    Details:
    Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
    Entity ID: 3965
    Entity Name: Shurhaian
    Entity's Exact location: 255.00, 68.92, 272.00
    Entity's Block location: World: (255,68,272), Chunk: (at 15,4,0 in 15,17; contains blocks 240,0,272 to 255,255,287), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: 0.00, -0.08, 0.00
    Stacktrace:
    at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
    at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
    at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
    at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
    at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)

    -- Ticking connection --
    Details:
    Connection: net.minecraft.network.NetServerHandler@55578902
    Stacktrace:
    at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
    at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_25, Oracle Corporation
    Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1231304056 bytes (1174 MB) / 2035286016 bytes (1941 MB) up to 2035286016 bytes (1941 MB)
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M -Xms2048M -XX:PermSize=256m -XX:MaxPermSize=512m
    AABB Pool Size: 6851 (383656 bytes; 0 MB) allocated, 5168 (289408 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 1, tcache: 2720, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 117 mods loaded, 117 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MobiusCore{1.0.4} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    betterstorage{0.7.3.38} [BetterStorage] (1.6.4.BetterStorage_0.7.3.38.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiblioCraft{1.5.0} [BiblioCraft] (BiblioCraft[v1.5.0].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.416.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiblioWoodsBoP{1.2} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.2].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CoFHCore{2.0.0.2} [CoFH Core] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ForgeMultipart{1.0.0.227} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ThermalExpansion{3.0.0.2} [Thermal Expansion] (ThermalExpansion-3.0.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    IC2{2.0.362-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.362-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded{1.6.2R2.7.4} [MineFactory Reloaded] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.4} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forestry{2.3.1.0} [Forestry for Minecraft] (forestry-A-2.3.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiblioWoodsForestry{1.2} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.2].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BigReactors{0.2.14A} [Big Reactors] (BigReactors-0.2.14A.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BinnieCore{1.8-pre1} [Binnie Core] (binnie-mods-1.8-pre1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ExtraBees{1.8-pre1} [Extra Bees] (binnie-mods-1.8-pre1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ExtraTrees{1.8-pre1} [Extra Trees] (binnie-mods-1.8-pre1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ChargePads{3.0.0} [Charge Pads] (chargepads-1.6.2-universal-3.0.0.94-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ChickenChunks{1.3.3.3} [ChickenChunks] (ChickenChunks 1.3.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CoFHLoot{2.0.0.2} [CoFH Loot] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CoFHMasquerade{2.0.0.2} [CoFH Masquerade] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CoFHSocial{2.0.0.2} [CoFH Social] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CoFHWorld{2.0.0.2} [CoFH World] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CustomSpawner{3.0.0.dev.R2} [DrZhark's CustomSpawner] (CustomMobSpawner 3.0.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MoCreatures{6.1.0.dev.R2} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.1.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    EnderIO{0.7.0} [Ender IO] (EnderIO-1.6.4-0.7.0.165.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    EnderStorage{1.4.3.5} [EnderStorage] (EnderStorage 1.4.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    extracells{1.6.3b} [ExtraCells] (ExtraCells-1.6.3b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ExtraUtilities{1.0.1} [Extra Utilities] (extrautils-1.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FinderCompass{1.6.4X} [Finder Compass] (FinderCompass_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    iChunUtil{2.1.0} [iChunUtil] (iChunUtil2.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Railcraft{8.3.2.0} [Railcraft] (Railcraft_1.6.4-8.3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    gregtech_addon{MC162} [GregTech-Addon] (gregtechmod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Hats{2.0.1} [Hats] (Hats2.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    IC2NuclearControl{1.6.2c} [Nuclear Control] (IC2NuclearControl-1.6.2c-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    IronChest{5.4.1.677} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.677.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Waila{1.4.4} [Waila] (Waila_1.4.4b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    JABBA{1.0.3} [JABBA] (JABBA_1.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    LogisticsPipes|Main{0.7.4.dev.98} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.98.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.4} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatAtum{1.6.2R2.7.4} [MFR Compat: Atum] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatBackTools{1.6.2R2.7.4} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.4} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatChococraft{1.6.2R2.7.4} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatForestry{1.6.2R2.7.4} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatForgeMicroblock{1.6.2R2.7.4} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatIC2{1.6.2R2.7.4} [MFR Compat: IC2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatMagicalCrops{1.6.2R2.7.4} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Mystcraft{0.10.11.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.11.00.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.4} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatPams{1.6.2R2.7.4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.4} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatRP2{1.6.2R2.7.4} [MFR Compat: RP2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.4} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.4} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatVanilla{1.6.2R2.7.4} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.4} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Morph{0.5.0} [Morph] (Morph-Beta-0.5.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons{1.9.4.r51} [NEI Addons] (neiaddons-1.6.2-1.9.4.r51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|AE{1.9.4.r51} [NEI Addons: Applied Energistics] (neiaddons-1.6.2-1.9.4.r51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|CraftingTables{1.9.4.r51} [NEI Addons: Crafting Tables] (neiaddons-1.6.2-1.9.4.r51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|ExtraBees{1.9.4.r51} [NEI Addons: Extra Bees] (neiaddons-1.6.2-1.9.4.r51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|Forestry{1.9.4.r51} [NEI Addons: Forestry] (neiaddons-1.6.2-1.9.4.r51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|MiscPeripherals{1.9.4.r51} [NEI Addons: Misc Peripherals] (neiaddons-1.6.2-1.9.4.r51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    OpenBlocks{1.2.2} [OpenBlocks] (OpenBlocks-1.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MapWriter{2.0.1} [MapWriter] (Opis_1.1.2_alpha.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Opis{1.1.2_alpha} [Opis] (Opis_1.1.2_alpha.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ProjRed|Core{4.2.2.19} [ProjectRed] (ProjectRedBase-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ProjRed|Compatibility{1.0} [ProjRed|Compatibility] (ProjectRedCompat-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ProjRed|Integration{1.0} [ProjRed|Integration] (ProjectRedIntegration-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ProjRed|Transmission{1.0} [ProjRed|Transmission] (ProjectRedIntegration-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ProjRed|Illumination{1.0} [ProjRed|Illumination] (ProjectRedLighting-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ProjRed|Expansion{1.0} [ProjRed|Expansion] (ProjectRedMechanical-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ProjRed|Transportation{1.0} [ProjRed|Transportation] (ProjectRedMechanical-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ProjRed|Exploration{1.0} [ProjRed|Exploration] (ProjectRedWorld-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    JAKJ_RedstoneInMotion{2.3.0.0} [Redstone In Motion] (RedstoneInMotion_2.3.0.0_mc1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    xreliquary{1.6.4} [Xeno's Reliquary] (Reliquary-1.6.4-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    StevesCarts{2.0.0.a132} [Steve's Carts 2] (StevesCarts2.0.0.a132.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    StevesFactoryManager{A19} [Steve's Factory Manager] (StevesFactoryManagerA19.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    switches{1.2.1} [Switches] (switches-1.6.2-universal-coremod-1.2.1.24.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Translocator{1.1.0.13} [Translocator] (Translocator 1.1.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    UndergroundBiomes{0.4.3} [Underground Biomes] (UndergroundBiomes 1.6.x - 0.4.2c.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    WR-CBE|Core{1.4.0.6} [WR-CBE Core] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    WR-CBE|Addons{1.4.0.6} [WR-CBE Addons] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    WR-CBE|Logic{1.4.0.6} [WR-CBE Logic] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    xact{0.4.3} [XACT Mod] (XACT v0.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    McMultipart{1.0.0.227} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ForgeMicroblock{1.0.0.227} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forestry : [Forestry] Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
    GregTech
    These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 1519 (85064 bytes; 0 MB) allocated, 1008 (56448 bytes; 0 MB) used
    Player Count: 1 / 8; [EntityPlayerMP['Shurhaian'/3965, l='IndusTech', x=255.00, y=68.92, z=272.00]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'

    Edit2 to add: never mind on the spawning issue; I purged configs, let them regenerate, and now the Nether is quite populous indeed, as is the Twilight Forest, and I'm seeing some new faces in the overworld too. But any word on what to do about the crash with the dev version would be appreciated; if I can play the newest version, I'd like to.
    Posted in: Minecraft Mods
  • 0

    posted a message on DartCraft Beta 0.2.20
    Quote from Zandorum

    [Thaumcraft] Parsed dependency info : [Forge@[9.11.1.953,)] [Forge@[9.11.1.953,)

    I'm on 4.0.5b
    That doesn't look like "and no higher" to me. Version dependencies are usually "at least," not "exactly." TC 4.05b will refuse to run if it doesn't have AT LEAST that version of Forge, but it doesn't complain about higher. (I remember needing to update Forge for a TC update because it wouldn't even try.)
    Posted in: Minecraft Mods
  • 0

    posted a message on DartCraft Beta 0.2.20
    Quote from Zandorum

    it requires 953 no higher.
    I've run Thaumcraft just fine on 965.

    If there's a note about it on the thread, it may be because some of the intervening Forge builds had problems; but 965 seems to run without difficulty on many things that had problems post-953.
    Posted in: Minecraft Mods
  • 0

    posted a message on Magical Crops - Farm your resources! [3.2.0] Who stole my tiger? [Magical Crops 4 BETA download available]
    Quote from littlecrafterfin

    Ahh, then this is my misunderstanding. I thought meat sticks were proportionate to hunger.. Sorry :)
    Proportionate, yes! Equivalent, not exactly.

    Similarly, if something reports "+5 damage", that means it does two and a half full hearts more damage (usually compared to the half-a-heart of an empty hand, for a total of three hearts).
    Posted in: Minecraft Mods
  • 0

    posted a message on Magical Crops - Farm your resources! [3.2.0] Who stole my tiger? [Magical Crops 4 BETA download available]
    Quote from Mark719

    OK, will look into this, also the planter is hard coded by the coder of MFR and they have only put in certain seeds and not added the rest, so hopefully either I add the compatibility and can update it or they will.
    MFR does have an API. There's information and a link here in their thread: http://www.minecraftforum.net/topic/2016680-162164-powercrystals-mods-minefactoryreloaded-powercrystalscore-and-netherores-updated/#mfr-api
    Posted in: Minecraft Mods
  • 0

    posted a message on Factorization 0.8.108
    Quote from DaemosDaen

    Barrels: you complaining about wood??? Your complaining about being able to hold more than a diamond chests's worth of something for the cost of 14 wood, 2 slabs and 5 iron and 8 planks????


    Uh, the math in TheEnlightened's post is sound. You get significantly more storage by turning all that wood into chests.

    Sure, it's more compact (and that's enough for me to use them, generally) but if you're setting up an automated storage system of some kind, you can probably work in some extra space.

    If more barrels could be crammed into one block by means of a "bigger" upgrade, then the compactness would start to pull ahead again; as it is, though, even a bigger barrel is marginal in some of the situations where barrels would be most worthwhile. Still better for me than a room full of chests dedicated to one thing, but it makes AE storage systems and MFR's deep storage units that much more compelling.
    Posted in: Minecraft Mods
  • 0

    posted a message on Magical Crops - Farm your resources! [3.2.0] Who stole my tiger? [Magical Crops 4 BETA download available]
    Quote from Mark719

    These are very high numbers which I will be looking into to try and reduce them.
    At this point, I think some smaller number of dusts to an essence (4? 6?), and then 4 weak + 1 dust = 1 standard, might be enough of a down-tune. That's still 17/25 dusts to a standard essence - but it's less gruelling than 81.
    Posted in: Minecraft Mods
  • 0

    posted a message on Magical Crops - Farm your resources! [3.2.0] Who stole my tiger? [Magical Crops 4 BETA download available]
    Quote from bob20167

    I get this crash.
    ---- Minecraft Crash Report ----
    // Oops.

    Time: 7/01/14 6:36 PM
    Description: Initializing game

    java.lang.ArrayIndexOutOfBoundsException: 4430
    at codechicken.nei.IDConflictReporter.blockConstructed(IDConflictReporter.java:81)
    at net.minecraft.block.Block.<init>(Block.java:347)
    at magicalcrops.BlockTintedStone.<init>(BlockTintedStone.java:18)
    at magicalcrops.mod_mCrops.load(mod_mCrops.java:307)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    I can't really say for sure without seeing your configs, but the first line makes me think you may have assigned a block value outside the allowed range. Blocks can only be assigned values up to 4095 or 4096, I forget which. (ITEMS can go much higher, but blocks need to be in the first 4k.) Make sure you haven't put something up at 4430, which would be well out of range.
    Posted in: Minecraft Mods
  • 0

    posted a message on DartCraft Beta 0.2.20
    Quote from shaunathan18

    Ahh i see, ive started grinding some mobs in a force furnace. but what item is the upgrade for soul? and what tier is it?
    I don't remember its tier offhand, but Soul is a soul wafer, which you get by bottling something in a force flask, and cooking it in a furnace.
    Posted in: Minecraft Mods
  • 0

    posted a message on Magical Crops - Farm your resources! [3.2.0] Who stole my tiger? [Magical Crops 4 BETA download available]
    Quote from schpeelah

    Autoharvesters harvest individual plants as soon as they grow. Water is a thing you activate when you come back out of a mine to find a fully grown field and want to harvest the entire thing more efficiently.
    But you could automate that, too. ComputerCraft has a sensor peripheral (I know OpenCCSensors did, not sure if it exists in other forms like OpenPeripheral) that lets you gather data from crops; you can have it periodically check, and trigger the water when there's enough of the field full-grown, and employ turtles or whatever else to replant.

    I disagree with MFR being as labor-intensive as a water harvester, though. Place two machines, one at the edge of the field and one in the center; wire them up with power and item transport, possibly liquid transport for sludge; and you're done. Much less finicky than getting water harvesting to go where you want it.
    Posted in: Minecraft Mods
  • 0

    posted a message on Metallurgy - Putting the "Mine" back in "Minecraft"!
    Quote from K1ng_Pygmy

    I am having a big problem with applied energistics conflicting with keithyutils. I really would like some help if anyone can. Here is the code stuff:


    This one comes up a lot; it's a block ID conflict, nothing more. Something about the way one or both mods registers their blocks prevents them from just getting parsed as ID conflicts in the normal manner.

    Check your config files and resolve the ID conflict; it may be easier to change from the Applied Energistics end because there's only one file there.
    Posted in: Minecraft Mods
  • 0

    posted a message on Magical Crops - Farm your resources! [3.2.0] Who stole my tiger? [Magical Crops 4 BETA download available]
    Wow, you're really cranking out the changes! For a time when everything was in Dev Environment Hell it was looking a little grim, but you've come back with a vengeance. I appreciate it, and look forward to more!

    Especially if you can indeed get the metadata seeds working. Seems like that would also get rid of the old issue with seeds dropping with odd metadata from half-grown plants.

    At any rate, glad to see things back in full swing here, and I look forward especially to the uranium crops and the Forestry support. Metadata seeds will be welcome for compatibility reasons, of course, especially as our options continue to grow in number.

    Regarding nether stars, the only thing I can think of that would start to balance it is a tiered and very expensive process - potentially using a stack or so of multiple different essences (elemental? ender? nether? some combination of these?) in total to craft the pieces that finally go into it; so, much as I'd like an option that didn't involve fighting a terrain-eating Wither, leaving them out may be for the best.

    Perhaps, as a compromise, there could be a way to get wither skeleton skulls? That's actually the real nuisance of the Wither for me, is farming for hours in an often-vain attempt to get those dratted skulls. Some mods introduce things that are supposed to help, but I've had mixed success at best.
    Posted in: Minecraft Mods
  • 0

    posted a message on Metallurgy - Putting the "Mine" back in "Minecraft"!
    Quote from Mem4MC

    A chest next to a mint still works as intended. The mint storage should be placed above the mint (last time I tried it).

    Mem
    Doesn't need to be, as far as I know. At least on the version I have installed (3.2.3), it works just fine with both the mint storage (for ingots) and an Iron Chests, well, iron chest (for coins) on the same Y-level as the mint. I was pulsing it using a redstone clock from Extra Utilities, some distance away, with a lever closer to the mint on the same length of redstone so I could freeze it at need, and it was churning through ingots and depositing coins with no trouble.
    Posted in: Minecraft Mods
  • 1

    posted a message on Metallurgy - Putting the "Mine" back in "Minecraft"!
    Quote from Z0Z0aA9

    1.7.2 plz
    And how, exactly, do you expect that to happen when Forge isn't out for 1.7.x?

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