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

[TFC 0.79.23+] TerraFirmaCraft NEI plugin

242 posts in this topic

Yeah, it is a Mac thing. Be aware when you update to Yosemite you may need to reinstall your Java 7. Apple dropped a key method which oracle fixed in a hotfix. So Java version number is the same, but it will contain the hot fix.

0

Share this post


Link to post
Share on other sites

I'm migrating from a vps to a dedigated server and Jenkins needed to be down for it to transfer over 2,GB of data. It should be back up in a day or so.

Sorry once again. -.-

0

Share this post


Link to post
Share on other sites
Please help me. Your mod crashed my game.
 
 

---- Minecraft Crash Report ----
 
// This doesn't make any sense!
 
Time: 1/18/15 10:12 PM
Description: There was a severe problem during mod loading that has caused the game to fail
 
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: net.dries007.tfcnei.TerraFirmaCraftNEIplugin
<snip>
 
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: Mac OS X (x86_64) version 10.10.1
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Apple Inc.
<snip>

Edited by Kittychanley
Crash reports belong in spoiler tags.
0

Share this post


Link to post
Share on other sites

 

Please help me. Your mod crashed my game.

 

If you had read any of the other posts in this thread, you would see that this mod is not compatible with Java 6, which is what you are using. You need to update java. Go read the past posts in this thread if you need more information.

0

Share this post


Link to post
Share on other sites

This plugin is periodically sending data to a third server!

Because of some strange connections I used a network Sniffer and could intercept the following packet - sample, some values obfuscated:



POST /plugin/TerraFirmaCraftNEIplugin HTTP/1.1User-Agent: MCStats/8Content-Type: application/jsonContent-Encoding: gzipAccept: application/jsonConnection: closeHost: report.mcstats.orgContent-Length: 193{  "guid":"[...]",  "plugin_version":"1.2.0.9",  "server_version":"MinecraftForgeSSP (MC: 1.7.10)",  "players_online":27,  "osname":"Win[...]",  "osarch":"x86_64",  "osversion":[...],  "cores":32,  "auth_mode":[...],  "java_version":"1.8.0_25"}


Probably only some statistics but it would at least be fair, honest either(?), to have some advice about it - just "Added metrics" is bit short - not sure about the legal part...
It would also be nice to have a note that one can opt-out in the PluginMetrics.cfg configuration file.


Sorry if I missed it somewhere, but I couldn't find anything in this topic nor in the LICENSE.txt file inside the JAR

0

Share this post


Link to post
Share on other sites

Any idea on what this error could be? I appear to have all the mods and stuff I need, I'm on the latest version of Java and as soon as I install this plugin, NEI and Chicken Core I get this.

 

http://paste.ee/p/CHdOF

0

Share this post


Link to post
Share on other sites

A few things that i noticed from your log.

 

- You are using forge version 10.13.2.1236, i would update to version 10.13.2.1272

- You are still using MultiMC, why not give the vanilla launcher a try, it can handle multiple profiles now with a separate directory for each one.

- At line 126 you have -- [15:00:05] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:UsersChrisDesktopMultiMCinstancesTFCminecraft for Forge Mod Loader -- is this path correct?

0

Share this post


Link to post
Share on other sites

  -- WARNING --

 

This plugin is periodically sending data to a third server!

Because of some strange connections I used a network Sniffer and could intercept the following packet - sample, some values obfuscated:-

Probably only some statistics but it would at least be fair, honest either(?), to have some advice about it - just "Added metrics" is bit short - not sure about the legal part...

It would also be nice to have a note that one can opt-out in the PluginMetrics.cfg configuration file.

Sorry if I missed it somewhere, but I couldn't find anything in this topic nor in the LICENSE.txt file inside the JAR

 

 

Since this mod is open source, you can check to see that I'm telling the truth:

I added PluginMetrics (the thing all bukkit plugins use), its source is also open. -> Github

