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.

Fafnir

Members
  • Content count

    34
  • Joined

  • Last visited

Everything posted by Fafnir

  1. Anybody use or has used Linux before? (gnu/linux)

    I switched from windows 8.1 to linux almost 2 years ago, I used linux mint with kde 4 for a while and I switched to manjaro a few month ago. So far so good, I think I'm gonna stick with it for a long time, I love the rolling-release concept and the dev team make a great job at providing stable updates. As desktop environnment I tried Cinnamon, openbox, gnome 3, XFCE, enlightenment, awesome wm (actually more a window manager than a DE, it has great performances and customizability but too keyboard-centric and the customization is too time-consuming) and kde. I'm definitly a kde fan, compared to the other I tested, it may be more resource-consuming but it's rich ecosystem is really worth it IMHO. What I love in linux : [*]The possibility to customize the look of almost anything [*]You can configure it to behave as you want and don't need to adapt to how it behave (now I feel frustrated when I use windows) [*]Great ergonomy (due to the above) [*]When I install a software, there is not a bunch of hidden options trying to install bloatwares... [*]The power of the shell (being a developper, having a modern capable shell is a life saver) My current desktop:
  2. [0.79.9] Snow on new world

    Version : 0.79.9.357 SSP/SMP (Single/MultiPlayer): SSP Suggested Name: Start a new world with snow Suggested Category: minor Description: It is winter in my main world, I get bored searching graphite for so long that I decided to start a hardcore world. I spawned in an area covered with snow that immediately started to melt. No big deal, it is not really annoying, it just seems that the mechanism that decorates new chunks with snow in winter does not reset properly when unloading/loading worlds. Reproduced twice by creating a new world just after unloading my main world. Have you deleted your config files and are still able to reproduce this bug?: Yes Do you have any mods other than Forge and TFC installed?: yes If yes, which mods? NEINEI plugin for TFCFastCraftDamage IndicatorsInventoryTweaksOpis with MapWriterWailaSmartMovingArchimedes'ShipsMineTweaker 3Zyin's HUDLeather Water SacOptifineIf you have Optifine or Cauldron installed, can you still reproduce the bug after uninstalling them? no
  3. [Solved][0.79.7] Unrefinable Refined Iron Bloom

    It is a newly created one, and this time reselecting the refined bloom plan didn't work.
  4. [Solved][0.79.7] Unrefinable Refined Iron Bloom

    I played with the new 79.8 version and this still happens, the conversion from raw bloom ( a 840% ) into refined blooms doesn't work.
  5. Biome Ids for Terrafirmacraft Biomes

    You can get them on github : https://github.com/Deadrik/TFCraft/blob/master/src/Common/com/bioxx/tfc/WorldGen/TFCBiome.java It starts at line 45, the biome id is the number between parenthesis : TFCBiome(id)
  6. 1285: Out of Memory Error

    You forgot a link with your crash report
  7. [Solved] 0% iron bloom to full ingnot

    This bug still happens in 79.8, I haven't tested the 0% bloom issue but I had a bunch of 40% bloom that gave me 1 full ingot each when put in the forge.
  8. Here is the minetweaker script I use, it add all the mods recipes excepts for the dyed variations of the baloon : val wood = <terrafirmacraft:item.Log:*>;val wool = <terrafirmacraft:item.Wool>;val tfcWoolYarn =<terrafirmacraft:item.WoolYarn>;val str = <minecraft:string>;val iron = <terrafirmacraft:item.Wrought Iron Ingot>;val gold = <terrafirmacraft:item.Gold Ingot>;val glassPane = <minecraft:glass_pane>;val plank = <ore:woodLumber>;val leather = <terrafirmacraft:item.TFC Leather>;val ironSheet = <terrafirmacraft:item.Wrought Iron Sheet>;val stick = <ore:stickWood>;//Gaugerecipes.addShaped(<ArchimedesShips:gauge>,[[glassPane,iron,glassPane],[iron,<minecraft:redstone>,gold],[null,gold,null]]);//Upgraded gaugerecipes.addShaped(<ArchimedesShips:gauge:1>,[[glassPane,iron,glassPane],[iron,<minecraft:redstone>,gold],[glassPane,gold,glassPane]]);//Floaterrecipes.addShaped(<ArchimedesShips:floater>, [[wood,wool]]);//Balloonrecipes.addShaped(<ArchimedesShips:balloon>,[[wool],[tfcWoolYarn]]);//Passenger seatrecipes.addShaped(<ArchimedesShips:seat>,[[wool],[wool],[wool]]);//Wooden craterecipes.addShaped(<ArchimedesShips:crate_wood>*3,[[null, leather, null],[leather,null, leather],[plank, plank, plank]]);//Steam enginerecipes.addShaped(<ArchimedesShips:engine>,[[null, <terrafirmacraft:item.Wooden Bucket Water>, null],[ironSheet,<terrafirmacraft:Barrel:*>, ironSheet],[ironSheet, ironSheet, ironSheet]]);//Ship helmrecipes.addShaped(<ArchimedesShips:marker>,[[plank, stick, plank],[stick,iron, stick],[plank, stick, plank]]);*>*> I also added theses lines to the forbidden blocks in ArchimedesShips.cfg terrafirmacraft:ClayGrass terrafirmacraft:ClayGrass2 terrafirmacraft:DryGrass terrafirmacraft:DryGrass2 terrafirmacraft:Grass terrafirmacraft:LooseRock terrafirmacraft:TallGrass terrafirmacraft:Grass2 terrafirmacraft:Gravel terrafirmacraft:Gravel2 terrafirmacraft:Ice terrafirmacraft:StoneIgEx terrafirmacraft:StoneSed terrafirmacraft:leaves terrafirmacraft:leaves2 terrafirmacraft:Dirt terrafirmacraft:Dirt2 terrafirmacraft:Sand terrafirmacraft:Sand2
  9. Version : 0.79.6 SSP/SMP (Single/MultiPlayer): SSP Suggested Name: Ingot pile drop as an item Suggested Category:Annoying Description: If a gravity block fall over an ingot pile, an item called tile.ingotPile.name (id 455) drop along with the ingots. The item have the texture of a vanilla chest and crash the game if placed. The world still crash on reload (no harm, I was in a creative test world). Have you deleted your config files and are still able to reproduce this bug?: Yes Do you have any mods other than Forge and TFC installed?: Yes If yes, which mods? NEINEI plugin for TFCFastCraftDamageIndicatorInventoryTweaksOpis with MapWriterWailaSmartMovingTimeScalerIf you have Optifine or Cauldron installed, can you still reproduce the bug after uninstalling them? yes
  10. Thank you, TFC Staff

    Could not agree more with OP, your job is amazing thanks you very much ! This is exactly how I feel when playing TFC. Exploring in TFC reminds me how good it was to explore in minecraft in the old beta versions, when the world generation was unpredictable and not as smoothed and boring than now. So far, TFC is the best mod I played (and I played A LOT of mods).
  11. [Solved][non-TFC] Access Violation (OpenAL32.dll)

    You seems to use forge version 1208, you should try with the build 1217 that is recommended for TFC. Also the maximum memory allocated to the game is 512mo which is very low to run a moded minecraft. You should try to locate this in the VM arguments : " -Xmx512M" and replace it with a higher value (-Xmx2G)
  12. how to compile (next try)

    By set up the project I mean how did you code your mod, directly next to TFC sources or in a separate project ? I haven't done any addon yet but I spent quite some time today to figure out how to do one, and when I use "gradlew build" it compile only the few code I have without the sources of TFC. So I'll describe how I configured the project. [*]Get TFC sources from github, unzip them. Lets call this folder "TFCraft-master". Now run theses commands in the unzipped folder : gradlew setupDecompWorkspacegradlew eclipse[*]Grab the forge sources, unzip them in a separate folder and run the sames commands as above. This is the folder where you make your mod. I will call it the "forge folder". [*]Open eclipse and set your workspace to the eclipse folder located in the forge folder. You should see the project Minecraft. [*]Now you need to link TFC sources in your project : [*]Right-click on the project in the package explorer, select new>folder [*]Type "TFC_sources" in Folder name [*]Click on advanced and select "Link to alternate location (Linked Folder)" [*]Browse to the TFCraft-master folder and select the "src" folder [*]Now you should see a TFC_sources folder in your project with 4 sub folders (API, ASM, Common and Resources) [*]Right click on each of theses sub folder and select Build Path > use as source folder [*]You should have 10 errors showing up. To fix theses, you need to replace the forge source jar by the one in TFCraft-master : [*]Right click on your project, select build path > configure build path [*]Go in the tab libraries and remove the forgeSrc-[a version number].jar [*]Click on Add external JARs and select the forgeSrc-[a version number].jar located in the folder TFCraft-master>build>dirtyArtifacts You are done, now you should be able to import/code your mod in src/main/java and to compile it alone. Hope it helps
  13. how to compile (next try)

    Are you using ./gradlew build to compile ? How did you set up your project ?
  14. This is a known issue : http://terrafirmacraft.com/f/topic/6804-solved794-ingot-piles-initially-invisible/. The fix is in the thread
  15. Addon development setup

    Thanks you, that helped me to figure it out ! I did include the coremod dummy jar but the problem was the 10 errors that are basically just the invalid access or assignment to fields and functions that are either private or final in the vanilla classes. What is weird is that in the forge jar from the TFC project theses fields are no longer private or final. So I just had to replace the forge jar in my project by the one in TFC project and it works !
  16. Addon development setup

    I'm trying to setup a basic development environment in eclipse. I made the basic forge setup (build 1217) and added the content of the folders API, ASM and Common from github to the project as sources folders. So far it seems to be the way to go as I have only 10 errors : The constructor WorldType(int, String) is not visible TFCWorldType.java /Minecraft/src/TFC/com/bioxx/tfc/WorldGen line 36 Java ProblemThe field EntityPlayer.sleepTimer is not visible BlockBed.java /Minecraft/src/TFC/com/bioxx/tfc/Blocks/Vanilla line 154 Java ProblemThe final field Blocks.snow_layer cannot be assigned TFCBlocks.java /Minecraft/src/TFC/com/bioxx/tfc line 566 Java ProblemThe final field Items.bow cannot be assigned TFCItems.java /Minecraft/src/TFC/com/bioxx/tfc line 1023 Java ProblemThe final field Items.lead cannot be assigned TFCItems.java /Minecraft/src/TFC/com/bioxx/tfc line 1029 Java ProblemThe final field WorldType.DEFAULT cannot be assigned TerraFirmaCraft.java /Minecraft/src/TFC/com/bioxx/tfc line 158 Java ProblemThe final field WorldType.FLAT cannot be assigned TerraFirmaCraft.java /Minecraft/src/TFC/com/bioxx/tfc line 159 Java ProblemThe method func_149807_p(World, int, int, int) from the type BlockDynamicLiquid is not visible BlockCustomLiquid.java /Minecraft/src/TFC/com/bioxx/tfc/Blocks/Liquids line 285 Java ProblemThe method func_149807_p(World, int, int, int) of type BlockCustomLiquid must override or implement a supertype method BlockCustomLiquid.java /Minecraft/src/TFC/com/bioxx/tfc/Blocks/Liquids line 279 Java ProblemThe method getSlotAtPosition(int, int) from the type GuiContainer is not visible FMLClientEventHandler.java /Minecraft/src/TFC/com/bioxx/tfc/Handlers/Client line 66 Java ProblemI thought that they should be fixed at runtime with asm injections (tell me if this is wrong) but it didn't and the jvm complain about them : [15:08:29] [main/INFO] [GradleStart]: No arguments specified, assuming client.[15:08:29] [main/INFO] [GradleStart]: Extra: [][15:08:29] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, /home/memilian/.gradle/caches/minecraft/assets, --version, 1.7.10][15:08:29] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker[15:08:29] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker[15:08:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker[15:08:29] [main/INFO] [FML]: Forge Mod Loader version 7.10.84.1217 for Minecraft 1.7.10 loading[15:08:29] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Linux:amd64:3.13.0-24-generic, installed at /usr/local/java/jdk1.7.0_67/jre[15:08:29] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation[15:08:29] [main/INFO] [FML]: Found a command line coremod : com.bioxx.tfc.TFCASMLoadingPlugin[15:08:29] [main/WARN] [FML]: The coremod com.bioxx.tfc.TFCASMLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft[15:08:29] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker[15:08:29] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker[15:08:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker[15:08:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker[15:08:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper[15:08:29] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work![15:08:30] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing[15:08:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper[15:08:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper[15:08:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker[15:08:31] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker[15:08:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker[15:08:31] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}[15:08:31] [main/INFO]: Setting user: Player713[15:08:32] [main/INFO] [STDOUT]: [com.bioxx.tfc.ASM.ClassTransformer:transform:56]: Attempting to Transform: net/minecraft/entity/player/EntityPlayerMP | Found 1 injections[15:08:32] [main/INFO] [STDOUT]: [com.bioxx.tfc.ASM.ClassTransformer:transform:148]: Inserted: net/minecraft/entity/player/EntityPlayerMP : {onUpdateEntity | ()V}[15:08:32] [main/INFO] [STDOUT]: [com.bioxx.tfc.ASM.ClassTransformer:transform:151]: Attempting to Transform: net/minecraft/entity/player/EntityPlayerMP Complete[15:08:32] [main/INFO] [STDOUT]: [com.bioxx.tfc.ASM.ClassTransformer:transform:56]: Attempting to Transform: net/minecraft/entity/EntityLeashKnot | Found 1 injections[15:08:32] [main/INFO] [STDOUT]: [com.bioxx.tfc.ASM.ClassTransformer:transform:148]: Inserted: net/minecraft/entity/EntityLeashKnot : {onValidSurface | ()Z}[15:08:32] [main/INFO] [STDOUT]: [com.bioxx.tfc.ASM.ClassTransformer:transform:151]: Attempting to Transform: net/minecraft/entity/EntityLeashKnot Complete[15:08:33] [Client thread/INFO]: LWJGL Version: 2.9.1[15:08:33] [Client thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@38d87eb2. This is a critical error and should be impossiblejava.lang.Throwableat cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]at cpw.mods.fml.common.eventhandler.EventBus.(EventBus.java:36) [EventBus.class:?]at net.minecraftforge.common.MinecraftForge.(MinecraftForge.java:21) [MinecraftForge.class:?]at net.minecraftforge.fluids.FluidRegistry.registerFluid(FluidRegistry.java:83) [FluidRegistry.class:?]at net.minecraftforge.fluids.FluidRegistry.(FluidRegistry.java:50) [FluidRegistry.class:?]at net.minecraftforge.client.ForgeHooksClient.(ForgeHooksClient.java:425) [ForgeHooksClient.class:?]at net.minecraft.client.Minecraft.startGame(Minecraft.java:474) [Minecraft.class:?]at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]at GradleStart.bounce(GradleStart.java:107) [start/:?]at GradleStart.startClient(GradleStart.java:100) [start/:?]at GradleStart.main(GradleStart.java:55) [start/:?][15:08:33] [Client thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@2750e7a. This is a critical error and should be impossiblejava.lang.Throwableat cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]at cpw.mods.fml.common.eventhandler.EventBus.(EventBus.java:36) [EventBus.class:?]at net.minecraftforge.common.MinecraftForge.(MinecraftForge.java:22) [MinecraftForge.class:?]at net.minecraftforge.fluids.FluidRegistry.registerFluid(FluidRegistry.java:83) [FluidRegistry.class:?]at net.minecraftforge.fluids.FluidRegistry.(FluidRegistry.java:50) [FluidRegistry.class:?]at net.minecraftforge.client.ForgeHooksClient.(ForgeHooksClient.java:425) [ForgeHooksClient.class:?]at net.minecraft.client.Minecraft.startGame(Minecraft.java:474) [Minecraft.class:?]at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]at GradleStart.bounce(GradleStart.java:107) [start/:?]at GradleStart.startClient(GradleStart.java:100) [start/:?]at GradleStart.main(GradleStart.java:55) [start/:?][15:08:33] [Client thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@53096cd8. This is a critical error and should be impossiblejava.lang.Throwableat cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]at cpw.mods.fml.common.eventhandler.EventBus.(EventBus.java:36) [EventBus.class:?]at net.minecraftforge.common.MinecraftForge.(MinecraftForge.java:23) [MinecraftForge.class:?]at net.minecraftforge.fluids.FluidRegistry.registerFluid(FluidRegistry.java:83) [FluidRegistry.class:?]at net.minecraftforge.fluids.FluidRegistry.(FluidRegistry.java:50) [FluidRegistry.class:?]at net.minecraftforge.client.ForgeHooksClient.(ForgeHooksClient.java:425) [ForgeHooksClient.class:?]at net.minecraft.client.Minecraft.startGame(Minecraft.java:474) [Minecraft.class:?]at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]at GradleStart.bounce(GradleStart.java:107) [start/:?]at GradleStart.startClient(GradleStart.java:100) [start/:?]at GradleStart.main(GradleStart.java:55) [start/:?][15:08:33] [Client thread/INFO] [STDOUT]: [tv.twitch.StandardCoreAPI::16]: If on Windows, make sure to provide all of the necessary dll's as specified in the twitchsdk README. Also, make sure to set the PATH environment variable to point to the directory containing the dll's.[15:08:33] [Client thread/ERROR]: Couldn't initialize twitch stream[15:08:33] [Client thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@2cceb87f. This is a critical error and should be impossiblejava.lang.Throwableat cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]at cpw.mods.fml.common.eventhandler.EventBus.(EventBus.java:36) [EventBus.class:?]at cpw.mods.fml.common.FMLCommonHandler.(FMLCommonHandler.java:90) [FMLCommonHandler.class:?]at cpw.mods.fml.common.FMLCommonHandler.(FMLCommonHandler.java:77) [FMLCommonHandler.class:?]at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:188) [FMLClientHandler.class:?]at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?]at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]at GradleStart.bounce(GradleStart.java:107) [start/:?]at GradleStart.startClient(GradleStart.java:100) [start/:?]at GradleStart.main(GradleStart.java:55) [start/:?][15:08:33] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization[15:08:33] [Client thread/INFO] [FML]: MinecraftForge v10.13.1.1217 Initialized[15:08:33] [Client thread/INFO] [FML]: Replaced 182 ore recipies[15:08:33] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization[15:08:33] [Client thread/INFO] [FML]: Searching /home/memilian/dev/modding_wksp/TFCModding/eclipse/mods for mods[15:08:36] [Client thread/INFO] [FML]: Forge Mod Loader has identified 6 mods to load[15:08:36] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, tfc_coremod, terrafirmacraft, examplemod] at CLIENT[15:08:36] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, tfc_coremod, terrafirmacraft, examplemod] at SERVER[15:08:37] [Client thread/INFO] [STDOUT]: [com.bioxx.tfc.ASM.ClassTransformer:transform:56]: Attempting to Transform: net/minecraft/client/renderer/EntityRenderer | Found 1 injections[15:08:37] [Client thread/INFO] [STDOUT]: [com.bioxx.tfc.ASM.ClassTransformer:transform:148]: Inserted: net/minecraft/client/renderer/EntityRenderer : {updateRenderer | ()V}[15:08:37] [Client thread/INFO] [STDOUT]: [com.bioxx.tfc.ASM.ClassTransformer:transform:151]: Attempting to Transform: net/minecraft/client/renderer/EntityRenderer Complete[15:08:37] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:TerraFirmaCraft, FMLFileResourcePack:Example Mod[15:08:37] [Client thread/INFO] [FML]: Processing ObjectHolder annotations[15:08:37] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations[15:08:37] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0[15:08:37] [Client thread/INFO] [FML]: Applying holder lookups[15:08:37] [Client thread/INFO] [FML]: Holder lookups applied[15:08:37] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue[15:08:37] [Client thread/ERROR] [FML]:mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initializedFML{7.10.84.1217} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.1.1217.jar) Unloaded->Constructed->Pre-initializedForge{10.13.1.1217} [Minecraft Forge] (forgeSrc-1.7.10-10.13.1.1217.jar) Unloaded->Constructed->Pre-initializedtfc_coremod{0.79.6} [TFC[coremod]] (minecraft.jar) Unloaded->Constructed->Pre-initializedterrafirmacraft{0.79.6} [TerraFirmaCraft] (bin) Unloaded->Constructed->Erroredexamplemod{1.0} [Example Mod] (bin) Unloaded->Constructed->Pre-initialized[15:08:37] [Client thread/ERROR] [FML]: The following problems were captured during this phase[15:08:37] [Client thread/ERROR] [FML]: Caught exception from terrafirmacraftjava.lang.Error: Unresolved compilation problems:The final field WorldType.DEFAULT cannot be assignedThe final field WorldType.FLAT cannot be assignedat com.bioxx.tfc.TerraFirmaCraft.preInit(TerraFirmaCraft.java:158) ~[bin/:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[forgeSrc-1.7.10-10.13.1.1217.jar:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[forgeSrc-1.7.10-10.13.1.1217.jar:?]at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[forgeSrc-1.7.10-10.13.1.1217.jar:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) [Loader.class:?]at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) [FMLClientHandler.class:?]at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?]at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]at GradleStart.bounce(GradleStart.java:107) [start/:?]at GradleStart.startClient(GradleStart.java:100) [start/:?]at GradleStart.main(GradleStart.java:55) [start/:?][15:08:37] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ----// SorryTime: 12/10/14 15:08Description: There was a severe problem during mod loading that has caused the game to failcpw.mods.fml.common.LoaderException: java.lang.Error: Unresolved compilation problems:The final field WorldType.DEFAULT cannot be assignedThe final field WorldType.FLAT cannot be assignedat cpw.mods.fml.common.LoadController.transition(LoadController.java:162)at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)at net.minecraft.client.Minecraft.startGame(Minecraft.java:522)at net.minecraft.client.Minecraft.run(Minecraft.java:931)at net.minecraft.client.main.Main.main(Main.java:164)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method.invoke(Method.java:606)at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)at net.minecraft.launchwrapper.Launch.main(Launch.java:28)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method.invoke(Method.java:606)at GradleStart.bounce(GradleStart.java:107)at GradleStart.startClient(GradleStart.java:100)at GradleStart.main(GradleStart.java:55)Caused by: java.lang.Error: Unresolved compilation problems:The final field WorldType.DEFAULT cannot be assignedThe final field WorldType.FLAT cannot be assignedat com.bioxx.tfc.TerraFirmaCraft.preInit(TerraFirmaCraft.java:158)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method.invoke(Method.java:606)at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method.invoke(Method.java:606)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:208)at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method.invoke(Method.java:606)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:118)at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)... 17 moreA detailed walkthrough of the error, its code path and all known details is as follows:----------------------------------------------------------------------------------------- System Details --Details:Minecraft Version: 1.7.10Operating System: Linux (amd64) version 3.13.0-24-genericJava Version: 1.7.0_67, Oracle CorporationJava VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle CorporationMemory: 879329288 bytes (838 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024MAABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) usedIntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0FML: MCP v9.05 FML v7.10.84.1217 Minecraft Forge 10.13.1.1217 6 mods loaded, 6 mods activemcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initializedFML{7.10.84.1217} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.1.1217.jar) Unloaded->Constructed->Pre-initializedForge{10.13.1.1217} [Minecraft Forge] (forgeSrc-1.7.10-10.13.1.1217.jar) Unloaded->Constructed->Pre-initializedtfc_coremod{0.79.6} [TFC[coremod]] (minecraft.jar) Unloaded->Constructed->Pre-initializedterrafirmacraft{0.79.6} [TerraFirmaCraft] (bin) Unloaded->Constructed->Erroredexamplemod{1.0} [Example Mod] (bin) Unloaded->Constructed->Pre-initialized[15:08:37] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# /home/memilian/dev/modding_wksp/TFCModding/eclipse/./crash-reports/crash-2014-10-12_15.08.37-client.txt Any clue on what am I doing wrong ?
  17. 1.7.10 mods with TFCb79

    Here you go : http://minecraft.curseforge.com/mc-mods/73488-waila/files
  18. The changelog say : That should only require a lots of resources and daily work for the first wild animals you bring to your base. If you manage to breed them once, or twice (depending on the offspring size) and to raise the babies familiarity higher than the cap where it decrease then you are done. It requires just a good amount of resources and time investment at the beginning. I don't think it's a bad thing as that forces the player to make choices about wich kind off resources he needs more.
  19. Seed : glacier You spawn at Z=- 11500 in a dry biome but there is a biome with more rainfall not far to the north with some clay. There is plenty of apparent ores : lots of copper, gold and some bismuthinite. I've found hematite, and sphalerite as well. Plenty of food too, crops, sheeps/cows. The 2 mains stone layers are basalt and slate. The spawn : Screenshots : Near to the spawn : Some plains to the east : A basalt Island , west of the spawn :
  20. Spawning in boring terrain.

    You may give this seed a try, the spawn is dry but near to the north the average biome temp is 8.5 and rainfall is 500.
  21. [solved][79.6] Cannot feed animals

    You need to shift right click to feed them. However I'm not sure if the familiarity increase correctly, I have a few sheeps and cows and have been feeding them with grain every day for a while now. I have been able to milk the cow only once and shear sheeps a few time (only 2 over the 3 I have), but I couldn't make them breed yet.
  22. Smoke racks

    Thanks, it was usefull. It took me a while to figure out that the meat has to be brined but not cooked, else it won't attach. The drying on the stream happens in part 3 at 45mn.
  23. Smoke racks

    That's what the nei plugin says but I didn't manage to make vinegar Where do you click exactly ? I tried with racks from 1 to 3 blocks wide but I can't get the brined meat to attach.
  24. [Solved][0.79.5] Saplings do not grow

    Wow results were instant when loading with the new version. Trees popping everywhere ! Thanks for the quick patch
  25. Version : 0.79.5 SSP/SMP (Single/MultiPlayer): SSP Suggested Name: Saplings do not grow Suggested Category:Annoying Description: The area where I have my base has no trees at all, so I planted 30-35 saplings (white cedar mostly, a few spruce and a few maple) in early july. I am now in september and none of them have grown. There is a lots of wild white cedar saplings around but they didn't grew either. Have you deleted your config files and are still able to reproduce this bug?: Yes Do you have any mods other than Forge and TFC installed?: Yes If yes, which mods? NEINEI plugin for TFCFastCraftDamageIndicatorInventoryTweaksOpis with MapWriterWailaSmartMovingIf you have Optifine or Cauldron installed, can you still reproduce the bug after uninstalling them? Sorry but I can't run moded minecraft 1.7.10 without optifine, it freezes every 10s because of the new forge's async chunk loading