Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.

ZAKHAD

Members
  • Content count

    66
  • Joined

  • Last visited

Posts posted by ZAKHAD


  1. It was a very odd bug! But a simple one to fix. In that it was my fault, I had ttfcmat-a0.7.0 instead of ttfcmat-a0.7.1 I had made a mistake on the mega download page as the latest version wasn't at the bottom it was the one above. Anyways thanks for the input, its been a while since I've played this, and with the onset of tfc2 I wanted to see how fleshed out the TFC modding community had come along.

    0

  2. Spoiler

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: taeo/ttfcmat/block/BlockTinkersConstructOre
        at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
        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(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.NoClassDefFoundError: taeo/ttfcmat/block/BlockTinkersConstructOre
        at taeo.ttfcmat.init.TMatBlocks.init(TMatBlocks.java:59)
        at taeo.ttfcmat.proxy.CommonProxy.initBlocks(CommonProxy.java:126)
        at taeo.ttfcmat.TMat.init(TMat.java:76)
        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:532)
        at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        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(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        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:737)
        ... 10 more
    Caused by: java.lang.ClassNotFoundException: taeo.ttfcmat.block.BlockTinkersConstructOre
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 39 more
    Caused by: java.lang.NoClassDefFoundError: taeo/ttfcapi/api/CoreSampleable
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
        ... 41 more
    Caused by: java.lang.ClassNotFoundException: taeo.ttfcapi.api.CoreSampleable
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 45 more

     

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

    -- System Details --
    Details:
        Minecraft Version: 1.7.10
        Operating System: Windows 7 (amd64) version 6.1
        Java Version: 1.8.0_121, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 213639992 bytes (203 MB) / 496680960 bytes (473 MB) up to 7502823424 bytes (7155 MB)
        JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
        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 Optifine OptiFine_1.7.10_HD_U_D1 49 mods loaded, 49 mods active
        States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
        UCHI    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
        UCHI    FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
        UCHI    Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
        UCHI    tfc_coremod{0.79.29} [TFC[coremod]] (minecraft.jar) 
        UCHI    CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) 
        UCHI    NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar) 
        UCHI    PlayerAPI{1.4} [Player API] (minecraft.jar) 
        UCHI    SmartCore{1.0.3} [Smart Core] (minecraft.jar) 
        UCHI    SomniaCore{1.4.1.5} [SomniaCore] (minecraft.jar) 
        UCHI    FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar) 
        UCHI    terrafirmacraft{0.79.29} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.29.922.jar) 
        UCHI    tfcadditions{@MODVERSION@} [TFC-Additions] ([1.7.10][0.79.23+]TFC-Additions-1.0.3.jar) 
        UCHI    bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar) 
        UCHI    ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar) 
        UCHI    DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar) 
        UCHI    DecorationsTFC{1.0.20} [Decorations] ([1.7.10]Decorations-1.0.20.jar) 
        UCHI    lwstfc{3.9.B79} [Leather Water Sac] ([1.7.10]LeatherWaterSac-3.9.B79.jar) 
        UCHI    StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar) 
        UCHI    tfcm{0.13.0} [TerraMisc] ([1.7.10]TerraMisc-0.13.0.jar) 
        UCHI    tfcautomatedbellows{1.03} [AutomatedBellowsAddon] ([1.7.10]TFCAutomatedBellowsAddon-1.03.jar) 
        UCHI    tfccellars{1.1} [CellarsAddon] ([1.7.10]TFCCellarsAddon-1.1.jar) 
        UCHI    weightingscales{1.0} [TFC Scales] ([1.7.10]TFCScales-1.0.2.jar) 
        UCHI    tfcudarymod{0.2.31} [TFC Udary Mod] ([1.7.10]TFCUdaryMod-0.2.31.jar) 
        UCHI    animalcrate{0.01} [AnimalCrate] (animalcrate-0.1.jar) 
        UCHI    DynamicLights{1.3.9a} [Dynamic Lights] (Dynamic Lights-1.3.9a-MC1.7.10.jar) 
        UCHI    endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar) 
        UCHI    farseek{1.0.11} [Farseek] (Farseek-1.0.11.jar) 
        UCHI    inventorytweaks{1.59-dev-156-af3bc68} [Inventory Tweaks] (InventoryTweaks-1.59-dev-156.jar) 
        UCHI    journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar) 
        UCHI    MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar) 
        UCHI    Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) 
        UCHI    Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) 
        UCHI    Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar) 
        UCHI    SmartMoving{15.6} [Smart Moving] (SmartMoving-1.7.10-15.6.jar) 
        UCHI    SmartRender{2.1} [Smart Render] (SmartRender-1.7.10-2.1.jar) 
        UCHI    Somnia{-au} [Somnia] (Somnia-1.5.1.5.jar) 
        UCHI    streams{0.2} [Streams] (Streams-0.2.jar) 
        UCHI    TerraFirmaCraftNEIplugin{1.5.3.25} [TerraFirmaCraftNEIplugin] (TerraFirmaCraftNEIplugin-1.7.10-1.5.3.25.jar) 
        UCHI    ttfcapi{1.0} [Taeo's TerraFirmaCraft API] (ttfcapi-a0.8.3.jar) 
        UCHI    terrathaumcraft{a0.7.7} [TerraThaumcraft] (terrathaumcraft-a0.7.7.jar) 
        UCHI    tfcrailcraft{0.2.0} [TFC Railcraft Compatibility] (tfcrailcraft-0.2.0.jar) 
        UCHI    TFCTweaker{1.1.4.0} [TFC Tweaker] (TFCTweaker-1.7.10-1.1.4.0.jar) 
        UCHI    TooMuchTime{2.4.0} [TooMuchTime] (TooMuchTime-1.7.10-2.4.0.tnfc-4-universal.jar) 
        UCHE    ttfcmat{1.0} [Taeo's TFC Materials] (ttfcmat-a0.7.jar) 
        UCHI    AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) 
        UCHI    Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) 
        UCHI    WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar) 
        UCHI    wailaplugins{MC1.7.10-0.2.0-25} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-25.jar) 
        UCHI    wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar) 
        GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 378.57' Renderer: 'GeForce GTX 770/PCIe/SSE2'
        OptiFine Version: OptiFine_1.7.10_HD_U_D1
        Render Distance Chunks: 32
        Mipmaps: 4
        Anisotropic Filtering: 1
        Antialiasing: 0
        Multitexture: false
        OpenGlVersion: 4.5.0 NVIDIA 378.57
        OpenGlRenderer: GeForce GTX 770/PCIe/SSE2
        OpenGlVendor: NVIDIA Corporation
        CpuCount: 8

    Does the mod require tinkers construct? I'm clearly doing something wrong with the installation, as I can play without this mod/s perhaps its getting confused with another mod hmm, but i don't believe I have tinkers construct in my mod listing.

    0

  3. What does this acutally fix? I've got a problem in which my tools get arranged into the middle of my inventory and pottery always gets priorty on hotbar, this due to weight changes? in that you can only hold so much of a type of item, so that all the inventory got changed and the hotbar isnt recongnised as a hotbar? or some suchWhen arranging inventory with a chest open it does what its supposed to do with arranging a players inventory, its just when you have your inventory open with no chest it takes tools and most items off the hotbar

    0

  4. as the title says but hopefully more than 2 episodes found a easier way of recording using xsplit,just forgot to change resolution so ep 1 wasnt 720p.

    Want feedback on audio and video quailty should i raise the bitrate etc? am i too quite? is the commentry dull? is this something you want to watch etc? anything you think that could improve the feedback.

    Ep 1.

    http-~~-//www.youtube.com/watch?v=tHQoUPtuI8Y&feature=youtu.be

    0

  5. Welcome to Zakhad's blood stream multigaming community server.

    http://www.facebook....58876034127946/

    We're a small group of likeminded individuals as well as being a small group of RL friends, mainly from the UK. Most of us met in wow we're mainly Ex-wow players now (this was during Wraith/Cata Raiding peroid) we were like we need a healer! "hey im a loladin" Right you'll do. A few years later we're still playing games together such as Path of exile runs I.E. decent or 1 hour party hardcore race etc, Dota 2 match or quake 2, Left 4 dead 2, Minecraft Terraria etc. We're just a bunch of cynical low brow witted englishmen who get San to give you a Dutch Rudder if you say something offending or look at us in the wrong way, you may find yourself in court and having the judge asking you to point to the doll where the bad man touched you.

    Server Details
    Hosted in UK england, by Nitrous Networks
    Ram 1gb
    Server Address = BloodStream.nn.pe:25592 or 193.35.58.52:25592
    Uptime is 24/7
    20 slot.
    Scheduled server restarts are not currently avliable with my company due to a bug but whenever I log in, usually every couple of days i'll inform and restart manually untill issue with the hosting company is resolved.


    Whitelist


    zakhad
    jimbleuk
    POI5ON



    Server Rules


    Language = English - This is a english speaking server and thus you are required to speak english. occasional type's to of other languages are ok, e.g. to tell a friend quick that a creeper is behind him or something etc you get the picture, but no full on discusions or debates etc keep them to private messages.

    PvP = on - Strictly for organised fighting/dueling or generally if someone's at your house calling u names then its acceptable, its your right to defend your house and home but if your seen as a person who causes grief or behaviour that would otherwise make people want to leave, by the in general community then you will be banned, USE COMMON SENSE no griefing/spawn camping etc. But personal 1 by 1 disputes are bound to happen, I'm not here to hold your hands and tell you who to make friends with.

    No abusive game mechanics that fall out of the nature of TFC, E.g. Using vanilia items by botched means.

    No atempts at duping xraying hacking etc.


    Dont be a dick, anything that falls out of the common sense to a given situation will get you a warning then followed by a ban. e.g.



    Zakhad's Lets play of the server.


    Ep 1.

    Ep 2.



    Mods used.


    TFCraft - Universal-Core-B2-Build76Hotfix18
    Smart moving
    Damage Indicators.
    TFC TerrabowTFC Leatherwatersac
    TFC Woodworking
    MyTown



    Blood stream Application Template (Shamelessly stolen from various other servers)


    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    Ingame Username:

    DOB or Age:

    Where do you come from and where do you live now:

    Native language:

    The most obvious part of the rules you should obey reguardless of my server, and a good life pratice you should follow it's also free:

    How did you learn about this server? (Forums Friends, Advertisement etc):

    The one deciding factor that made you decide to try out blood stream's multi gaming community server:

    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<




    >>>>Mandatory Mods<<<<


    >>>For your information<<<
    Can see a few people going but there isnt a 1.5.1 version derp derp. If a mod says 1.5.2 and doesnt have a link for 1.5.1 u can still use the 1.5.2 version for 1.5.1 as long as the forge version it requires isnt above 7.7.2.679

    I.E I'm using DamageIndicator/InventoryTweak/ZansMiniMap which are all 1.5.2 compatible but will work with 1.5.1

    (These mods go into the minecraft.jar inside the minecraft/bin folder via WinRAR and delete Meta-INF and drag and drop inside and close the Jar file

    Forge, minecraftforge-universal-1.5.1-7.7.2.679
    http://files.minecraftforge.net/

    Player API MC 1.5.1 - Player API universal 1.5
    http://www.minecraft...api-player-api/

    (These mods go into the "Mods" folder, create one if u dont have one)

    TFCraft-Universal-Core-B2-Build76Hotfix18
    http://terrafirmacraft.com/download/

    WoodworkingTFC_0.5
    http://198.23.244.21/topic/3946-woodworking-add-on-v05/

    Terrabow.0.7
    http://198.23.244.21/topic/3813-terra-bow-mod-wip/

    1.5.1_LeatherWaterSacTFC_1.4.b76
    http://198.23.244.21/topic/3460-leather-water-sac-for-tfc/

    1.5.2 DamageIndicators v2.7.0.1 (Cant remember if its mandatory or optional)
    http://www.minecraft...age-amount-mod/

    >>>>Optional<<<< But highly recommended.
    (Still go into mods folder)

    Smart Moving Universal for ModLoader or Minecraft Forge or MCPC+
    http://www.minecraft...p-smart-moving/

    InventoryTweaks-1.54b
    http://www.minecraft...154-may-1/#Down

    ZansMinimap1.5.1 /2
    http://www.planetmin...d/zans-minimap/

    DynamicLights_1.5.1 /2
    http://www.atomicstr...amiclights.html

    (May not work for everyone optional)
    OptiFine_1.5.1_HD_U_D1 or as a friend of mine says "optifuck" its his ATI drivers Posted Image (he hates ATI cards lol)


    0

  6. Edit.

    Nice server, generally nice people a couple of dispite between people but nothing too major, my biggist gripe with the server is that its never 24/7 because its prone to crashing and it has no automatic restart its manually restarted by a member of staff and at the it takes serveral hours to do so, ud figure with a group of people who've been hosting would have a automatic relaunch.bat file hummm?

    0

  7. Bug report

    Suggested name: Memory leak CTD? Chopping sequoia / digging dirt / placing dirt

    Suggested category: Severe i guess as it crash's

    Description: sometimes when the durabilty of the tool gets used completly up it crash's as if it doesnt know what to do this is SSP using gabbro stone tools. either digging dirt or chopping down a sequoia also by placing dirt :S

    Have you deleted your config file and then still been able to reproduce this bug?: Yes

    Pastebin of the error report if this bug produces one

    Crash log at end of minecraft

    java.lang.NoClassDefFoundError: net/minecraft/world/CallableLvl1

    at net.minecraft.world.World.func_72821_m(World.java:857)

    at net.minecraft.world.World.func_72898_h(World.java:784)

    at net.minecraft.world.World.func_72851_f(World.java:736)

    at net.minecraft.world.World.func_72832_d(World.java:568)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:278)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.scanLogs(BlockLogNatural.java:265)

    at TFC.Blocks.BlockLogNatural.ProcessTree(BlockLogNatural.java:211)

    at TFC.Blocks.BlockLogNatural.func_71893_a(BlockLogNatural.java:152)

    at net.minecraft.item.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:334)

    at net.minecraft.item.ItemInWorldManager.func_73082_a(ItemInWorldManager.java:238)

    at net.minecraft.network.NetServerHandler.func_72510_a(NetServerHandler.java:500)

    at net.minecraft.network.packet.Packet14BlockDig.func_73279_a(SourceFile:46)

    at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)

    at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134)

    at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)

    at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)

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

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

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

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

    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

    --- END ERROR REPORT fc62aa50 ----------

    http://pastebin.com/VLEVPRqi

    May null and void this report, had derpy install, checking to see if it repeats

    0

  8. [in-game name] zakhad (I cant remember if my username is captialised is whitelisting capa sensative? Doh.)

    [Age Group] Twenties

    [Time Zone] GMT+0

    Read the rules and to quote a random one "Do not ask us to spawn in item for you. Unless you have a good reason."

    Just looking for a server to hang out on, maybe make a few youtube vids who knows, Am I restricted in where I'm allowed to live? As in I may want to be like 3k-10k blocks away? (Maybe more if i'm allowed to be teleported) Incase I do decide to make a few youtube vids, As my style of videos are tutorial in nature and I wish to show the whole progresion system behind TFC. and it would handicap me if i were being griefed or there is like no resources or animals / rocks to start out with. I'm not against visitations or anything It's just that if i were to log in and found out that Jim, Bob, and Harry are my new neighbours and have set up WeMinedAllTheOreIn2kBlocks Co. I would have to suddenly stop making the youtube vids :S

    0

  9. Good things,

    1. You have a personailty make sure to focus on it and NOT copy anyone you are YOU, not someone else. 20 or 30 episodes down the line ppl will figure it out and they will rather watch that person rather than ur interpretation of it.

    2. You drasticly cut down the noise so I was acutally able to watch it good-job there! Granted I'm not going to be watching many more mearly because I'm just giving feedback to help you out I've done a couple of videos of TFC,and I'll try to point out where I may of went wrong.

    3. Generally speaking you know what you're talking about, but you're lacking depth explain like what is this rock? Why is it on the ground? What do I do with it? Why are their differnt types why should I be doing X Y and Z first and in this order. Your're playing the game but generally speaking only people who have played Terrafirmacraft will understand. I know you explained bits and pieces of this and that but EXPAND upon it! Information depth = educational but not only that it generally speaks volumes about your video playthroughs for the future "I know if i watch this guy im going to learn this and that, because he really knows his shit" I'm pretty sure your going down the route of How to play Terrafirmacraft Like I did. So need to explain on this episode im doing This this and That.

    Bad things.

    1. You honestly cannot ask people to sub, at least not straight up. My first thoughts were like "You're a sellout!" a better way to do this is after so many videos I.E. a milestone thank them for watching your videos. Your basicly taking up their time, their watching YOUR videos you need to appreicate that their spending time to watch it, If people appreicate what you do, they will sub on their own. If you want people to like your video you have to give them a good enough reason to, It's a pain in the ass to like a video I'm not saying it's hard to, it's just why should I? If you want people to comment give them a open ended question, Why should I comment? Well as the Video producer I want you to tell me your opinon on this (input question) dont just ask them to randomly sub/fav/like/comment It really drives me nuts when people do that.

    2. You need direction, YOU have to decide what to do in your videos this early on, in your Youtubing career. They're watching YOU not themselves play if they we're going to tell you what to do they might as well be playing it themselves. What you want to do at the end of your videos instead of saying "Hey did you like what I did? comment sub like fav etc" Say that your going to do THIS OR THAT, and explain that if you guys don't like it make sure to make me aware by commenting, as this is your selling moment. Basicly you have to give them a reason to watch episode 2 I.E. A cliffhanger "Omg what happens next?" or On the next exicting episode of Bugsy plays Terrafirmacraft, I'm doing this and you'd be a fool not to watch! Because I'm going to show you a super secret tip.

    P.S. If you found this comment helpful remember to give it a like. Now how is that interpeted to you? Why should You like this? I'm not acutally asking you to answer it but to take the understanding of it and to apply it to your videos. Good luck and have FUN remember this is FUN not a JOB at least not yet anyways if thats the big plan.

    1

  10. Introductions are everything ur first video has to make a impresion (Why should I watch ur video?) personailty, enthuasim! knowledge! didnt even get to any of them because the very first thing that came into my head was

    OMG KILL THAT BACKGROUND SOUND ! /ragequit

    u really need to kill that background sound use audacity to lower it, I couldnt watch the video for more than 15 seconds.

    Sorry but I'm being honest here :P

    0

  11. Quarry's will utterly destroy any point in playing tfc, if u dont use them or mining wells then its ok for piping stuff around but i dont know why ud want this mod other than the quarry's :s

    Don't take this the wrong way its a hell of alot of work u put in and cross over mods are always welcome, just abit confused,what was the main reason for making this particluar mod a crossover, whats your thought process.

    0