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.

wormzjl

Members
  • Content count

    64
  • Joined

  • Last visited

Posts posted by wormzjl


  1. 21 hours ago, StrayWolfe said:

    I've been trying to setup a local thermos server in my dev environment to test the bugs you are reporting but I haven't had any success. I cannot test something if I can get it to work. If I knew how to setup a local Thermos server in the dev environment I would.

    You need a custom build of TFC since there is some ASM conflict, see https://github.com/CyberdyneCC/Thermos/issues/431

    But I think my PR should have solved issue, it runs without problem now

    0

  2. It seems that there is an issue with [1.7.10]tfcmetals-1.2.jar

    With this installed, whenever I place a crucible, the following error appears in the console

    [21:29:01] [Server thread/ERROR]: A TileEntity type com.bioxx.tfc.TileEntities.TECrucible has throw an exception trying to write state. It will not persist. Report this to the mod author
    java.lang.RuntimeException: class com.bioxx.tfc.TileEntities.TECrucible is missing a mapping! This is a bug!
        at net.minecraft.tileentity.TileEntity.func_145841_b(TileEntity.java:80) ~[aor.class:?]
        at com.bioxx.tfc.TileEntities.TECrucible.func_145841_b(TECrucible.java:41) ~[TECrucible.class:?]
        at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:370) [aqk.class:?]
        at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:197) [aqk.class:?]
        at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:256) [ms.class:?]
        at net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:302) [ms.class:?]
        at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:809) [mt.class:?]
        at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:318) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:350) [MinecraftServer.class:?]
        at net.minecraft.server.integrated.IntegratedServer.func_71260_j(IntegratedServer.java:241) [bsx.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:480) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]

    0

  3. Thanks for the fix

     

    I was trying to compile the source from github to deal with some strange dupe bug on Thermos server (when placing grain on stone, the  grain in your hand does not disappear)

    But I didn't get the same file as posted here (454 kb vs 518 kb), and the content seems a bit different ingame... Is the source actually usable?

    0

  4. food.jpg

    Not really a server issue, this crashes on single player too, here is the nbt tag for the sandwich

    crashlog: https://pastebin.com/fkGu3n1a

    When I tries to make a chicken sandwich, it was shown as chicken sandwich on the table, but when taken into hand it becomes a vegetarian sandwich

     

    Salad and pot-cooked stuff has no issues, only sandwich is bugged

     

    0

  5. 21 hours ago, TaeoG said:

    I can definitely look into it. can you give me a link to the mod you're having compatibility issues with?

    It's a forge-spigot hybrid server software https://github.com/CyberdyneCC/Thermos/

     

    I think the crash is probably caused by your modification of vanilla enchantments, maybe you can just add new ones instead of modifying the existing ones?

     

     

    0

  6. 18 hours ago, TaeoG said:

    I'm not really sure what you mean by this.

    Instead of hard coding the world gen, add something like this in TFCOre.cfg on the first run to allow player adjust you oregen

    I think TFCTech has done this


    bismuthinite {
        I:"Horizontal Density"=60
        I:"Maximum Height"=128
        I:"Minimum Height"=5
        I:"Vertical Density"=80
        S:baseRocks <
            igneous extrusive
            sedimentary
         >
        I:oreMeta=7
        S:oreName=terrafirmacraft:Ore1
        I:rarity=80
    # default 100
        S:size=medium
        S:type=veins
    }
     

    0