The statistics outputted by this plugin are also openly visible. -> (Site is a bit slow atm) Here

 

There are a few issues with the metrics system, specifically the PluginMetrics.cfg file.

That includes the random unique identifier used to id the same user, so if people include that in there modpacks, it screws up all of the stats.

 

As far as I'm aware, there is nothing illegal (or wrong/dishonest) with sending anonymous statistics.

Also, why would you opt out? It gives me a false sense of how many people are using the mod, and it discourages me from developing on it, as it seems like noone is using it.

0

Share this post


Link to post
Share on other sites

POST /plugin/TerraFirmaCraftNEIplugin HTTP/1.1User-Agent: MCStats/8Content-Type: application/jsonContent-Encoding: gzipAccept: application/jsonConnection: closeHost: report.mcstats.orgContent-Length: 193{  "guid":"[...]",  "plugin_version":"1.2.0.9",  "server_version":"MinecraftForgeSSP (MC: 1.7.10)",  "players_online":27,  "osname":"Win[...]",  "osarch":"x86_64",  "osversion":[...],  "cores":32,  "auth_mode":[...],  "java_version":"1.8.0_25"}

 

If you didn't know, the information in that packet is no different than the information the Mojang collects every time you start Minecraft.

 

Edit: This also isn't the only mod recommended for use with TFC that uses PluginMetrics. Fastcraft uses it too.

0

Share this post


Link to post
Share on other sites

Every time I try to look at a recipe it crashes.

Here is the crash report

 

-- Head --
Stacktrace:
at net.dries007.tfcnei.recipeHandlers.KnappingRecipeHandler.loadCraftingRecipes(KnappingRecipeHandler.java:154)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:327)
at net.dries007.tfcnei.recipeHandlers.KnappingRecipeHandler.loadCraftingRecipes(KnappingRecipeHandler.java:146)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
 
