• 0

    posted a message on [256x,128x] Faerielight 1.7.X - A Photo-realism HD Texture Pack - Updated June 25th - New and improved textures + CTM windows -
    Quote from Develsaa

    Good eye, I'll fix that shortly.

    I've not heard of that mod Mexifelio, but I'll look into it!


    Develsaa you know I love your work. Please ... if you're going to add another mod to texture don't let it be Millenaire. The texturing would 90% be different genders, professions and cultures of villagers and GUI's. I think your absolute best work in your textures is your blocks. I don't think Millenaire even uses custom textures for blocks.

    If you're really looking for a mod that I think fits your talents and interests to a T ... well I'll have to muster up the courage to ask you to support yet another mod on top of BoP. :)
    Posted in: Resource Packs
  • 0

    posted a message on Biomes O' Plenty - Over 50 new biomes, with new trees, plants, mobs, and more!
    Didn't mean to insinuate you didn't know what you were doing. Don't know anything about you at all, really. Just more often than not issues on the forum are user error in one way or another.There's just so many variables with mods in Minecraft and so many different levels of technical savvy among users.

    I tried a quick repro myself on a test instance by randomly changing a few block and item id's because I wondered if it was maybe an error myself.

    An error about an ID being zero typically means minecraft isn't successfully obtaining the id from the config file. Nonetheless something is obviously whacked out and I'm sure if it's a bug the BoP team would love to fix it. As they say detailed crash report/forge log or it didn't happen. :P
    Posted in: Minecraft Mods
  • 0

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

    I lost the exact error line through lots of copy and pasting in trying to solve it, but whenever I tried to edit the BOP block IDs to solve conflicts with any other mods, suddenly it would be crashing out saying that now (Whether or not i edited their values) the liquid poison and spring water IDs were conflicting, both set at 0. The only way to prevent that was to not touch the BOP config at all, it appears


    Just a guess but it does state quite specifically in the BoP config file that the ID value for both Liquid Poison and Spring water needs to have an empty ID value below it. If you set an id in a config for another mod this will break BoP somehow.

    ####################
    # liquid ids
    ####################

    "liquid ids" {
    I:"Liquid Poison Still ID (ID before this must be free!)"=1973
    I:"Spring Water Still ID (ID before this must be free!)"=1971
    }

    It's also possible with the copy and pasting that you introduced a blank space or character by accident that messed something up. It's additionally possible you assigned a block id greater than 4096 which is the max limit with forge.

    But if you're getting that error while not touching the BoP config file it's a 99% certainty it's some issue with another config file. I just did several random changes to block and item id's on a test instance to unused ID's and it loaded fine.
    Posted in: Minecraft Mods
  • 1

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

    thanks EntropySeattle as promised :D :D :D :D :D :D :D bless you kind sir (also my old world did work so REJOICE!!! :D )


    Thanks are appreciated, but not necessary. But GREATLY appreciate you posting back your results so that someone else with the problem might read back and find they have the same problem and solution. Then again Mojang might add flying pigs right after horses. People on the interwebz don't read. :lol:
    Posted in: Minecraft Mods
  • 0

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

    could you add options to the config to make it possible to remove the mud tools, armor, amehtyst, darts and stuff if one wanted to


    That's not going to happen. The mod owner has already said so maybe a page back. Fortunately there is a way to remove them. Don't use them. Don't craft them. Simply ignore them.

    This request has come up a few times recently and I'm seriously baffled as to why this could be a problem. If they were overpowered on an SMP server I could see the need, maybe.

    I'm not trying to be flippant here. I'd seriously love a logical answer as to why someone feels the need to disable things in ANY mod they won't use anyway? There are dozens of recipes for items in the mods I tend to run that I know I'll never use. I don't dump the mod(s) because I love the other items they bring to the table.

    Posted in: Minecraft Mods
  • 0

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

    ---- Minecraft Crash Report ----
    // This doesn't make any sense!

    Time: 6/8/13 7:30 PM
    Description: Exception generating new chunk

    java.lang.NullPointerException
    at biomesoplenty.world.ChunkProviderBOPNaturaHell.generateNetherTerrain(ChunkProviderBOPNaturaHell.java:177)
    at biomesoplenty.world.ChunkProviderBOPNaturaHell.func_73154_d(ChunkProviderBOPNaturaHell.java:324)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:131)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
    at net.minecraft.world.World.func_72964_e(World.java:525)
    at net.minecraft.world.World.func_72838_d(World.java:1571)
    at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:261)
    at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:130)
    at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:97)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:675)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:571)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:171)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)


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

    -- Head --
    Stacktrace:
    at biomesoplenty.world.ChunkProviderBOPNaturaHell.generateNetherTerrain(ChunkProviderBOPNaturaHell.java:177)
    at biomesoplenty.world.ChunkProviderBOPNaturaHell.func_73154_d(ChunkProviderBOPNaturaHell.java:324)

    -- Chunk to be generated --
    Details:
    Location: 154,155
    Position hash: 665719931034
    Generator: HellRandomLevelSource
    Stacktrace:
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:131)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
    at net.minecraft.world.World.func_72964_e(World.java:525)
    at net.minecraft.world.World.func_72838_d(World.java:1571)
    at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:261)
    at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:130)
    at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:97)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:675)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:571)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:171)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

    -- System Details --
    Details:
    Minecraft Version: 1.5.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_04, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 427944272 bytes (408 MB) / 628555776 bytes (599 MB) up to 954466304 bytes (910 MB)
    JVM Flags: 2 total; -Xms512m -Xmx1024m
    AABB Pool Size: 8 (448 bytes; 0 MB) allocated, 8 (448 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 2, tallocated: 62
    FML: MCP v7.51 FML v5.2.11.707 Minecraft Forge 7.8.0.707 Optifine OptiFine_1.5.2_HD_D2 73 mods loaded, 73 mods active
    mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{5.2.11.707} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{7.8.0.707} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CodeChickenCore{0.8.6.9} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CoFHCore{1.5.2.2} [CoFH Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NotEnoughItems{1.5.2.16} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    PowerCrystalsCore{1.1.6} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    mod_bspkrsCore{v2.04(1.5.2)} [bspkrsCore] ([1.5.2]bspkrsCorev2.04.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Familiars_API{1.5.1} [Familiars API] (Familiars_API_1.5.2a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TreeCapitator{Forge 1.5.2.r01} [TreeCapitator] ([1.5.2]TreeCapitator.Forge.1.5.2.r01.Uni.CoreMod.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CoFHNetwork{1.5.2.2} [CoFHNetwork] (CoFHCore-1.5.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CoFHWorld{1.5.2.2} [CoFHWorld] (CoFHCore-1.5.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    GuiAPI{0.15.6} [GuiAPI] (GuiAPI-0.15.6-1.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DamageIndicatorsMod{2.6.5.1} [Damage Indicators] ([1.5.2]DamageIndicators v2.6.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    mod_ReiMinimap{v3.3_06 [1.5.2]} [mod_ReiMinimap] ([1.5.2]ReiMinimap_v3.3_06.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Core{3.5.3} [BuildCraft] (buildcraft-A-3.5.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Transport{3.5.3} [BC Transport] (buildcraft-A-3.5.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Silicon{3.5.3} [BC Silicon] (buildcraft-A-3.5.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Builders{3.5.3} [BC Builders] (buildcraft-A-3.5.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Energy{3.5.3} [BC Energy] (buildcraft-A-3.5.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Factory{3.5.3} [BC Factory] (buildcraft-A-3.5.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded{1.5.1R2.6.1} [MineFactory Reloaded] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AppliedEnergistics{rv.10.n} [Applied Energistics] (appeng-rv10-n.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ArsMagica{5.52.013} [Ars Magica] (ArsMagica_5.52.013.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Backpack{1.8.11} [Backpack] (backpack-1.8.11-1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiblioCraft{1.2.3} [BiblioCraft] (BiblioCraft[v1.2.3].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Natura{1.5.1_2.0.21} [Natura] (Natura_2.0.21.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiomesOPlenty{0.5.5} [Biomes O' Plenty] (Biomes-O-Plenty-0.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ChickenChunks{1.3.2.9} [ChickenChunks] (ChickenChunks 1.3.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CustomSpawner{2.2.1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.2.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CustomNpcs{0.8} [CustomNpcs] (CustomNPCs_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MagicCarpet{1.0} [DrZhark's Magic Carpet Mod] (DrZharks MagicCarpet Mod v1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MoCreatures{5.2.2} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v5.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    EnderStorage{1.4.2.8} [EnderStorage] (EnderStorage 1.4.2.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ExtrabiomesXL{3.13.1} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.5.2-3.13.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Familiars_DefaultMobPack{1.5.2} [DefaultMobPack] (Familiars_DefaultMobPack_1.5.2c.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Familiars_ExtendedFamPack{1.5.1} [ExtendedFamPack] (Familiars_ExtendedFamPack_1.5.2a(2).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Familiars_Herobrine_FamPack{1.5.2} [HerobrineFamPack] (Familiars_HerobrineFamPack_1.5.2b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Hats{1.3.1} [Hats] (Hats1.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    HatStand{1.2.0} [HatStand] (HatStand1.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    iChunUtil{1.0.1} [iChunUtil] (iChunUtil1.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    inventorytweaks{1.54b} [Inventory Tweaks] (InventoryTweaks-1.54b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    IronChest{5.2.6.421} [Iron Chest] (ironchest-universal-1.5.2-5.2.6.421.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatAppliedEnergistics{1.5.1R2.6.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatAtum{1.5.1R2.6.1} [MFR Compat: Atum] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatBackTools{1.5.1R2.6.1} [MFR Compat: BackTools] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatBiomesOPlenty{1.5.1R2.6.1} [MFR Compat: Biomes O' Plenty] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatChococraft{1.5.1R2.6.1} [MFR Compat: Chococraft] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatExtraBiomes{1.5.1R2.6.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatForestry{1.5.1R2.6.1} [MFR Compat: Forestry] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatForestryPre{1.5.1R2.6.1} [MFR Compat: Forestry (2)] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatIC2{1.5.1R2.6.1} [MFR Compat: IC2] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatMagicalCrops{1.5.1R2.6.1} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatMystcraft{1.5.1R2.6.1} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatPams{1.5.1R2.6.1} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatRP2{1.5.1R2.6.1} [MFR Compat: RP2] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    SoulShards{1.27} [SoulShards] (SoulShards-v1.27-universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatSoulShards{1.5.1R2.6.1} [MFR Compat: SoulShards] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatSufficientBiomes{1.5.1R2.6.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Thaumcraft{3.0.5d} [Thaumcraft] (Thaumcraft3.0.5d.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MFReloaded|CompatThaumcraft{1.5.1R2.6.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ThermalExpansion{2.4.3.0} [Thermal Expansion] (ThermalExpansion-2.4.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatThermalExpansion{1.5.1R2.6.1} [MFR Compat: ThermalExpansion] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TwilightForest{1.18.1} [The Twilight Forest] (twilightforest-1.18.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatTwilightForest{1.5.1R2.6.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatVanilla{1.5.1R2.6.1} [MFR Compat: Vanilla] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineFactoryReloaded|CompatXyCraft{1.5.1R2.6.1} [MFR Compat: XyCraft] (MineFactoryReloaded-2.6.1-897.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    mod_MinePainter{0.1.3} [MinePainter] (minepainter-build19-1604.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ObsidiPlates{1.5.0} [Obsidian Pressure Plates] (obsidiplates-1.5.2-universal-1.5.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Schematica{1.5.2.32} [Schematica] (Schematica.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TConstruct{1.5.1_1.3.3.14} [Tinkers' Construct] (TConstruct_1.3.3.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Torched{1.0.0} [Torched] (Torched1.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TrailMix{1.5.0.1} [TrailMix] (TrailMix1.5.0v1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 2 (112 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
    Player Count: 1 / 8; [EntityPlayerMP['Cranarack'/1043, l='Sweet Survival', x=2478.00, y=83.50, z=2491.00]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    just added the newest version of BoP had to change some id's because of incombatibility with xlbiomes so got that working played a bit in sp and crashed when i went into the nether and it wont let me load the world at all now :/ any help will be smily faced and thanked :P


    Don't know if it will fix your current world but this was due to a Nether worldgen conflict between BoP and Natura that required a fix to Natura. You should be running the Natura 2.1 RC2 version.
    Posted in: Minecraft Mods
  • 0

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


    BTW it should be noted that Mob Spawn Controls 2 isn't even to the Beta stage yet. It's admittedly not done per Davidee and he's only just started serious development on the GUI recently.

    For people looking for an easier, less glitchy option than MoC's Custom Spawner this isn't it . I do think it will be a viable contender and I used MSC 1 as the sole spawner on my 1.4.7 server that ran for a long time.
    Posted in: Minecraft Mods
  • 0

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

    does anyone have any idea to make this work with the Treecapitator mod?


    Really a question for the Treecapitator thread but yes. You'll find more information in that thread but use bspkrs's Dev/RC build. The filename I'm using is: [1.5.2]TreeCapitator.Forge.1.5.2.r09.Uni.CoreMod.jar.

    The only tree I found that didn't work with that (so far) was the fir tree and that I had to manually edit the Treecapitator config file for.
    Posted in: Minecraft Mods
  • 0

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

    Okay, I'll explain, and I'll use small words:

    We currently have an smp world that was generated for 1.5.2 (2 versions ago). We waited for that version, because it had clearly been posted that block ids were changing. Then we generated our new world. So now we have that world, but you have changed the biomes ids AGAIN, and not just the IDs, but the names that describe them to the server and are avaiable to players through the f3 button. Let me give you an example: in our version, Arctic was actually snowy conifer forest. You have changed it and renamed it. Arctic is now just that, and a new biome "conifer forest snowy" is in the new config file. Deleting the old config file does nothing to remedy the changes that have been caused as a result of this update. The map files identify chunks as they were before your update, despite the fact that the biome in that location has physically changed. It's snowing in the cherry grove! You cannot support old versions? What that means is this: any time you change something, the map has to be redone. That doesn't fly on an SMP server where people settle in a biome and expect it to stay the same. That's BS, and the original author would never have done it.


    Let me explain and I'll use simple words. Change your biome id #'s, not the names, in the new config to match your old id #'s. Copy that updated config file to your server and all the clients that connect and everything should work fine. Unless you've been making adhoc edits to the world data which could have completely messed things up since you would be trying to fix a problem without fully knowing the cause.

    BTW it might not have been listed in the changelog but it was communicated in this topic several times that 0.5.4 could break existing worlds and that it would be the last foreseeable update to do so.

    Also ... learn to back up your server or SSP games before updating mods. Seriously. It takes a minute and will save you hours of grief potentially. I've had world-breaking bugs from major mods that I was able to roll back from and simply wait for the next bugfixed version.
    Posted in: Minecraft Mods
  • 0

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



    Someone needs help with reading comprehension. He stated he updated from two versions ago (0.5.3) to 0.5.5. Its snowing in his cherry grove for the same reason its snowing in mine. Because according to the game my cherry grove is a snowy coniferous forest, my arctic forest is a canyon, my jungle is ocean, ect. this also makes where when start exploring out into new areas you have parts when the chunks don't matchup my jungle suddenly stops with a drop off into ocean.

    A private server for mod development is a completely different animal from a public SMP server intended for use by the average player. It seems ridiculous to not at least mention such ID changes in the change log so people know not to update. Either there had to have been a level or intent, or you were just too lazy. Can't continue to support old versions of the mod? All you have to do is stop changing IDs because you feel like it. I get that it probably made sense on some level, keeping things organized in some way, but people shouldn't have to do a bunch of work to keep old worlds, when you could have just not made changes that seem arbitrary to those that aren't programmers.


    A private dev server is just like a public SMP server. They both need good administrators that understand what they're doing and can administer the server so that the average players don't have to worry about it. On a related note ... level of intent or just lazy? If the server admin spent <1 minute to back up the files before updating the server could have been rolled back with a minimal amount of progress lost. I back up both my servers and SSP games EVERY time before I upgrade ANY mod. It's common sense. A server admin who doesn't do this I wouldn't want administering my mobile phone.

    Assuming you had backup copies you could fix the biome id mismatches in less than 10 minutes. Simply change the 0.5.5 config file to match the 0.5.3 biome id's that were being used when the server was created.

    You accuse others of lacking reading comprehension? It was missed in the changelog but it was announced SEVERAL times on this topic that 0.5.4 may break existing worlds. You also were given the resolution of your problem by TDWP_FTW who is the mod creator.

    All you have to do to fix your issue is to compare your old config file to the new config file and change the biome ID #'s to what they were previously. Once you have that done copy this config file onto the server and the clients of all players that connect, restart the server and all will be well if you haven't changed or modified things outside of this trying to fix it.
    Posted in: Minecraft Mods
  • 0

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


    If it were that simple, I wouldn't have asked in the first place. I don't see a texture for liquid poison anywhere in the textures folder under mods > bop > textures


    Biomes-O-Plenty-0.5.5\mods\BiomesOPlenty\textures\blocks\

    Liquid_Poison_Flowing.png and Liquid_Poison_Still.png

    Same relative location as water and lava in Vanilla minecraft.
    Quote from melody_bandit

    It crashes EVERY time I install it..
    I swear I'm about to punch a hole in my wall.
    Anyone else having the same problem? All I have installed is optifine and I swear I have the right forge...
    If someone wants to see the crash report I'll post it


    Without a crash report there's absolutely nothing anyone can help with as anything would be a guess. With such a simple setup it should work fine. You should have just had to copy the mod .zip file into the /mods folder (not inject it into the .jar or put it in coremods) and just in case you also shouldn't extract/unzip it.

    Double-check that and if it still crashes post a crash report WITH spoilers please.
    Posted in: Minecraft Mods
  • 0

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

    Hey i love this mod but when i download it it works . on creative menu the menu for biomes of plenty is there but i flew around and didnt find any new biome please help me :( :( i did this for many new worlds i really want this mod :D thanks :)


    When you create a new world change the world type from "Default" to "Biomes O Plenty". Voila problem solved.
    Posted in: Minecraft Mods
  • 0

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

    It really doesn't take much of a fix. You just go into the MoCBiomegroups config, go to the NETHER biomegroup, then add the BoP biomes to the list (ex. BOP|Boneyard:BOP|Undergarden... etc.) And it's fixed.


    Yes this. Additionally though if you didn't re-create config files when upgrading to MoC 5.2.3 (or if you're still on 5.2.2) there's a very important step that many folks may have missed in the 5.2.3 release notes. A prior MoC bug was creating a garbage entry in the MoCGlobal.cfg that seemed to kill spawning for several mods. Here's the steps from their relnotes and without doing this I know for certain Ars Magica and Grimoire of Gaia 2 mobs cannot be made to spawn at all in the Overworld or the Nether.

    Note: If you have issues with spawning, open up MoCGlobal.cfg and delete the following line
    under mod-mappings if it exists "S:net <NET:net.cfg>"

    Here's what I have if it makes it easier for anyone:

    ####################
    # nether
    ####################

    nether {
    S:NETHER <BOP|Boneyard:BOP|Corrupted Sands:BOP|Nether:BOP|Phantasmagoric Inferno:BOP|Undergarden:BWG|Hell:MC|Hell>
    }

    Posted in: Minecraft Mods
  • 0

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



    Are mobs spawning in the new Nether Biomes and do you have Mo Creatures installed?

    TDWP_FTW
    Are you aware of the broken Mo Creatures spawn in the new Nether Biomes? If the new biomes in the nether have the same IDs as the old, why is it now broken?

    I feel like no one is very aware of this. I just tested it out with absolutely nothing installed besides forge 716, optifine D3, BoP 055, ExtrabiomesXL .4, Mo Creatures 523 with Custom Mob Spawn 222 and tested with 221 and also GUI API 156. Broken Nether spawn =(. Only mobs spawn on the nether bricks or the fortresses..

    I hope this can get a fix soon :)

    Thanks

    Quote from TDWP_FTW


    I'm not sure how Mo' Creatures/Custom Mob Spawns handles mob spawning in the Nether, but they'll have to add the compatibility on their end regardless.


    I've got a fix for this. It's MoC screwing up their hardcoding again. Finishing up some testing but I'll post the fix in around 15 minutes or so.
    Posted in: Minecraft Mods
  • 0

    posted a message on Mo' Creatures - v12.0.0 for Minecraft 1.12.1!! Now Opensource!!
    Whoops missed Kye_Duo's response because I hadn't refreshed.
    Posted in: Minecraft Mods
  • To post a comment, please .