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.

ciekma

Members
  • Content count

    407
  • Joined

  • Last visited

Everything posted by ciekma

  1. [Request] Addon Devlopment Guide

    I stucked on the next step: when trying to compile and run, eclipse ask to define config folder for deobfuscator, after that quits showing many errors concerned with codechicken lib. Is NEI source/libs required to compile TFC? EDIT: I had used the latest version 29, which caused many problems, version 19 works fine.
  2. WIP [TFC-0.79.29] TerraFirmaProgressivePack

    It is normal behavior, some minetweaker recipes cannot be reloaded (for example knapping recipes) without reloading whole minecraft.
  3. [0.79.?] Progression flowchart

    Can't you make leather using large ceramic vessels?
  4. [TFC 0.79.29] Cellars Addon

    Below zero is only when it is below zero outside. Otherwise it display 1degC.
  5. I'm trying to make TIC-compliant mod using eclipse, after gradle setup and importing files from TFCraft-0.79.29 source release, I got following java error: Underscores can only be used with source level 1.7 or greater located in BlockStair.java, line 90: return (rvmeta & 0b1111_0000) == 0; I'm using jre7, aftr switching to jre8 problem persist, any ideas how to deal with? EDIT: I simply changed compiler compliance level to 1.7, but not in Preferences, just in project properties - now it works OK. EDIT2: to force build with 1.7 compliance add following lines to build.gradle: sourceCompatibility = '1.7' targetCompatibility = '1.7'
  6. WIP [TFC-0.79.29] TerraFirmaProgressivePack

    Use minecraft glass bottle (convert from TFC bottle) or empty cell. TFC buckets are not supporting non-TFC fluid (I need to make my own mod to fix it). Version 1.05 is released, non-TFC ingots (for example from Foundry mod) can be converted to TFC by heating (they will convert to TFC at welding temperature).
  7. I did not observed such bugs, neither for TFCMisc or Udary mod. Maybe you have other buggy mod which interfere? Or just lag which show fake duplicates.
  8. Living on the edge

    With use of obsolete red crucible, I constructed Foundry Induction Furnace. This device need huge amounts of energy and drain it constantly, therefore I mounted circuit breaker between Induction Furnace and capacitor, additionally I assembled 2x2x2 steam boiler and industrial steam engine. This setup is sufficient to melt copper - at least no need to forge copper wires, now I can use Forge Metal Caster to make copper rods, and Rolling Machine to make wires. Thanks to the new setup, I constructed Dynamo, which was attached to the water wheel. Low but constant output of this renewable energy load my capacitor, there is no need to run steam engine if I want to use Rolling Machine or Metal Caster. Unfortunately, even with hot industrial engine (80 RF/t) and loaded capacitor, it is not possible to melt iron or steel (which need much more above 100 RF/t). I need more energy.
  9. [Request] Addon Devlopment Guide

    Thanks for the comprehensive manual (it is not available online, but I downloaded it previously). Unfortunately, I can not figure, which command should be used to replace DOS gradle.bat files in Linux environment? Edit: there is gradlew script for Unix, I didn't spotted it earlier because it has no executable flag. I executed ./gradlew setupDecompWorkspace and ./gradlew eclipse - succesfull, no errors, but eclipse get stalled when I tried to import project. I'm using mars eclipse, is it a cause? Edit: there was gnome bug, forcing GTK in eclipse.ini solved problem. Currently I encountered another bug:
  10. WIP [TFC-0.79.29] TerraFirmaProgressivePack

    Simply Achievements is good because is simply However seems that it doesn't support multiplayer (I checked only with private offline server, maybe it is player Id issue). Currently most important step is to create my own mod supporting this modpack, because helper mods (customitems, blockproperties etc) have limited possibility (I hate keeping gases in buckets). I have also suspicion, that ore generation based on customitems cause lags (anyone have lags during new chunk generation?). Water sac added in 1.04, I forgot add it to commit. Tweaked foundry recipes (melting quartz/SiO2 dust is faster than blocks).
  11. WIP [TFC-0.79.29] TerraFirmaProgressivePack

    Peter mod was already within this set, but was removed because of its critical bug. Ceramic jugs are not really problem once pottery furnace is constructed, but their capacity is rather small, so it is good idea to include water sac mod. In version 1.03, despite of water sac (with rubber based alternative recipe), I changed as follows: - if TFC mold is present, foundry produce hot TFC ingots (just below melting point) - thanks to this they can be forged, another advantage is that such ingots are not stackable (foundry produce items very fast). Alternative recipe with foundry mold would yield continuos production of cold ingots. - new item "Copper Rod", which is stackable, copper rod from Udary Mod renamed to copper electrode - nickel extraction from cooked limonite supported by lab electrolyser (with bonus red mud byproduct) - some recipe tweaks, IE light engineering block is less expensive, foundry liquid hopper require less steel and explicite require black steel, overall NEI cleanup
  12. WIP TFCTech Addon

    There is problem to use food stack in minetweaker crafting recipes, for example for IE fermenter. If 'withTag' is used, any stack can be accepted, when 'onlyWithTag', stack bar is malformed. The best solution is to use .withTag({foodWeight: 1.00 as float}) which allow any stack and suggest 1oz as a optimal - but manual cutting is tedious.
  13. WIP TFCTech Addon

    Is it possible to add support for blending food into 1oz pieces in IC2 macerator, cutter or other similar device?
  14. WIP [TFC-0.79.29] TerraFirmaProgressivePack

    Chaos, thanks for removing chaos from my modpack. I corrected wheels bug in version 1.01, there are also some other changes: I tweaked bauxite occurrence (now it is spawned in chert and claystone, of course only in new chunks), rolling machine now needs iron gears instead of steel (obtaining steel gears is tricky without inductive furnace, man need to pour liquid steel from TFC mold into Refractory Container, some metal is lost in action), I added anvil recipe for iron gears (however use of Metal Caster is strongly recommended). Copper tools (including maces and swords) can be recycled using IE crusher. Silicon dioxide can be obtained without Metal Atomiser, using sifter and quartzite sand.
  15. WIP [TFC-0.79.29] TerraFirmaProgressivePack

    Using squeezer is only secondary source of crude oil, which should spawn naturally in shale rocks (and can be detected by propick). In early game stage, it can be picked by sinking barrel, and using empty cell on this barrel. Please refer to wiki for information about additional minerals/ores occurrence: https://github.com/McZapkie/TerraFirmaProgressivePack/wiki/Ore-generation Slimes can be found in all biomes, in underground caves below 40, just like minecraft ones. I tried to make spawn room for them, but it was not working, maybe because of supports. But I found them in natural cave. Third option is most advanced (mineral oil is crude oil refining product, lithium soap is hard to obtain), but yields higher amount of grease.
  16. How to disable overburden?

    Just in case - you know, that you can put heavy items on your back?
  17. Piles

    By the way, homogenous piles of certain food, for example potatoes, should decrease decay rate. Or even can be used for items conversion (cabbage to kimchi etc)
  18. Piles

    BTW, this mod: https://forum.industrial-craft.net/thread/10458-ic2-exp-1-7-10-v0-633-ihl-tools-machines/ have interesting feature: explosives, which makes, after explosion, piles containing debris, instead of items floating around, despawning and increasing server usage. Maybe it is worth to consider, to implement similar behaviour to powder keg?
  19. WIP [TFC-0.79.29] TerraFirmaProgressivePack

    Currently tourmaline, ruby and other red gems are used as a redstone source (instead of cinnabar and cryolite, which uses are more accurate), saphirre and diamonds dusts are for for tools abrasive coatings. Any idea, how to utilize other gems?
  20. Paper Making Process

    Logs should be crushed with hammer into pulp and bleached. Making paper from wood is rather a modern process. Instead of logs, macerating these green reeds in water until white pulp is achieve and putting this in press is a good idea. I implemented similar procedure in my modpack. Original minecraft recipe looks strange (white paper from green reeds).
  21. Living on the edge

    Because I again run out of iron, (three nearby magnetite pits are already exhausted), I searched for other iron ore deposits and found mixed vein of poor limonite and normal magnetite. Using poor limonite in bloomery or blast furnace is a waste of charcoal, but I can use as alternative source of nickel, when my garnierite vein will be exhausted. I found also small amounts of stibnite (source of antimony) and fluorite (can be further processed into cryolite), crystallized around hydrothermal vein. Saw-tooth roof of my industrial hall is almost finished, there will be no snowy floor next winter.
  22. WIP [TFC-0.79.29] TerraFirmaProgressivePack

    Clear glass block can be produced in standard minecraft "vanilla" furnace - you need "vanilla" sand from TFC quartzite sand and flux. Quartzite sand, if not found directly, can be also sieved from granite or gneiss sand, or achieved by crushing quartzite gravel/cobblestone using rock smasher. Other method is to use Foundry Inductive Furnace - with this device, you can also make glass slabs, stairs, panes. If pure quartzite glass (without flux) is melted in Inductive Furnace, very clear quartz glass will be obtained, instead ordinary (and ugly) minecraft glass. IE arc furnace no longer is used to melt glass - only for melting metal powders/ores. I will update original post.
  23. I'm sorry for making this topic... but graphite.

    This Ymax is not working, I saw graphite and other minerals spawned above 140.
  24. Found item.Ore.name

    I get following propick readings: Found item.Ore.name, when clicking on Lignite. I changed TFCOre.cfg,see spoiler, therefore it is not a TFC bug, but any suggestion helpful for tracking this problem will be appreciated.
  25. Radioactive ore

    On the other way, there were natural fission reactors many years ago (cambrian period), thanks to the accumulation of uranium deposits.