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.
oH3qShMm6z

Not working with other mods [v.0.78.11]

16 posts in this topic

Problem/bug:

Ive been tiring to add this mod to other mods but every time i do it crashed your game. What ive figured out is that only mod that adds a new demotion or has custom word generation it wont work with. Glactacraft, orespawn, Better Dungens and even optifine's Terrain Texture changes. If there is a setting in the config that i didn't see im sorry for posting this. 

 

Problem/bug 2: 

If you put on any armor from other mods it will crash your game and corrupt your word. From what i could read from the crash is caused by it not knowing how to apply body heat., to an item that has unknown factors. 

 

Please help me (if possible) and fix these bugs.  :)

Thank you.

0

Share this post


Link to post
Share on other sites

Terrain gen issues are unlikely to be fixable; from my understanding TFC completely rewrites the vanilla terrain gen that other mods depend on to work.

 

The armor bug should be fixable though.  They'd need either allow undefined temperatures or add some type of whitelist to the config file.  If it's dealt with at all, they'll likely do the former.

 

That said, I'm not too sure that compatibility is high on their list of things to work on.

0

Share this post


Link to post
Share on other sites

Welcome to the Forums!

 

We're working on adding compatibility with other mods very slowly. For instance there is now a TFCOres.cfg file where you can add in other mod's ores so that they are placed in the world using TFC's ore generator. As for mods that add other dimensions, I'm not completely surprised since there was a period of time where even the Nether would cause crashes in TFC.

 

As for the bug regarding the armor, it would be extremely helpful if you could share the crash reports that are generated and placed in your crash-reports folder where you have installed Minecraft (or the profile directory). You can either upload them to pastebin.com and give post the link, or put the crash report in spoiler tags

[spoiler]Insert crash report here[/spoiler]
0

Share this post


Link to post
Share on other sites

Here's one.

---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
 
Time: 4/30/14 11:29 AM
Description: Ticking player
 
