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.

StrayWolfe

Members
  • Content count

    186
  • Joined

  • Last visited

Posts posted by StrayWolfe


  1. On 9/22/2017 at 4:16 PM, foodice11 said:

    I couldn't find that its been asked yet, but will there be crucible support?

    I suppose that may require new item IDs to be added for unshaped metals...

    I've had a go at  adding crucible support in the past but I always reached a point to where it just ins't possible with the current way the crucible is coded. To add support I would need to add a clone of the crucible that is tweaked and added by this mod. I've been out of the modding game since my laptop died...but I just built a more powerful desktop so I'll be getting back into modding soon.

    0

  2. 10 hours ago, wormzjl said:

    Hello, I've encountered a food dupe bug here.

    Just cut the food into pieces less than 5 oz and put them inside a salad bow, if you take them out by rightclick again you will get a 5 oz piece.

    Also stewed food does not seem to give any nutrition, possible bug too?

    Confirmed on singleplayer with B:DiminishingReturns=false

    Sorry, but I am out of the modding game for a while. My motherboard shorted out about a month ago and destroyed my computer. I currently don't have the money to buy a new computer, so I will be out until I can afford a replacement.

    0

  3. On 5/10/2017 at 5:11 PM, wormzjl said:

    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?

    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.

    0

  4. 3 hours ago, wormzjl said:

    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?

    I'm not sure what you were downloading from github but if you want to download the current source. It probably has to do with the fact that I didn't make a full release in the manner that I typically do since it was mostly a hot fix.

    0

  5. 16 hours ago, kickinit233 said:

    Hey im trying to intergrate it with my own mod and I keep getting an error when adding a heat recipe. This is what I have done, can anyone point out the errors, mods.Terrafirmacraft.ItemHeat.addRecipe(<Alloys:NoricSteel:1>,<Alloys:BogIron>, 1400, 0.5);

    If you are making your own mod then you have far more flexibility in integrating items than TFC tweaker allows. Take a look at the ways to add your ingots to the TFC heat registry and make sure you have implemented ISmeltable properly.

    Look at the following classses for how to create an ingot:

    https://github.com/Deadrik/TFCraft/blob/master/src/Common/com/bioxx/tfc/Items/ItemIngot.java

    https://github.com/Deadrik/TFCraft/blob/master/src/Common/com/bioxx/tfc/Items/ItemMeltedMetal.java

    https://github.com/Deadrik/TFCraft/blob/master/src/Common/com/bioxx/tfc/Core/ItemHeat.java

    https://github.com/Deadrik/TFCraft/blob/master/src/Common/com/bioxx/tfc/ItemSetup.java

    0

  6. Hot Fix Posted

    Updated with a few bug fixes, localization adjustments and changed the diminishing returns to false by default. No new content other than that. Once I get this version stable with no major bugs and the code all cleaned up, I will be making an official release.

    Also added a link to the main page for adding translations

    0

  7. 10 hours ago, wormzjl said:

    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

     

    I know about the sandwich/meal crash and I am currently rewriting the segment of code causing it. It hasn't been reported yet because diminishing returns could not be disabled until recently and the code causing the crash is only called when diminishing returns is disabled. I'll look into why the sandwich is not being named correctly.

    1

  8.  

    2 hours ago, XristiEno said:

    Hey your download link for the mod appears to be broken!

    That is odd. It works for me and I see current activity on the download.

    5 hours ago, wormzjl said:

    Has anyone tested this mod on a server?

    When player tries to eat a manually made sandwich, he got kicked with a AIOOB exception 

    However the one spawned from NEI has no issues

     

    I do test on a local server during and after development. This is a new bug that another person has reported too and I am not quite sure why it is happening but I've made a fix that will be in the next update soon.

    I've been working on new bug fixes, fixing localizations and adding a way to add translations. I'll have an update in a few days

    0

  9. 2 hours ago, gskw said:

    I'm back to TFC after a hiatus. I really like the new stuff being added, keep it up. Anyways, here's a crash I'm encountering when trying to pick up food from a Cooking Pot with a Ceramic Bowl. Specifically, it occurs when I take a meal for the third time.

     

      Reveal hidden contents
    
    
    [14/4/2017 21:35:45 PM] [Server thread/ERROR]: Encountered an unexpected exception
    [14/4/2017 21:35:45 PM] net.minecraft.util.ReportedException: Ticking memory connection
    [14/4/2017 21:35:45 PM] 	at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181) ~[nc.class:?]
    [14/4/2017 21:35:45 PM] 	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) ~[MinecraftServer.class:?]
    [14/4/2017 21:35:45 PM] 	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
    [14/4/2017 21:35:45 PM] 	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) ~[bsx.class:?]
    [14/4/2017 21:35:45 PM] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396) [MinecraftServer.class:?]
    [14/4/2017 21:35:45 PM] 	at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
    [14/4/2017 21:35:45 PM] Caused by: java.lang.NullPointerException
    [14/4/2017 21:35:45 PM] 	at straywolfe.cookingwithtfc.common.block.BlockCookingPot.func_149727_a(BlockCookingPot.java:146) ~[BlockCookingPot.class:?]
    [14/4/2017 21:35:45 PM] 	at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:376) ~[mx.class:?]
    [14/4/2017 21:35:45 PM] 	at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556) ~[nh.class:?]
    [14/4/2017 21:35:45 PM] 	at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60) ~[jo.class:?]
    [14/4/2017 21:35:45 PM] 	at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9) ~[jo.class:?]
    [14/4/2017 21:35:45 PM] 	at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?]
    [14/4/2017 21:35:45 PM] 	at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) ~[nc.class:?]
    [14/4/2017 21:35:45 PM] 	... 5 more
    [14/4/2017 21:35:46 PM] [Server thread/ERROR]: This crash report has been saved to: **USERSDIR**\Instances\TechNodefirmacraft\crash-reports\crash-2017-04-14_21.35.45-server.txt
    [14/4/2017 21:35:46 PM] [Server thread/INFO]: Stopping server
    [14/4/2017 21:35:46 PM] [Server thread/INFO]: Saving players
    [14/4/2017 21:35:46 PM] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
    [14/4/2017 21:35:46 PM] // You're mean.
    [14/4/2017 21:35:46 PM] 
    [14/4/2017 21:35:46 PM] Time: 4/14/17 9:35 PM
    [14/4/2017 21:35:46 PM] Description: Ticking memory connection
    [14/4/2017 21:35:46 PM] 
    [14/4/2017 21:35:46 PM] java.lang.NullPointerException: Ticking memory connection
    [14/4/2017 21:35:46 PM] 	at straywolfe.cookingwithtfc.common.block.BlockCookingPot.func_149727_a(BlockCookingPot.java:146)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:376)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
    [14/4/2017 21:35:46 PM] 
    [14/4/2017 21:35:46 PM] 
    [14/4/2017 21:35:46 PM] A detailed walkthrough of the error, its code path and all known details is as follows:
    [14/4/2017 21:35:46 PM] ---------------------------------------------------------------------------------------
    [14/4/2017 21:35:46 PM] 
    [14/4/2017 21:35:46 PM] -- Head --
    [14/4/2017 21:35:46 PM] Stacktrace:
    [14/4/2017 21:35:46 PM] 	at straywolfe.cookingwithtfc.common.block.BlockCookingPot.func_149727_a(BlockCookingPot.java:146)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:376)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    [14/4/2017 21:35:46 PM] 
    [14/4/2017 21:35:46 PM] -- Ticking connection --
    [14/4/2017 21:35:46 PM] Details:
    [14/4/2017 21:35:46 PM] 	Connection: net.minecraft.network.NetworkManager@3d7b1f66
    [14/4/2017 21:35:46 PM] Stacktrace:
    [14/4/2017 21:35:46 PM] 	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
    [14/4/2017 21:35:46 PM] 	at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
    [14/4/2017 21:35:46 PM] 
    [14/4/2017 21:35:46 PM] -- System Details --
    [14/4/2017 21:35:46 PM] Details:
    [14/4/2017 21:35:46 PM] 	Minecraft Version: 1.7.10
    [14/4/2017 21:35:46 PM] 	Operating System: Windows 10 (amd64) version 10.0
    [14/4/2017 21:35:46 PM] 	Java Version: 1.8.0_111, Oracle Corporation
    [14/4/2017 21:35:46 PM] 	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    [14/4/2017 21:35:46 PM] 	Memory: 872214344 bytes (831 MB) / 3264741376 bytes (3113 MB) up to 4225236992 bytes (4029 MB)
    [14/4/2017 21:35:46 PM] 	Mod Pack: Unknown / None
    [14/4/2017 21:35:46 PM] 	LiteLoader Mods: 1 loaded mod(s)
    [14/4/2017 21:35:46 PM]           - Macro / Keybind Mod version 0.10.12
    [14/4/2017 21:35:46 PM] 	LaunchWrapper: 66 active transformer(s)
    [14/4/2017 21:35:46 PM]           - Transformer: cpw.mods.fml.common.asm.transformers.PatchingTransformer
    [14/4/2017 21:35:46 PM]           - Transformer: optifine.OptiFineClassTransformer
    [14/4/2017 21:35:46 PM]           - Transformer: cpw.mods.fml.common.asm.transformers.MarkerTransformer
    [14/4/2017 21:35:46 PM]           - Transformer: cpw.mods.fml.common.asm.transformers.SideTransformer
    [14/4/2017 21:35:46 PM]           - Transformer: cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer
    [14/4/2017 21:35:46 PM]           - Transformer: net.minecraftforge.classloading.FluidIdTransformer
    [14/4/2017 21:35:46 PM]           - Transformer: TechNodefirmacraft.ASM.Transform.TF_BiblioFramingChest
    [14/4/2017 21:35:46 PM]           - Transformer: com.bioxx.tfc.ASM.Transform.TF_EntityRenderer
    [14/4/2017 21:35:46 PM]           - Transformer: com.bioxx.tfc.ASM.Transform.TF_RenderGlobal
    [14/4/2017 21:35:46 PM]           - Transformer: com.bioxx.tfc.ASM.Transform.TF_EntityLeashKnot
    [14/4/2017 21:35:46 PM]           - Transformer: com.bioxx.tfc.ASM.Transform.TF_EntityPlayerMP
    [14/4/2017 21:35:46 PM]           - Transformer: com.bioxx.tfc.ASM.Transform.TF_EntityPlayer
    [14/4/2017 21:35:46 PM]           - Transformer: mods.betterfoliage.loader.BetterFoliageTransformer
    [14/4/2017 21:35:46 PM]           - Transformer: codechicken.lib.asm.ClassHeirachyManager
    [14/4/2017 21:35:46 PM]           - Transformer: codechicken.core.asm.InterfaceDependancyTransformer
    [14/4/2017 21:35:46 PM]           - Transformer: codechicken.core.asm.TweakTransformer
    [14/4/2017 21:35:46 PM]           - Transformer: codechicken.core.asm.DelegatedTransformer
    [14/4/2017 21:35:46 PM]           - Transformer: codechicken.core.asm.DefaultImplementationTransformer
    [14/4/2017 21:35:46 PM]           - Transformer: atomicstryker.dynamiclights.common.DLTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: invtweaks.forge.asm.ContainerTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: com.creativemd.itemphysic.ItemTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: codechicken.nei.asm.NEITransformer
    [14/4/2017 21:35:47 PM]           - Transformer: li.cil.oc.common.asm.ClassTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: openeye.asm.MultiTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: stevesaddons.asm.StevesAddonsTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: openmods.core.OpenModsClassTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: openblocks.asm.OpenBlocksClassTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: cpw.mods.fml.common.asm.transformers.AccessTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: net.minecraftforge.transformers.ForgeAccessTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: aroma1997.core.coremod.asm.AromaAccessTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: codechicken.core.asm.CodeChickenAccessTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: cofh.asm.CoFHAccessTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: invtweaks.forge.asm.ITAccessTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: stevesaddons.asm.StevesAddonsTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: cpw.mods.fml.common.asm.transformers.ModAccessTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: cpw.mods.fml.common.asm.transformers.ItemStackTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: cofh.asm.CoFHClassTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: lumien.resourceloader.asm.ClassTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: de.sanandrew.core.manpack.transformer.TransformBadPotionsATN
    [14/4/2017 21:35:47 PM]           - Transformer: de.sanandrew.core.manpack.transformer.TransformEntityThrowable
    [14/4/2017 21:35:47 PM]           - Transformer: de.sanandrew.core.manpack.transformer.TransformELBAttackingPlayer
    [14/4/2017 21:35:47 PM]           - Transformer: de.sanandrew.core.manpack.transformer.TransformPlayerDismountCtrl
    [14/4/2017 21:35:47 PM]           - Transformer: de.sanandrew.core.manpack.transformer.TransformHorseArmor
    [14/4/2017 21:35:47 PM]           - Transformer: de.sanandrew.core.manpack.transformer.TransformEnderman
    [14/4/2017 21:35:47 PM]           - Transformer: cuchaz.ships.core.CoreModTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: shadersmodcore.transform.SMCClassTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: mods.immibis.connectedglass.ConnectedGlass$Transformer
    [14/4/2017 21:35:47 PM]           - Transformer: mods.immibis.core.impl.MultiInterfaceClassTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: mods.immibis.core.impl.TraitTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: mods.immibis.core.multipart.MultipartCoreHookTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: farseek.core.FarseekClassTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: streams.core.StreamsClassTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: com.enderio.core.common.transform.EnderCoreTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: com.enderio.core.common.transform.EnderCoreTransformerClient
    [14/4/2017 21:35:47 PM]           - Transformer: fastcraft.J
    [14/4/2017 21:35:47 PM]           - Transformer: cpw.mods.fml.common.asm.transformers.TerminalTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: com.mumfrey.liteloader.client.transformers.MinecraftOverlayTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: net.eq2online.macros.transformers.MacrosTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: net.eq2online.macros.transformers.CollectionPacketTransformer
    [14/4/2017 21:35:47 PM]           - Transformer: cpw.mods.fml.common.asm.transformers.ModAPITransformer
    [14/4/2017 21:35:47 PM] 	JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:-OmitStackTraceInFastThrow -Xms256M -Xmx4096M -XX:MetaspaceSize=256M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy
    [14/4/2017 21:35:47 PM] 	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    [14/4/2017 21:35:47 PM] 	IntCache: cache: 0, tcache: 11, allocated: 0, tallocated: 0
    [14/4/2017 21:35:47 PM] 	FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D6 120 mods loaded, 120 mods active
    [14/4/2017 21:35:47 PM] 	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    [14/4/2017 21:35:47 PM] 	UCHIJAAAA	mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
    [14/4/2017 21:35:47 PM] [Server thread/INFO]: Saving chunks for level '#4'/Nether
    [14/4/2017 21:35:47 PM] [Server thread/INFO]: Saving chunks for level '#4'/DEFAULT
    [14/4/2017 21:35:47 PM] [Server thread/INFO] [journeymap]: Mapping halted in **USERSDIR**\Instances\TechNodefirmacraft\journeymap\data\sp\#4\DIM0
    [14/4/2017 21:35:47 PM] [Server thread/INFO] [FML]: Unloading dimension 0
    [14/4/2017 21:35:47 PM] [Server thread/INFO] [FML]: Unloading dimension -1
    [14/4/2017 21:35:47 PM] [Server thread/INFO] [FML]: Unloading dimension 1
    [14/4/2017 21:35:47 PM] [Server thread/INFO] [FML]: Applying holder lookups
    [14/4/2017 21:35:47 PM] [Server thread/INFO] [FML]: Holder lookups applied
    [14/4/2017 21:35:47 PM] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
    [14/4/2017 21:35:47 PM] [Client thread/INFO] [FML]: Server terminated.

     

     

    Thanks I cannot seem to reproduce this but it should be fixed in the next update.

    0

  10. The spice of life effect and pickiness can be disable by setting "Toggle whether repeated consumption of food gives less hunger:" to false. I have not fully released the mod as I still consider it as a WIP but I would say it is stable enough that you can add it to your pack it you want. I am at the point of considering a full release of the mod. As far as a custom mod, I am not really interesting in starting another project at this point in time.

    0

  11. On 3/30/2017 at 3:04 PM, Wizard_76 said:

    yeah, I saw that but not interested at all in a spice of life varient for tfc. Besides, whats I was thinking was different, other than the presser.

    I'm actually implementing most of what you have suggested or I've already implemented it. As far as the spice of life stuff, it can be disabled in the config since many people do not like it. Who knows..I might have the pickiness disabled by default in a future update.

    0

  12. 10 hours ago, Minitiate said:

    First of all, thanks for the excellent mod - I haven't gotten too far into it, but the expanded cooking system is one of the things I really like about TFC, and anything that improves on that is a welcome addition to my Minecraft experience. 

    I have found a bug involving putting walnut logs in log piles - it's not gamebreaking but it is inconvenient.  I've put a post on your Github, but I see you're getting bug reports in the thread also - would you rather me post it here?

    Thanks!

     

    My github doesn't always notify me of issues but thanks for posting there, it allows me to keep better track of bugs. Unfortunately that is one of those hard-coded parts of TFC that I cannot really change. However, you can shift-right click the top of a log pile to add logs.

    0

  13. NEW UPDATE POSTED: "Going Nuts" - The initial post has been updated for this update

    This update is devoted to adding nuts to TFC. This introduces 6 new "Fruit" trees: Almond, Cashew, Coconut, Hazelnut, Macadamia Nut and Pistachio; as well as a new tree type Walnut. This update also adds nut drops to trees such as Oak, Pine, Chestnut and Hickory and a new Peanut crop.

    This update also removes support for Cooking with TFC foods and animals that were copied from TFC and are no longer used. Before using this update, make sure all of your food items that are initially from TFC say TFC as the mod and not Cooking with TFC. For example, a Tomato should say "TerraFirmaCraft" at the bottom of the tooltip and not "Cooking with TFC". If it says "Cooking with TFC", throw it on the ground and pick it back up. This also goes for the animals but all you will need to is visit your animals and they will be converted back to TFC animals if they haven't been already.

    3

  14. The animal mechanics are fairly easy to replicate with an EntityJoinWorldEvent to replace the vanilla animal with your own animal. The leaves could be remade with an addSubstitutionAlias.

    BTW, there are already mods that do what you are asking, so you might want to try googling it first.

    0

  15. On 3/10/2017 at 4:06 PM, kravopiez said:

    heres me trying to make it work again . and the tomato soup with the tomato broth isnt cooking. i have only cheated in the base ingredients. i made the broth myself . did all the cooking without god mode. all the food is from your mod it is not vanilla TFC. idk whats going on.

    2017-03-11_23.59.25.png

    What you need is a jug of broth, two ounces of the original TFC, not foods from my mod, garlic, onion, 2 ounces of either salt from my mod, and 14 ounces of original TFC tomato. It will be easier in the next update since there will be only one version of food, sorry for the confusion.

    If you are using one of the more recent updates, foods from my mod do not work with my mod anymore. I know that sounds weird but they are being fazed out and the only way to get them is either from an older build and they just still persist or through creative mode. In the next update, foods that were copied from TFC to my mod will no longer exist and only the original TFC foods will remain. I left the copied foods to allow a transition  between update so people will not lose all of their food and animals.

    0

  16. 4 minutes ago, kravopiez said:

    thx mate . it worked like a charm .  btw are the potions scaled up to TFC standarts?

    Sorry about the barrels being picky, I need to fix that in the future. I do not recall anyone making a mod to bring potions up to TFC levels but I could have missed it.

    0

  17. 4 hours ago, aliceingame said:

    Of course, tomato soup without tomato makes no sense. But what is realistic to me is to make beef stew without carrots, or to make vegetable broth without garlic (celery would actually be an option in vegetable broth).

    What I mean is that there could be mandatory ingredients like beef in a beef stew, and 5 extra ingredients, but would require only 3. I am saying that without knowing what is the exact mechanic of the meal making, but based on tfc, there is ingredients that are impossible to eat or to add to the meal and sandwich, like raw meat.

    I could address the variable ingredients by adding an ore dictionary and alternative recipes.

    4 hours ago, aliceingame said:

    Instead of a wiki, why not an ingame guide ? many mods offer a guide book, like Botania or Tinkers' Construct

    I love the idea of an in-game "cookbook" but it is also a ton of work to program and I'm not sure how to implement it in game. However, I do really love this idea and maybe I can give the player the book like TCon when you earn the "Gatherer" achievement.

     

    4 hours ago, aliceingame said:

    For anything related to localization, I can help you to setup the localization system I created to translate TFC (that was use until TFC team decided to remove all translation from the official release), it can even auto translate using google translate (even if that's not always that good ;)).

    That sounds very helpful! I'll look into it.

    0

  18. 19 hours ago, aliceingame said:

    Really likes the addon. The guiless interactions are extremely well tought. I wish that TFC used that for some mechanics (like the egg box, or even tool casting can be imagined without a gui)

    I see that there nice ideas in development. Here are some things I would think of to possibly improve it.

    - Edible pumpkins, maybe have a way to plit the pumpkin in edible pumpkin or lantern.

    - Possibility to add a knife on the table, so the knife can be in the hotbar or on the table.

    - More flexible recipes. What if I do not have onions or potatoes ? impossible to make stew? That makes me sad.

    - Is it needed to have so many sandwiches ? I mean, is it only the name and item ID that chane ? I do like the different texture depending on the bread used, but the name of the item could be sandwich and I think it would be fine, as the tooltip can tell the content. Also, for a translation point of vue, as you use two strings to define a sandwich, for example "rice" "beef sandwich", when translated it some languages, that logic makes no sense and is unusable, at least in French and in Japanese. It might not seems that imporant, especially if not translated, but I think it can be a nice thing to think about. Maybe there is a logic that I do not understantd.

    Pumpkins can currently be used as lanterns but I am looking to expand the usage to include food.

    I might be able to implement adding a knife to the table, I'll need to consider if it is possible and beneficial.

    Making recipes more flexible beyond an ore dictionary is tricky and unrealistic. I'm more inclined to add more foods that require different ingredients as it is tough to make tomato soup without tomatoes. In addition, remember that minecraft requires specific items in specific crafting recipes to make an item; for example, you don't have an ender pearl then you cannot make an eye of ender.

    There are currently 9 different sandwich items and each has a different subtype for each bread. I am guessing that the reason you are bringing this up is for a translation simplification as it would need 54 unique translations. There are 9 unique items that are sandwiches and each needs a translation and as you point out the problem arises with each subtype of bread that is making it into 54 combinations. I like your solution for adding the contents to the tooltip so what I am thinking is having the name be "Ham Sandwich" as the item name and listed in the tooltip would be the bread used, "Rice".

    I know the localization files for translations needs work to allow for correct translations. I am planning on reworking the localization files to allow for correct translation but it has be put on the side as it is a detail that needed to be addressed as the mod became more finalized than it has been. I am now reaching a point to where I can add more time to cleaning up the mod and localization files as well as adding better accessibility to people as far as adding download links that can be accessed in China, creating a proper wiki page outside of github and providing a means for submitting localization files.

     

    0

  19. 1 hour ago, UltimateCatTree said:

    Btw, I meant to ask, how far are you from releasing this fix? I've gotten to the point where all the food I have left is seaweed, watermelon, and venison; and they're going quick cause I cant turn diminishing returns off.

    Not exactly sure, maybe a few days. I've still got to finish the walnut tree stuff and all of the new nut "fruit" trees. If you slice the melon to get the fruit and not place it and break it, you will be fine. Also, you can make a veggy salad, fruit salad, boiled venison and cooked venison with those 3 items as well as eating each one by itself to improve returns.

    11 hours ago, kravopiez said:

    hey i was testing a few things in creative. I was tinkering with the cooking pot and i think that for some reason the bellows does not work to heat it up if the pot has been placed. I dont know if this is intended but it is annoying.  Having to heat up the fire and be as fast as lightning while putting the ingredients and closing the lid so that it begins cooking.

    So what makes you think that the cooking pot is not influenced by the bellows? I just ran a test to confirm and the cooking pot temp shot up when I activated the bellows and the temp had a max with the fuel I was using at 645 and when I used the bellows it shot past 1100. Placing a bellows on a cooking pot influences the temp the same way a fire would. In addition, just like a fire, the rate of heating of food is not influenced by the bellows. Btw, foods starts cooking at 600 and 3 uses of a bellows helps you get that temp really quickly.

    13 hours ago, UltimateCatTree said:

    Awesome dude! My first tree was a peach tree. Ironically I strongly dislike pitted fruits irl, with the exception of cherries and plums. Anyways, I'll keep an eye out for bugs.

    -Also, can I request that broth be drinkable?

    -And is there a way to quickly pull all the cooked food from a cooking pot?

    -and lastly, mushroom chowder? (mushrooms, potatoes, flour?)

    I want to add drinkable foods to replenish hydration as well as hunger at some point in the future.

    I could look at adding a means of quickly retrieving all contents of a pot.

    Mushroom chowder..."Soup Update" come eventually

    1

  20. 9 hours ago, kravopiez said:

    Ok so you were half right. IDK why but we had the same config and it wasnt working. We turned it back to true on server config  and we were able to eat sandwiches again. We tried having our client on false and server on true and it does look only at server config ( still able to eat sandwhiches) . I just have no idea why the diminishing returns option would be connected to our ability to eat sandwiches. And i tested with false on my own server in cheat mode if the diminishing return config option works and no it doesnt. I hope this info helps ya.

    I think I found the problem and fixed it, at least it works on testing with eating sandwiches on ssp and smp. Thanks for the help. I'm always open to suggestions and bug reports. It really helps to refine the mod.

    On 3/3/2017 at 10:44 PM, UltimateCatTree said:

    I'm gonna run it in a test environment to see if it turns out the same.

    [EDIT] This bug occurs with cheated in watermellons. All is normal with farm-grown watermellons...

    -however-

    [EDIT the 2nd] if you harvest a melon, place it, break it(here is where I assume it loses NBT data), place it again, and then use the knife, you get bugged melon slices as well.

     ERROR: item.SlicedWatermelon is missing NBT information. Please report to TerraFirmaCraft Support.

    Fixed it. Thanks so much for the help.

    I've been busy bug squashing and I grew my first walnut tree!

    SMTgL0b.png

    3

  21. 19 hours ago, UltimateCatTree said:

    I'm gonna run it in a test environment to see if it turns out the same.

    [EDIT] This bug occurs with cheated in watermellons. All is normal with farm-grown watermellons...

    -however-

    [EDIT the 2nd] if you harvest a melon, place it, break it(here is where I assume it loses NBT data), place it again, and then use the knife, you get bugged melon slices as well.

     ERROR: item.SlicedWatermelon is missing NBT information. Please report to TerraFirmaCraft Support.

    Thanks, I do not recall adding nbt info handling to the melon when it is broken, so that should be the cause. I added the nbt stuff as a random thought after I had already made and tested the melon. It is very easy to miss something and I have a much greater sympathy for mod error oversight now that I've taken up modding as a hobby.

    13 hours ago, kravopiez said:

    Hey bro me and my firends were playing multiplayer but we got tired of the diminishing return so we turned it off. But it still persists and we get tired of food dispite turning it off(i think ). Or am i Mistaken and it comes from the TFC core mod? Also after we switched that option to flase in the config we get booted from server every time we eat a sandwitch. Even with God mode creted sandwitches.

    Any idea whats the problem ?

     

    2 hours ago, UltimateCatTree said:

    If the option is set to true in the server config, then the server is kicking you due to differences in server/client info. Simple as that.

    On a related note however, even in SSP changing the option to false has no effect on disabling diminishing returns.

    Yeah, the kicking is probably a client-server config difference, I need to look into that so it only looks to the server config. I had the config for diminishing returns working at one point but I converted back to TFC foods and that is likely when it broke.

    Thanks for all of the reports. I try to test as much as I can but there are so many different things that can occur that I will definitely miss something that will cause a bug. I will try to get this next update up a quickly as I can. I thought about quickly posting a hotfix for these bugs but I am too far along into the next update that I will just need to finish the update and post that. 

    1

  22. 2 hours ago, Shunkaha said:

     

    Here is the crash report :

      Reveal hidden contents

    ---- Minecraft Crash Report ----
    // Oh - I know what I did wrong!

    Time: 02/03/17 18:19
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: terramisc/core/TFCMBlocks
        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(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)
    Caused by: java.lang.NoClassDefFoundError: terramisc/core/TFCMBlocks
        at straywolfe.cookingwithtfc.common.registries.CWTFCRecipes.registerRecipes(CWTFCRecipes.java:98)
        at straywolfe.cookingwithtfc.common.CookingWithTFC.init(CookingWithTFC.java:77)
        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.GeneratedMethodAccessor2.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:737)
        ... 10 more
    Caused by: java.lang.ClassNotFoundException: terramisc.core.TFCMBlocks
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 38 more
    Caused by: java.lang.NullPointerException
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
        ... 40 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 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: 429062632 bytes (409 MB) / 993648640 bytes (947 MB) up to 4261412864 bytes (4064 MB)
        JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:SurvivorRatio=2 -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+AggressiveOpts
        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.1558 Optifine OptiFine_1.7.10_HD_U_C1 58 mods loaded, 58 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.1558-1.7.10.jar)
        UCHI    Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-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    itemphysic{1.1.5} [ItemPhysic] (minecraft.jar)
        UCHI    NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
        UCHI    PlayerAPI{1.4} [Player API] (minecraft.jar)
        UCHI    SmartCore{1.0.3} [Smart Core] (minecraft.jar)
        UCHI    terrafirmacraft{0.79.29} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.29.922.jar)
        UCHI    TFC-Tweaks{0.4.0.17} [TFC-Tweaks] (TFC-Tweaks-1.7.10-0.4.0.17.jar)
        UCHI    CarpentersBlocks{3.3.8_dev_r8} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r8 - MC 1.7.10.jar)
        UCHI    tfcadditions{@MODVERSION@} [TFC-Additions] ([1.7.10][0.79.23+]TFC-Additions-1.0.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    tfcm{0.9.1} [TerraMisc] ([1.7.10]TerraMisc-0.9.1.jar)
        UCHI    tfcwells{1.0} [TFC Wells] ([1.7.10]TFC Wells-1.0.jar)
        UCHI    tfcautomatedbellows{1.03} [AutomatedBellowsAddon] ([1.7.10]TFCAutomatedBellowsAddon-1.03.jar)
        UCHI    tfccellars{1.010} [CellarsAddon] ([1.7.10]TFCCellarsAddon-1.010.jar)
        UCHI    tfcudarymod{0.2.33} [TFC Udary Mod] ([1.7.10]TFCUdaryMod-0.2.33.jar)
        UCHI    animalcrate{0.01} [AnimalCrate] (animalcrate-0.1.jar)
        UCHE    cookingwithtfc{0.0.6.0} [Cooking with TFC] (CookingWithTFC-1.7.10-0.0.6.0.jar)
        UCHI    craftguide{1.6.8.1} [CraftGuide] (CraftGuide-Mod-1.7.10.zip)
        UCHI    PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
        UCHI    props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
        UCHI    DynamicLights{1.3.9} [Dynamic Lights] (DynamicLights-1.7.10.jar)
        UCHI    DynamicLights_onFire{1.0.5} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
        UCHI    DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
        UCHI    DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
        UCHI    DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
        UCHI    DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
        UCHI    DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
        UCHI    DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
        UCHI    DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
        UCHI    DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
        UCHI    Dynmap{2.2-143} [Dynmap] (Dynmap-2.2-forge-1.7.10.jar)
        UCHI    farseek{1.0.11} [Farseek] (Farseek-1.0.11.jar)
        UCHI    FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
        UCHI    HardcoreDarkness{1.7} [Hardcore Darkness] (HardcoreDarkness-MC1.7.10-1.7.jar)
        UCHI    herdCraft{1.1} [HerdCraft] (HerdCraft-1.7.10-1.1.1.jar)
        UCHI    inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.7.10.jar)
        UCHI    journeymap{5.1.3} [JourneyMap] (journeymap-1.7.10-5.1.3-unlimited.jar)
        UCHI    koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)
        UCHI    MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
        UCHI    MobProperties{0.4.3} [Mob Properties] (MobProperties-1.7.10-0.4.3.jar)
        UCHI    AS_MultiMine{1.4.4} [Multi Mine] (MultiMine-1.7.10.jar)
        UCHI    mod_pndc{0.1} [Peaceful Nights, Dangerous Caves] (pndc-1.7.10-0.1.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    soundfilters{0.4_for_1.7.X} [Sound Filters] (SoundFilters-0.4_for_1.7.X.jar)
        UCHI    streams{0.1.4} [Streams] (Streams-0.1.4.jar)
        UCHI    TerraFirmaCraftNEIplugin{1.5.3.24} [TerraFirmaCraftNEIplugin] (TerraFirmaCraftNEIplugin-1.7.10-1.5.3.24.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)
        UCHI    AS_UpdateCheck{1.1.7} [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    JustAnotherSpawner{0.16.19} [Just Another Spawner] (Just-Another-Spawner-Mod-1.7.10.jar)
        GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.53' Renderer: 'GeForce GTS 450/PCIe/SSE2'
        TFC-Tweaks: PLEASE TRY TO START THE GAME AT LEAST TWICE. The load order modifications we do only kick in after a reload.
        TFC-Tweaks-ASM: FluidContainerRegistryCT: 3 / 3; FluidRegistryCT: 6 / 6

     

    Thanks, it looks as if Terramisc has changed the reference to the juicer so minecraft crashes when looking for it.

    1 hour ago, UltimateCatTree said:

    For whatever reason, harvested melon slices have no mass or decay, and when put in a crafting grid get all sorts of preservation prefixes

    I take a look into it as see what I can find.

    0

  23. On 2/20/2017 at 9:31 AM, Mohander said:

    Still, I found a way to make it work btw, because even if added from another mod, it's still an heat recipe.
    The only counterintuitive thing is that I had not to remove the output (the rubber) but the mixture

    So it changes from
     

    
    mods.Terrafirmacraft.ItemHeat.removeRecipe(<tfctech:item.Rubber>);

    to

    
    mods.Terrafirmacraft.ItemHeat.removeRecipe(<tfctech:item.Rubber Mix>);

     

    So the way this works out is that TFC makes a list called ItemHeat and adds recipes to that list when minecraft is starting up. Other mods can add to and remove  from that list like TFCTech and TFC Tweaker. Adding a recipe doesn't really depend so much on mod load order, but removing a recipe might be influenced by load order.

    0

  24. 43 minutes ago, Shunkaha said:

    It's weird because it's happen only if I add Cooking mod to TFC.

    Without Cooking with TFC the game works fine.

    I'll need to see the full crashlog to get an idea of what might have caused the crash.

    0