-- Affected screen --
Details:
Screen name: com.bioxx.tfc.GUI.GuiInventoryTFC
 
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['zdw2002'/22, l='MpServer', x=4967.57, y=145.62, z=-7612.92]]
Chunk stats: MultiplayerChunkCache: 622, 631
Level seed: -1230646155
Level generator: ID 00 - TFCDefault, ver 0. Features enabled: false
Level generator options: 
Level spawn location: World: (4660,159,-7908), Chunk: (at 4,9,12 in 291,-495; contains blocks 4656,0,-7920 to 4671,255,-7905), Region: (9,-16; contains chunks 288,-512 to 319,-481, blocks 4608,0,-8192 to 5119,255,-7681)
Level time: 732700 game time, 732700 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 23 total; [EntityBat['Bat'/581, l='MpServer', x=4905.50, y=53.57, z=-7587.75], EntityBat['Bat'/582, l='MpServer', x=4904.59, y=53.03, z=-7586.25], EntityBat['Bat'/583, l='MpServer', x=4911.56, y=50.67, z=-7590.25], EntityBat['Bat'/1161, l='MpServer', x=5042.59, y=44.10, z=-7612.50], EntityBat['Bat'/584, l='MpServer', x=4904.47, y=55.51, z=-7581.63], EntityBat['Bat'/1160, l='MpServer', x=5041.66, y=43.00, z=-7607.72], EntityBat['Bat'/585, l='MpServer', x=4906.78, y=53.38, z=-7588.25], EntityBat['Bat'/586, l='MpServer', x=4905.09, y=54.09, z=-7582.94], EntityBat['Bat'/587, l='MpServer', x=4918.78, y=43.00, z=-7572.72], EntityBat['Bat'/588, l='MpServer', x=4919.75, y=42.71, z=-7570.69], EntityItem['item.item.stick'/589, l='MpServer', x=4971.03, y=144.13, z=-7594.69], EntityItem['item.item.stick'/590, l='MpServer', x=4967.16, y=148.13, z=-7596.81], EntityBat['Bat'/591, l='MpServer', x=5018.25, y=52.32, z=-7569.25], EntityBat['Bat'/593, l='MpServer', x=5022.91, y=51.19, z=-7554.09], EntityBat['Bat'/592, l='MpServer', x=5019.38, y=52.00, z=-7570.84], EntityBat['Bat'/595, l='MpServer', x=5016.56, y=53.00, z=-7560.03], EntityBat['Bat'/594, l='MpServer', x=5016.03, y=53.01, z=-7559.66], EntityBat['Bat'/597, l='MpServer', x=5019.22, y=55.00, z=-7543.50], EntityBat['Bat'/596, l='MpServer', x=5019.97, y=52.17, z=-7556.00], EntityWolfTFC['Wolf'/23, l='MpServer', x=4968.61, y=144.03, z=-7613.40], EntityBat['Bat'/601, l='MpServer', x=5024.50, y=51.36, z=-7554.16], EntityBat['Bat'/600, l='MpServer', x=5035.91, y=51.42, z=-7562.56], EntityClientPlayerMP['zdw2002'/22, l='MpServer', x=4967.57, y=145.62, z=-7612.92]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:908)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
 
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 389967824 bytes (371 MB) / 850296832 bytes (810 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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.85.1264 Minecraft Forge 10.13.2.1264 Optifine OptiFine_1.7.10_HD_U_B4 9 mods loaded, 9 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1264} [Forge Mod Loader] (forge-1.7.10-10.13.2.1264.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1264} [Minecraft Forge] (forge-1.7.10-10.13.2.1264.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tfc_coremod{0.79.13} [TFC[coremod]] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.4.29} [codeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
terrafirmacraft{0.79.13} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.13.468.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TerraFirmaCraftNEIplugin{1.3.0.13} [TerraFirmaCraftNEIplugin] (TerraFirmaCraftNEIplugin-1.7.10-1.3.0.13-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.10-Forge10.13.2.1264
LWJGL: 2.9.1
OpenGL: GeForce 8800 GTS/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
 
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

Edited by Kittychanley
Please use pastebin.com or spoiler tags for crash reports.
0

Share this post


Link to post
Share on other sites

Every time I try to look at a recipe it crashes.

 

Update TFC. You are using 79.13, the latest version is 79.15

 

Edit: You also downloaded the wrong file. Yours has -dev at the end of it, which is only for developers to use. Just like the OP says, you need the one that doesn't say -dev or -src at the end.

0

Share this post


Link to post
Share on other sites

You are damm quick Kitty...

 

I super strongly suggest that you update your OP to just have the direct download link, and update the post as needed when newer versions are available. We get reports in IRC as well that are caused by people downloading the -dev file.

0

Share this post


Link to post
Share on other sites

It is still crashing when i look at a recipe.

Here is the crash report

 

-- Head --
Stacktrace:
at net.dries007.tfcnei.recipeHandlers.KnappingRecipeHandler.loadCraftingRecipes(KnappingRecipeHandler.java:154)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:327)
at net.dries007.tfcnei.recipeHandlers.KnappingRecipeHandler.loadCraftingRecipes(KnappingRecipeHandler.java:146)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
 
-- Affected screen --
Details:
Screen name: com.bioxx.tfc.GUI.GuiInventoryTFC
 
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['zdw2002'/22, l='MpServer', x=4967.57, y=145.62, z=-7612.92]]
Chunk stats: MultiplayerChunkCache: 622, 631
Level seed: -1230646155
Level generator: ID 00 - TFCDefault, ver 0. Features enabled: false
Level generator options: 
Level spawn location: World: (4660,159,-7908), Chunk: (at 4,9,12 in 291,-495; contains blocks 4656,0,-7920 to 4671,255,-7905), Region: (9,-16; contains chunks 288,-512 to 319,-481, blocks 4608,0,-8192 to 5119,255,-7681)
Level time: 733154 game time, 733154 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 23 total; [EntityBat['Bat'/34, l='MpServer', x=4906.41, y=53.00, z=-7586.25], EntityBat['Bat'/2852, l='MpServer', x=5016.72, y=52.00, z=-7557.50], EntityBat['Bat'/35, l='MpServer', x=4905.09, y=54.00, z=-7583.59], EntityBat['Bat'/2853, l='MpServer', x=5015.41, y=52.00, z=-7558.97], EntityBat['Bat'/2854, l='MpServer', x=5020.75, y=51.00, z=-7555.22], EntityBat['Bat'/33, l='MpServer', x=4907.25, y=52.00, z=-7592.00], EntityBat['Bat'/2855, l='MpServer', x=5020.50, y=55.00, z=-7541.50], EntityBat['Bat'/4403, l='MpServer', x=5033.91, y=49.96, z=-7559.31], EntityBat['Bat'/38, l='MpServer', x=4905.63, y=54.00, z=-7583.22], EntityBat['Bat'/4404, l='MpServer', x=5020.75, y=51.00, z=-7556.47], EntityItem['item.item.stick'/615, l='MpServer', x=4971.03, y=144.13, z=-7594.69], EntityBat['Bat'/2849, l='MpServer', x=5018.25, y=52.00, z=-7569.31], EntityBat['Bat'/39, l='MpServer', x=4918.44, y=42.00, z=-7571.50], EntityBat['Bat'/36, l='MpServer', x=4910.66, y=50.17, z=-7593.59], EntityBat['Bat'/2850, l='MpServer', x=5018.22, y=53.00, z=-7569.22], EntityBat['Bat'/37, l='MpServer', x=4906.63, y=52.00, z=-7588.59], EntityBat['Bat'/2851, l='MpServer', x=5023.50, y=51.00, z=-7554.38], EntityBat['Bat'/40, l='MpServer', x=4918.63, y=43.74, z=-7573.13], EntityItem['item.item.stick'/616, l='MpServer', x=4967.16, y=148.13, z=-7596.81], EntityBat['Bat'/4584, l='MpServer', x=5043.03, y=43.00, z=-7608.25], EntityBat['Bat'/4585, l='MpServer', x=5042.59, y=44.10, z=-7612.50], EntityWolfTFC['Wolf'/23, l='MpServer', x=4962.72, y=144.00, z=-7615.56], EntityClientPlayerMP['zdw2002'/22, l='MpServer', x=4967.57, y=145.62, z=-7612.92]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:908)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
 
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 350928800 bytes (334 MB) / 839663616 bytes (800 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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.85.1264 Minecraft Forge 10.13.2.1264 Optifine OptiFine_1.7.10_HD_U_B4 9 mods loaded, 9 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1264} [Forge Mod Loader] (forge-1.7.10-10.13.2.1264.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1264} [Minecraft Forge] (forge-1.7.10-10.13.2.1264.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tfc_coremod{0.79.15} [TFC[coremod]] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.4.29} [codeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
terrafirmacraft{0.79.15} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.15.538.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TerraFirmaCraftNEIplugin{1.3.0.13} [TerraFirmaCraftNEIplugin] (TerraFirmaCraftNEIplugin-1.7.10-1.3.0.13-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.10-Forge10.13.2.1264
LWJGL: 2.9.1
OpenGL: GeForce 8800 GTS/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
 
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

Edited by Kittychanley
If I have to put a 3rd report in tags for you, you will get a warning point.
0

Share this post


Link to post
Share on other sites

I super strongly suggest that you update your OP to just have the direct download link, and update the post as needed when newer versions are available. We get reports in IRC as well that are caused by people downloading the -dev file.

 

I did add a nice big banner to the jenkins page, but then I had to do a rollback. It is back now.

0

Share this post


Link to post
Share on other sites

 

It is still crashing when i look at a recipe.

 

You still have the wrong file installed. Get rid of your copy of NEI plugins and download the correct one, that does not end in -dev

0

Share this post


Link to post
Share on other sites

I did add a nice big banner to the jenkins page, but then I had to do a rollback. It is back now.

 

Users are dumb. Include a message about the -src jar as well, and make the text red or else a lot of them are still going to ignore it.

 

Why are you so against just putting a direct download link in your post? Updating the link when a new version comes out is no more extra work than updating your topic title, which you should also be doing when new versions come out.

0

Share this post


Link to post
Share on other sites

Users are dumb. Include a message about the -src jar as well, and make the text red or else a lot of them are still going to ignore it.

 

Why are you so against just putting a direct download link in your post? Updating the link when a new version comes out is no more extra work than updating your topic title, which you should also be doing when new versions come out.

 

The problem is that I know I will forget. I'm going to make a redirect I think.

0

Share this post


Link to post
Share on other sites

Thank you for the help kitty. It is working fine now.

0

Share this post


Link to post
Share on other sites

Users are dumb. Include a message about the -src jar as well, and make the text red or else a lot of them are still going to ignore it.

 

Why are you so against just putting a direct download link in your post? Updating the link when a new version comes out is no more extra work than updating your topic title, which you should also be doing when new versions come out.

 

I fixed the OP, you think it will be better now?

0

Share this post


Link to post
Share on other sites

Since this mod is open source, you can check to see that I'm telling the truth:I added PluginMetrics (the thing all bukkit plugins use), its source is also open. -> GithubThe statistics outputted by this plugin are also openly visible. -> (Site is a bit slow atm) Here There are a few issues with the metrics system, specifically the PluginMetrics.cfg file.That includes the random unique identifier used to id the same user, so if people include that in there modpacks, it screws up all of the stats. As far as I'm aware, there is nothing illegal (or wrong/dishonest) with sending anonymous statistics.Also, why would you opt out? It gives me a false sense of how many people are using the mod, and it discourages me from developing on it, as it seems like noone is using it.

 well, it is not a problem of believing you or not - it is a matter of data about the computer/game being sent (openly) to a third party without me knowing... The statistics being "openly visible" is not really a relief, actually it adds to the problem. Now that I know for what this data is being used there is no reason to opt-out, but still a hassle to get it cleared through the firewall (afterwards). Don't get me wrong - TerraFirmaCraftNEIplugin is a great plugin - just a note about it sending data to mcstats.org would have been fine (eventually with the above explanation for what)... 

If you didn't know, the information in that packet is no different than the information the Mojang collects every time you start Minecraft. Edit: This also isn't the only mod recommended for use with TFC that uses PluginMetrics. Fastcraft uses it too.

Kitty, I do not really understand that logic - so if Mojang does something, it is ok if others do so?Anyway I have, more or less explicitly, accepted that Mojang collects and use data when I bought the game.I could not intercept any connection to mcstats.org when running Fastcraft alone nor could I find anything in its code. When running with the NEI plugin, apparently only the TerraFirmaCraftNEIplugin data is being sent to mcstats.org.But I have not spent too much on that since, same as with Mojang, Fastcraft also using the PluginMetrics does not really help... and I have better to do - like dealing with the firewall task force [:-|

0

Share this post


Link to post
Share on other sites

Kitty, I do not really understand that logic - so if Mojang does something, it is ok if others do so?

Anyway I have, more or less explicitly, accepted that Mojang collects and use data when I bought the game.

 

Minecraft mods simply piggy-back off of Mojang's collection. By accepting that Mojang collects that specific data, you are accepting that mods can collect that same data. Mod authors don't need to explicitly state that they are using pluginmetrics anywhere, because there is the assumption that mods are allowed to use it as a sub-clause of Minecraft, our base engine, doing it. Mods that use it are just kind enough to allow you to disable it, unlike Mojang.

 

Edit: In Essence, Minecraft collects data. Because mods are part of Minecraft, you should assume that all mods are also collecting that data, and not the reverse.

0

Share this post


Link to post
Share on other sites