java.lang.ClassCastException: assets.borderlands.ItemGrenadeMod cannot be cast to TFC.API.IClothing
at TFC.Core.Player.BodyTempStats.getBaseBodyTempMod(BodyTempStats.java:156)
at TFC.Core.Player.BodyTempStats.applyTemperature(BodyTempStats.java:53)
at TFC.Core.Player.BodyTempStats.onUpdate(BodyTempStats.java:43)
at TFC.Handlers.EntityLivingHandler.onEntityLivingUpdate(EntityLivingHandler.java:70)
at net.minecraftforge.event.ASMEventHandler_31_EntityLivingHandler_onEntityLivingUpdate_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:337)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1776)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Stacktrace:
at TFC.Core.Player.BodyTempStats.getBaseBodyTempMod(BodyTempStats.java:156)
at TFC.Core.Player.BodyTempStats.applyTemperature(BodyTempStats.java:53)
at TFC.Core.Player.BodyTempStats.onUpdate(BodyTempStats.java:43)
at TFC.Handlers.EntityLivingHandler.onEntityLivingUpdate(EntityLivingHandler.java:70)
at net.minecraftforge.event.ASMEventHandler_31_EntityLivingHandler_onEntityLivingUpdate_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:337)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1776)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)
 
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 130
Entity Name: Miner_239
Entity's Exact location: -29.70, 145.00, -12771.30
Entity's Block location: World: (-30,145,-12772), Chunk: (at 2,9,12 in -2,-799; contains blocks -32,0,-12784 to -17,255,-12769), Region: (-1,-25; contains chunks -32,-800 to -1,-769, blocks -512,0,-12800 to -1,255,-12289)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
 
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetServerHandler@112902e
Stacktrace:
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
 
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation
Memory: 328888272 bytes (313 MB) / 823439360 bytes (785 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 1866 (104496 bytes; 0 MB) allocated, 1738 (97328 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 62
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 14 mods loaded, 14 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tfc_coremod{0.78.11} [TFC[coremod]] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{2.9.1.1} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
borderlands{0.0.8e} [borderlands Weapon Mod] (Borderlands-Weapon-Mod-v0.0.8e-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ClashsoftAPI{1.6.4-8} [Clashsoft Lib] (Clashsoft Lib 1.6.4-8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CSHUD{1.6.4-1} [Clashsoft's HUD Mod] (CSHUD 1.6.4-1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DummyCore{1.1dev} [DummyCore] (DummyCore.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HoloInventory{1.0.20} [HoloInventory] (HoloInventory-1.5.1.39.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
terraarts{1.0.164.01d} [Terra Arts] (TerraArts1.0.01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
terrafirmacraft{0.78.11} [TerraFirmaCraft] (TFC-0.78.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 620 (34720 bytes; 0 MB) allocated, 272 (15232 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Miner_239'/130, l='TFC3', x=-29.70, y=145.00, z=-12771.30]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

0

Share this post


Link to post
Share on other sites

I think it would be a good idea to say what is the other mod you are trying to use, it could help other people who want to use the same.

 

I don't know what other mods you are trying to install but even if all mods could work with TFC, a lot of things added by other mods are juste useless, line weapons and armor, and any additional storage will not behave like a TFC storage and can be used to "cheat" TFC mechanics, like no decay and no cool down in non TFC storage. Still, there is so many mods that add so many things. They most likely would need some recipe tweeks, but we have to expect that in TFC.

0

Share this post


Link to post
Share on other sites
On 5/2/2014 at 8:28 PM, Kittychanley said:

 

Welcome to the Forums!

 

We're working on adding compatibility with other mods very slowly. For instance there is now a TFCOres.cfg file where you can add in other mod's ores so that they are placed in the world using TFC's ore generator. As for mods that add other dimensions, I'm not completely surprised since there was a period of time where even the Nether would cause crashes in TFC.

 

As for the bug regarding the armor, it would be extremely helpful if you could share the crash reports that are generated and placed in your crash-reports folder where you have installed Minecraft (or the profile directory). You can either upload them to pastebin.com and give post the link, or put the crash report in spoiler tags


[spoiler]Insert crash report here[/spoiler]

 

 

HERE IS THE CRASH REPORT:

 

 

 

---- Minecraft Crash Report ----
// There are four lights!
 
Time: 5/2/14 7:22 PM
Description: Ticking player
 
java.lang.ClassCastException: micdoodle8.mods.galacticraft.core.items.GCCoreItemArmor cannot be cast to TFC.API.IClothing
at TFC.Core.Player.BodyTempStats.getBaseBodyTempMod(BodyTempStats.java:152)
at TFC.Core.Player.BodyTempStats.applyTemperature(BodyTempStats.java:53)
at TFC.Core.Player.BodyTempStats.onUpdate(BodyTempStats.java:43)
at TFC.Handlers.EntityLivingHandler.onEntityLivingUpdate(EntityLivingHandler.java:70)
at net.minecraftforge.event.ASMEventHandler_73_EntityLivingHandler_onEntityLivingUpdate_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:337)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1776)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Stacktrace:
at TFC.Core.Player.BodyTempStats.getBaseBodyTempMod(BodyTempStats.java:152)
at TFC.Core.Player.BodyTempStats.applyTemperature(BodyTempStats.java:53)
at TFC.Core.Player.BodyTempStats.onUpdate(BodyTempStats.java:43)
at TFC.Handlers.EntityLivingHandler.onEntityLivingUpdate(EntityLivingHandler.java:70)
at net.minecraftforge.event.ASMEventHandler_73_EntityLivingHandler_onEntityLivingUpdate_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:337)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1776)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)
 
-- Player being ticked --
Details:
Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCCorePlayerMP)
Entity ID: 1271
Entity Name: .
Entity's Exact location: 12.21, 151.00, -4330.09
Entity's Block location: World: (12,151,-4331), Chunk: (at 12,9,5 in 0,-271; contains blocks 0,0,-4336 to 15,255,-4321), Region: (0,-9; contains chunks 0,-288 to 31,-257, blocks 0,0,-4608 to 511,255,-4097)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
 
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetServerHandler@1582021
Stacktrace:
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
 
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows XP (x86) version 5.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation
Memory: 271926272 bytes (259 MB) / 962764800 bytes (918 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 3318 (185808 bytes; 0 MB) allocated, 2881 (161336 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 63
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 23 mods loaded, 23 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{0.9.0.9} [codeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tfc_coremod{0.78.11} [TFC[coremod]] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftCore{2.0.12} [Galacticraft Core] (Galacticraft-1.6.4-2.0.12.1010.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftMars{2.0.12} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.12.1010.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMultipart{1.0.0.219} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.6.X_1.5.5.2} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
terrafirmacraft{0.78.11} [TerraFirmaCraft] (TFC-0.78.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
McMultipart{1.0.0.219} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMicroblock{1.0.0.219} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct Environment: Sane and ready for action. Bugs may be reported.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 2045 (114520 bytes; 0 MB) allocated, 1623 (90888 bytes; 0 MB) used
Player Count: 1 / 8; [GCCorePlayerMP['.'/1271, l='Bug tests', x=12.21, y=151.00, z=-4330.09]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

 

 

Edited by oH3qShMm6z
0

Share this post


Link to post
Share on other sites

I think it would be a good idea to say what is the other mod you are trying to use, it could help other people who want to use the same.

 

I don't know what other mods you are trying to install but even if all mods could work with TFC, a lot of things added by other mods are juste useless, line weapons and armor, and any additional storage will not behave like a TFC storage and can be used to "cheat" TFC mechanics, like no decay and no cool down in non TFC storage. Still, there is so many mods that add so many things. They most likely would need some recipe tweeks, but we have to expect that in TFC.

 

The main mod ive been trying to get it to work with is glactacraft because i thought it would be awesome to have the whole TFC aspect but wold have to do all that wile surviving on the moon or in a space station. Thats why...

0

Share this post


Link to post
Share on other sites

For example, if you manage to go to the moon, if the worldgen is the galacticraft word gen, you would have hard time to gather resources to do anything TFC style, as you would not have TFC ore/wood/food... so I think that without a mod to make these two compatible, it's not really working well together.

 

I don't know if other dimensions is still bugged in TFC, but what would be a valid option, you can have access to TFC resources and go in the other dimension to have access to other resources that are closer to vanilla mc.

0

Share this post


Link to post
Share on other sites

 

Welcome to the Forums!

 

We're working on adding compatibility with other mods very slowly. For instance there is now a TFCOres.cfg file where you can add in other mod's ores so that they are placed in the world using TFC's ore generator. As for mods that add other dimensions, I'm not completely surprised since there was a period of time where even the Nether would cause crashes in TFC.

 

As for the bug regarding the armor, it would be extremely helpful if you could share the crash reports that are generated and placed in your crash-reports folder where you have installed Minecraft (or the profile directory). You can either upload them to pastebin.com and give post the link, or put the crash report in spoiler tags

[spoiler]Insert crash report here[/spoiler]

Wait, is the nether stable now?

 

Last time I checked the end caused an immediate crash, though it's been a while.  

 

...which really has little to do with anything anyone is talking about... 

0

Share this post


Link to post
Share on other sites

Wait, is the nether stable now?

 

Last time I checked the end caused an immediate crash, though it's been a while.  

 

...which really has little to do with anything anyone is talking about... 

 

The nether no longer does an immediate crash on loading, but I still wouldn't exactly call it "stable." A lot of mechanics don't work properly in it (like barrels) and placing some blocks might even cause crashes.

1

Share this post


Link to post
Share on other sites

ah, okay

0

Share this post


Link to post
Share on other sites

I started a new world after adding "Custom NPC". this is the first pheasant i see. there is a normal pig near.

Posted Image

 

i continue discovering.

 

installed:

Forge 9.11.1.965

Terrafirmacraft build 78.11

Optifine 1.6.4 Hd C6

Custom NPC 1.6.4

0

Share this post


Link to post
Share on other sites

I started a new world after adding "Custom NPC". this is the first pheasant i see. there is a normal pig near.

Posted Image

 

i continue discovering.

 

installed:

Forge 9.11.1.965

Terrafirmacraft build 78.11

Optifine 1.6.4 Hd C6

Custom NPC 1.6.4

 

Have you tried without custom npc ? and without optifine? I would think it's more related to optifine than custom npc.

0

Share this post


Link to post
Share on other sites

i know, but i'm using optifine since a week ago with build78, this pheasant apeared on my first new world after adding custom npc.

 

i know traveled from z5000 to z6800 for better food storage and found a nice place to live. when i didn't find mobs around i travel further, so i will discover the appearance of mobs there.

 

i can say, spiders, zombies, skeletts are normal.

0

Share this post


Link to post
Share on other sites

That's a baby pheasant. They have no models because there is no way to breed them yet.

0

Share this post


Link to post
Share on other sites

thats why the pig next to it was so smal - babys. thanks

0

Share this post


Link to post
Share on other sites