• 0

    posted a message on Game Crash help

    Can someone help me decypher this error log? 1.7.10 on Curse, trying to assemble a custom modpack for myself.


    Thank you!



    ---- Minecraft Crash Report ----

    // Everything's going to plan. No, really, that was supposed to happen.

    Time: 1/28/17 4:48 PM
    Description: Initializing game

    java.lang.NullPointerException: Initializing game
    at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217)
    at thaumcraft.common.Thaumcraft.postInit(Thaumcraft.java:221)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

    -- Head --
    Stacktrace:
    at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217)
    at thaumcraft.common.Thaumcraft.postInit(Thaumcraft.java:221)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 554649808 bytes (528 MB) / 2613051392 bytes (2492 MB) up to 3817865216 bytes (3641 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 170 mods loaded, 164 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
    UCHIJ Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
    UCHIJ da3dsoulASMFix{0.1.0} [DA3DSOUL ASM Fixes] (minecraft.jar)
    UCHIJ AdvancedRocketry{1} [Advanced Rocketry] (minecraft.jar)
    UCHIJ CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UCHIJ NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
    UCHIJ OpenComputers|Core{1.6.1.11} [OpenComputers (Core)] (minecraft.jar)
    UCHIJ ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
    UCHIJ backpacks16840{3.1.3} [Backpacks!] (zz-backpacks 1.7.10 - 3.1.3.jar)
    UCHIJ {000} [CoFH ASM] (minecraft.jar)
    UCHIJ {0} [DragonAPI ASM Data Initialization] (minecraft.jar)
    UCHIJ FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
    UCHIJ debug{1.0} [debug] (denseores-1.6.2.jar)
    UCHIJ bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
    UCHIJ Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
    UCHIJ CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
    UCHIJ BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar)
    UCHIJ BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar)
    UCHIJ BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar)
    UCHIJ BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar)
    UCHIJ BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar)
    UCHIJ BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar)
    UCHIJ Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
    UCHIJ ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
    UCHIJ ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
    UCHIJ Additional-Buildcraft-Objects{MC1.7.10-BC7.1release4.0.9} [Additional Buildcraft Objects] (ABO-MC1.7.10-BC7.1release4.0.9.jar)
    UCHIJ libVulpes{0.1.14.20170125231922} [libVulpes] (LibVulpes-1.7.10-0.1.14-universal.jar)
    UCHIJ advancedRocketry{1.7.10-1.0.8} [Advanced Rocketry] (AdvancedRocketry-1.7.10-1.0.8.jar)
    UCHIE Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
    UCHIJ IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar)
    UCHIJ Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
    UCHIJ ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
    UCHIJ arcane_engineering{0.2.7} [Arcane Engineering] (arcane_engineering-0.2.7.jar)
    UCHIJ MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJ MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIE Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar)
    UCHIJ bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
    UCHIJ bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
    UCHIJ BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
    UCHIJ BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2027-universal.jar)
    UCHIJ BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
    UCHIJ Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
    UCHIJ BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
    UCHIJ BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
    UCHIJ BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
    UCHIJ AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
    UCHIJ guideapi{1.7.10-1.0.1-29} [Guide-API] (Guide-API-1.7.10-1.0.1-29.jar)
    UCHIJ Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
    UCHIJ TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
    UCHIJ BloodArsenal{1.2-5} [Blood Arsenal] (BloodArsenal-1.7.10-1.2-5.jar)
    UCHIJ qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
    UCHIJ bluepower{0.2.962} [Blue Power] (BluePower-1.7.10-0.2.962-universal.jar)
    UCHIJ Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
    UCHIJ BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
    UCHIJ redgear_core{2.2.2} [Red Gear Core] (RedGearCore-1.7.10-2.2.2.jar)
    UCHIJ redgear_brewcraft{1.3.3} [Brewcraft] (Brewcraft-1.7.10-1.3.3.jar)
    UCHIJ BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar)
    UCHIJ BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
    UCHIJ eureka{3.0.2} [Eureka] (Eureka-1.7.10-3.0.2.jar)
    UCHIJ bcadditions{2.2.5} [BuildCraft Additions] (BuildcraftAdditions-1.7.10-2.2.5.jar)
    UCHIJ TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
    UCHIJ ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJ chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
    UCHIJ CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
    UCHIJ ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
    UCHIJ CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar)
    UCHIJ ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
    UCHIJ cookiecore{1.4.0} [Cookie Core] (CookieCore-1.7.10-1.4.0-11.jar)
    UCHIJ craftablehorsearmour{1.1} [Craftable Horse Armour [CHA&S]] (CrafableHorseArmour 1.2.jar)
    UCHIJ PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.6.1_1.7.10.jar)
    UCHIJ props{2.3.6.1} [Decocraft] (Decocraft-2.3.6.1_1.7.10.jar)
    UCHIJ DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
    UCHIJ RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
    UCHIE ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
    UCHIJ MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
    UCHIJ MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
    UCHIJ ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
    UCHIJ DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V16d.jar)
    UCHIJ DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
    UCHIJ RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V16d.jar)
    UCHIJ ElectriCraft{1.0} [ElectriCraft] (ElectriCraft 1.7.10 V16d.jar)
    UCHIJ fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
    UCHIJ ForgeEndertech{1.7.10-1.7.0.0} [Forge Endertech] (ForgeEndertech-1.7.10-1.7.0.0.jar)
    UCHIJ gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
    UCHIJ gravestone{0.7.10.2} [Gravestone] (GraveStone Mod 0.7.10.2.jar)
    UCHIJ iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)
    UCHIJ GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)
    UCHIJ GunCus{1.7.10-3.47.0.-} [Gun Customization] (GunCustomization-1.7.10-3.47.0.-.jar)
    UCHIJ IC2NuclearControl{2.4.2a} [Nuclear Control 2] (IC2NuclearControl-2.4.2a.jar)
    UCHIJ JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
    UCHIJ journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar)
    UCHIJ LogisticsPipes{0.9.3.128} [Logistics Pipes] (logisticspipes-0.9.3.128.jar)
    UCHIJ magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5.jar)
    UCHIJ MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJ MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJ MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJ MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJ ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
    UCHIJ MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJ MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJ MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJ MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJ MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJ MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UCHIJ NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
    UCHIJ NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
    UCHIJ NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
    UCHIJ NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
    UCHIJ NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
    UCHIJ NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
    UCHIJ NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
    UCHIJ neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
    UCHIJ NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
    UCHIJ ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
    UCHIJ OpenComputers{1.6.1.11} [OpenComputers] (OpenComputers-MC1.7.10-1.6.1.11-universal.jar)
    UCHIJ openmodularturrets{2.2.10-233} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.2.10-233.jar)
    UCHIJ fodc{1.6.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.6.1.jar)
    UCHIJ getalltheseeds{1.7.10a} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.7.10a.jar)
    UCHIJ harvestthenether{1.7.10} [Pam's Harvest the Nether] (Pam's Harvest the Nether 1.7.10a.jar)
    UCHIJ harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
    UCHIJ simplerecipes{1.7.10a} [Pam's Simple Recipes] (Pam's Simple Recipes 1.7.10a.jar)
    UCHIJ PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal.jar)
    UCHIJ PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
    UCHIJ PowerConverters{1.7.10_3.2.1} [Power Converters] (PowerConverters-1.7.10_3.2.1.jar)
    UCHIJ ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE-1.7.10-PE1.10.1.jar)
    UCHIJ ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
    UCHIJ ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
    UCHIJ ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
    UCHIJ ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
    UCHIJ ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
    UCHIJ ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
    UCHIJ quantumflux{1.7.10-1.3.4} [QuantumFlux] (QuantumFlux-1.7.10-1.3.4.jar)
    UCHIJ reborncore{1.1.0.15} [RebornCore] (RebornCore-1.1.0.15-universal.jar)
    UCHIJ Redstonic{1.4.10} [Redstonic] (Redstonic-v1.4.11.jar)
    UCHIJ simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
    UCHIJ rfdrills{1.7.3} [RFDrills] (RFDrills-1.7.10-1.7.3.jar)
    UCHIJ rftools{4.23} [RFTools] (rftools-4.23.jar)
    UCHIJ Sanguimancy{1.7.10-1.1.9-35} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-35.jar)
    UCHIJ ShetiPhianCore{3.0.0} [ShetiPhian-Core] (ShetiPhianCore-1.7.10-3.0.0.jar)
    UCHIJ SolarFlux{1.7.10-0.8b} [Solar Flux] (SolarFlux-1.7.10-0.8b.jar)
    UCHIJ StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
    UCHIJ Techguns{0.1.0} [Techguns] (Techguns.beta.1.1.3.jar)
    UCHIJ techreborn{0.7.18.1110} [TechReborn] (TechReborn-1.7.10-0.7.18.1110-universal.jar)
    UCHIE thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
    UCHIE thaumicbases{1.3.1710.2} [Thaumic Bases] (ThaumicBases-1.3.1710.4.jar)
    UCHIE ThaumicEquivalence{1.7.10-1.0.4} [Thaumic Equivalence] (ThaumicEquivalence-1.7.10-1.0.4.jar)
    UCHIE ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
    UCHIE ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
    UCHIJ ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
    UCHIJ tinker_io{release 1.5.0} [Tinker I/O] (tinker_io-1.7.10-release 1.5.0.jar)
    UCHIJ tinkersdefense{1.3.7} [Tinkers' Defense] (tinkersdefense-1.3.7.jar)
    UCHIJ TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
    UCHIJ TSteelworks{1.7.10-1.1.2} [Tinkers' Steelworks] (TSteelworks-1.7.10-1.1.2-20.jar)
    UCHIJ waterhooks{1.2.1} [Water Hooks] (waterhooks-1.2.1.jar)
    UCHIJ weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
    UCHIJ wolfarmor{1.3.0} [Wolf Armor and Storage] (wolfarmor-1.3.0.1.jar)
    UCHIJ McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJ ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
    UCHIJ MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
    UCHIJ RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
    UCHIJ denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
    UCHIJ UniDict{1.7.10-2.9.2} [UniDict] (UniDict-1.7.10-2.9.2.jar)
    UCHIJ ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UD MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.14008 Compatibility Profile Context 21.19.137.514' Renderer: 'AMD Radeon (TM) R9 390 Series'
    CoFHCore: -[1.7.10]3.1.3-327
    ThermalFoundation: -[1.7.10]1.2.5-115
    ThermalExpansion: -[1.7.10]4.1.4-247
    MineFactoryReloaded: -[1.7.10]2.8.1-174
    Mantle Environment: Environment healthy.
    TConstruct Environment: Environment healthy.
    RedstoneArsenal: -[1.7.10]1.1.2-92
    NetherOres: -[1.7.10]2.3.1-22
    ThermalDynamics: -[1.7.10]1.2.0-171
    List of loaded APIs:
    * appliedenergistics2|API (rv2) from DragonAPI 1.7.10 V16d.jar
    * Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
    * bcadditionsAPI (2.1.1) from BuildcraftAdditions-1.7.10-2.2.5.jar
    * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.2027-universal.jar
    * BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
    * bluepowerAPI (1.0) from BluePower-1.7.10-0.2.962-universal.jar
    * BotaniaAPI (76) from Botania r1.8-249.jar
    * BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar
    * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.18.jar
    * BuildCraftAPI|boards (2.0) from buildcraft-7.1.18.jar
    * BuildCraftAPI|core (2.0) from buildcraft-7.1.18.jar
    * BuildCraftAPI|crops (1.1) from Railcraft_1.7.10-9.12.2.0.jar
    * BuildCraftAPI|events (2.0) from buildcraft-7.1.18.jar
    * BuildCraftAPI|facades (1.1) from buildcraft-7.1.18.jar
    * BuildCraftAPI|filler (4.0) from buildcraft-7.1.18.jar
    * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.18.jar
    * BuildCraftAPI|gates (4.1) from buildcraft-7.1.18.jar
    * BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
    * BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.12.2.0.jar
    * BuildCraftAPI|lists (1.0) from buildcraft-7.1.18.jar
    * BuildCraftAPI|power (1.3) from buildcraft-7.1.18.jar
    * BuildCraftAPI|recipes (3.0) from buildcraft-7.1.18.jar
    * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.18.jar
    * BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.12.2.0.jar
    * BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.0.jar
    * BuildCraftAPI|tiles (1.2) from buildcraft-7.1.18.jar
    * BuildCraftAPI|tools (1.0) from buildcraft-7.1.18.jar
    * BuildCraftAPI|transport (4.1) from buildcraft-7.1.18.jar
    * CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar
    * ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
    * ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
    * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
    * CoFHAPI (1.7.10R1.0.2) from BrandonsCore-1.0.0.12.jar
    * CoFHAPI|block (1.7.10R1.0.3) from RedGearCore-1.7.10-2.2.2.jar
    * CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHAPI|energy (1.7.10R1.0.2) from BrandonsCore-1.0.0.12.jar
    * CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHAPI|inventory (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHAPI|item (1.7.10R1.0.13) from ImmersiveEngineering-0.7.7.jar
    * CoFHAPI|modhelpers (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.2-182.jar
    * CoFHAPI|tileentity (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHAPI|transport (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHLib|audio (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
    * CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHLib|gui|container (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHLib|gui|element (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
    * CoFHLib|gui|element|listbox (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
    * CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHLib|render (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
    * CoFHLib|render|particle (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
    * CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
    * CoFHLib|world|feature (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
    * ComputerCraft|API (1.75) from ComputerCraft1.75.jar
    * ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
    * ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
    * ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
    * ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
    * ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
    * ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
    * ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
    * CSLib|API (0.3.0) from Decocraft-2.3.6.1_1.7.10.jar
    * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
    * ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.16.64.jar
    * ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.16.64.jar
    * ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.16.64.jar
    * ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.16.64.jar
    * ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.16.64.jar
    * ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.16.64.jar
    * ForestryAPI|fuels (2.0.1) from TechReborn-1.7.10-0.7.18.1110-universal.jar
    * ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.16.64.jar
    * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.16.64.jar
    * ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.16.64.jar
    * ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.16.64.jar
    * ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64.jar
    * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.16.64.jar
    * ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.16.64.jar
    * ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.16.64.jar
    * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-0.0.1.4-universal.jar
    * gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
    * Guide-API|API (1.7.10-1.0.1-29) from Guide-API-1.7.10-1.0.1-29.jar
    * IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar
    * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
    * McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
    * minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V16d.jar
    * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.2a.jar
    * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
    * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
    * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
    * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
    * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
    * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
    * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
    * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
    * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
    * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
    * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
    * PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-150-universal.jar
    * ProjectEAPI (7) from ProjectE-1.7.10-PE1.10.1.jar
    * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
    * RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
    * RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
    * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
    * RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
    * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
    * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
    * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
    * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
    * RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
    * RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
    * RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
    * reborncoreAPI (1.1.0.15) from RebornCore-1.1.0.15-universal.jar
    * Sanguimancy|API (@VERSION@) from Sanguimancy-1.7.10-1.1.9-35.jar
    * techrebornAPI (0.7.18.1110) from TechReborn-1.7.10-0.7.18.1110-universal.jar
    * Thaumcraft|API (4.2.0.0) from Pam's Harvest the Nether 1.7.10a.jar
    * TSteelworksAPI (1.2) from TSteelworks-1.7.10-1.1.2-20.jar
    * waterhooks|API (1.0) from waterhooks-1.2.1.jar
    Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
    Launched Version: forge-10.13.4.1614
    LWJGL: 2.9.1
    OpenGL: AMD Radeon (TM) R9 390 Series GL version 4.5.14008 Compatibility Profile Context 21.19.137.514, ATI Technologies Inc.
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.

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

    Posted in: Java Edition Support
  • 0

    posted a message on Minecraft and Mojang account cant migrate
    Hello everyone,

    I have an annoying issue. After touring the world of mods for 3 years, i wanted to come back an try vanilla minecraft. Unfortunately, i cannot migrate my old premium account to my mojang account. I can log in to my minecraft.net account and my mojang account both successfully. But when i try to migrate using the page off of my mojang account, it fails. I get the email and follow the link and it comes back to a page displaying "Migration Failed, try again"

    I keep trying and it keeps failing. So...What do?
    Posted in: Mojang Account / Minecraft.net Support
  • 0

    posted a message on Private server, port forwarding issues
    Alright, so long story short, i have a Tekkit server running on my computer. But it no longer works.

    I correctly forwarded my ports yesterday, played for a while, tested it all online, set up a static IP, the whole nine yards. It worked. Booted up my pc and server today and no dice. Nothing has changed, same IP, same port forwarded, cant reach my own server. So basically, wtf. The port is closed again, idk how i can fix this. Do i have to constantly reset my ip to something new?

    Please help if possible.
    Posted in: Server Support and Administration
  • 0

    posted a message on Chicken making
    Quote from Aeacus »
    Eggs laying around will not hatch into chickens. They will despawn after a small amount of time.


    Ok, thanks.

    Quote from Aeacus »
    Also, your sig is false.


    It is for minecraft, yes, for Wurm Online, it was true until Notch left and then they added dragons. Notch said it once, but its not true.
    Posted in: Survival Mode
  • 0

    posted a message on Chicken making
    Ok, so i know if you throw eggs there is a 1/8 chance 1 to 4 chickens will pop out. There is a 1/32 chance that one egg will become 4 chickens.

    Do dropped eggs or eggs just laying about become chickens? I thought eggs laid would become chickens, or do you have to forcibly hatch them by throwing them at things.
    Posted in: Survival Mode
  • 0

    posted a message on The Origin
    Quote from StoreClock »
    The same reason they went to the top of Everest. "Because it's there." :Sheep:


    Duh. Why does anyone do anything in Minecraft. Because its there.
    Posted in: Survival Mode
  • 0

    posted a message on The Origin
    So, has anyone been able to get there?

    Ive tried, but the server bottom is a mess (as usual) and cant quite get 0. Because notch is silly, he has 0 and -0, so technically the origin is a 2x2x1 platform that should be at 0,0,0; 0,0,-0; -0,0,0; -0,0,-0. (that being x y and z values.)

    Best i can do on the Y axis is 3 at that origin square and 2 two tiles over.

    Let me know what you get and see if anyone can actually get to the origin.
    Posted in: Survival Mode
  • 0

    posted a message on SMP and Minecraft tracks
    Nope, the server im on is updated.

    Tracks are totally f-ed for me too. Impossible to lay them down correctly. This did not used to be a problem either, it feels like it happened while notch was gone.
    Posted in: Survival Mode
  • 0

    posted a message on [REQ] Predator (VID included!)
    Epic mod is epic.
    Posted in: Mods Discussion
  • 0

    posted a message on HD texture fix [Feb22: 1.3 support, fixed compass]
    Quote from xau »
    256x256 isn't working right now, sorry.


    Is there any hope for this in the near future?
    Posted in: Resource Packs
  • 0

    posted a message on Texture Pack Question
    Ok so a while back i found a program someone wrote call 'mcpatcher' to handle texture packs that use between 16x16 and 256x256 textures. What happened to this? I cant find anything about it anywhere anymore.

    Secondly, does the aforementioned program better handle 256x256 textures? Im around halfway through a 256 texture pack and i can get it to load, but it crashes after a minute or two. Now i am aware that crashing used to be an issue a few months ago and that 256s might be too much, but i never had a problem before, so im looking to see if mcpatcher has been updated or renamed or something.
    Posted in: Mods Discussion
  • 0

    posted a message on Failed to Connect to server
    So im having a lot of trouble connecting to the server ive been playing on for months. The host is not having a problem with it, he can play, but we've done literally everything there is to be done and i still cant connect to the computer. Its not just my PC either, a friend of mine is having trouble too. I doubt its our internet since i was just streaming a movie onto my computer with 0 problems.

    We dont know what to do anymore, everything has been tried and nothing works.
    Posted in: Alpha - Survival Multiplayer Support
  • 0

    posted a message on Chunks completely resetting
    Ive actually never had a problem (yet) on my personal server just killing it. Im the only one on it and everything is always saved. However, the group server that has the issues i posted about, idk how its shut down, but im guessing not correctly. I think the computer has also crashed a few times.
    Posted in: Alpha - Survival Multiplayer Discussion
  • 0

    posted a message on Chunks completely resetting
    Quote from ziggo0 »
    If your server isn't being stopped with the stop command, you put your whole map to risk. Sometimes this even damages index.dat, which in return also ruins any newly generated chunks.


    Ok so what do you mean by "stopped with the command line"? I shut down my personal test server by just clicking the X on the server window. Is there a different way to shut it off?
    Posted in: Alpha - Survival Multiplayer Discussion
  • 0

    posted a message on Chunks completely resetting
    I know its alpha and blah blah blah, but does anyone else ever have the problem where small or large sections of server just totally reset themselves? And not even reset, but chunks are totally out of place.

    We have a server right now and in areas that are fairly high traffic areas just totally reset to something else. Like places we built in are completely different now.

    Does anyone have this problem?
    Posted in: Alpha - Survival Multiplayer Discussion
  • To post a comment, please .