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

Would it be possible to get a version of this compatible with java 6?

 

Sorry for the blunt answer, but why?

If you are on a mac, update java.

If not, shame on you for not having java 7 since it first came out.

I have not heard a legitimate reason for the continued use of java , though, if you can provide me with one, I might change my mind. :P

 

==========================================================================================================================================================================

 

 

 

Crashes when I Use "R".

 

---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
 
Time: 11/11/14 1:59 PM
Description: Updating screen events
 
java.lang.NoSuchMethodError: net.minecraft.item.crafting.IRecipe.getRecipeOutput()Lnet/minecraft/item/ItemStack;
-- JUNK --

 

 

 

http://pastebin.com/A0cxXRMU

 

I just updated my forge to match the new updated TFC B79.12 with forge 10.13.2.1236. I am getting the same error. Will try to update my code chicken but not sure if that will be compatible with this plugin.

 

Edit: I have the latest versions of both NEI and ChickenBones.

 

Edit: Just updated the NEI plugin in as well (should be made more obvious on OP that there is an update) but I am still crashing when using NEI in game with same error.

 

 

I can confirm the unexpected exit with 79.12/Forge build 1236. Using "recommended" builds of NEI and CodeChickenCore. It was working beautifully before TFC updated. =)

 

http://pastebin.com/HL4aqtYB

 

Hope this helps.

 

 

Confirming the confirms. I'll add mine just in case it's needed.

http://pastebin.com/Y431GzEb

 

 

It's not just using "R" for me, anything that causes the recipe window to show is causing the crash

 

 

Jup, NEI doesn't work with the version of forge that's required for lastest TFC.

I suggest either not yet updating TFC + forge, uninstalling NEI or disabling its UI (standard key config "O").

 

 

Yes, I know

 

I knew this was coming, and I should have posted about it, sorry.

 

New build fixed all of this, get it while its hot!

 

ps: Please use some service like pastebin for error logs. Thanks

1

Share this post


Link to post
Share on other sites

Thank you kindly for the quick update. :)

 

 

Np I should have posted before the update. :P

0

Share this post


Link to post
Share on other sites

Note sure if this is with you, but when using waila, when looking at trees the suggested tool is a hammer

0

Share this post


Link to post
Share on other sites

Note sure if this is with you, but when using waila, when looking at trees the suggested tool is a hammer

You can actually use a hammer on a tree, when you do this it drops sticks instead of the log. So you are able to use either a Hammer or Axe, you can also use a Saw ;)

0

Share this post


Link to post
Share on other sites

@pt_cupcake2: Your Forge, TFC, and NEI plugins are all out of date, you may not be able to receive any support unless you are running the latest versions. As there are a lot of changes and bugfixes that have been put in already.

0

Share this post


Link to post
Share on other sites

the link to download only leads to a site thats says welcome to nginx! and nothing more??

0

Share this post


Link to post
Share on other sites

Yes, sorry. I'm haveiing to reinstall my server because of a fatal crash. you gotta have patience for a while.

 

I will update the mod ASAP

0

Share this post


Link to post
Share on other sites

Now updated to stop using reflection, that means that there should be less update work between versions. (Not that there is much work anyways) BUILD 10+ ONLY WORKS WITH 79.13+

0

Share this post


Link to post
Share on other sites

Note: the dev version is weird and doesn't like to work :P I kept on getting crashes but had the dev version, once I got the regular version it was great! Thanks for this addon :)

0

Share this post


Link to post
Share on other sites

---- Minecraft Crash Report ----

// My bad.

Time: 12/22/14 9:33 AM

Description: Updating screen events

java.lang.NoSuchMethodError: net.minecraft.item.crafting.IRecipe.getRecipeOutput()Lnet/minecraft/item/ItemStack;

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)

at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1629)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)

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)

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

-- 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['warystarman'/37, l='MpServer', x=-237.75, y=153.62, z=-12326.57]]

Chunk stats: MultiplayerChunkCache: 289, 289

Level seed: -5771640731417908599

Level generator: ID 00 - TFCDefault, ver 0. Features enabled: false

Level generator options:

Level spawn location: World: (-16,151,-10560), Chunk: (at 0,9,0 in -1,-660; contains blocks -16,0,-10560 to -1,255,-10545), Region: (-1,-21; contains chunks -32,-672 to -1,-641, blocks -512,0,-10752 to -1,255,-10241)

Level time: 688987 game time, 688987 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: 84 total; [EntityZombieTFC['Zombie'/171, l='MpServer', x=-234.56, y=96.00, z=-12458.06], EntityCreeperTFC['Creeper'/170, l='MpServer', x=-231.50, y=95.00, z=-12455.50], EntitySkeletonTFC['Skeleton'/169, l='MpServer', x=-343.50, y=150.00, z=-12202.50], EntitySkeletonTFC['Skeleton'/38, l='MpServer', x=-237.53, y=133.00, z=-12330.07], EntityCreeperTFC['Creeper'/39, l='MpServer', x=-254.41, y=136.00, z=-12332.97], EntityEndermanTFC['Enderman'/173, l='MpServer', x=-238.88, y=148.00, z=-12462.16], EntitySkeletonTFC['Skeleton'/163, l='MpServer', x=-302.50, y=105.00, z=-12205.50], EntityZombieTFC['Zombie'/42, l='MpServer', x=-226.63, y=158.00, z=-12287.75], EntityZombieTFC['Zombie'/43, l='MpServer', x=-176.50, y=156.00, z=-12343.50], EntityZombieTFC['Zombie'/161, l='MpServer', x=-108.50, y=148.00, z=-12368.50], EntityBat['Bat'/40, l='MpServer', x=-261.57, y=34.53, z=-12364.22], EntitySkeletonTFC['Skeleton'/41, l='MpServer', x=-287.47, y=143.33, z=-12334.53], EntityCreeperTFC['Creeper'/46, l='MpServer', x=-280.47, y=81.00, z=-12275.06], EntityZombieTFC['Zombie'/47, l='MpServer', x=-278.97, y=124.00, z=-12285.41], EntityClientPlayerMP['warystarman'/37, l='MpServer', x=-237.75, y=153.62, z=-12326.57], EntitySkeletonTFC['Skeleton'/45, l='MpServer', x=-298.00, y=143.39, z=-12328.50], EntityBat['Bat'/51, l='MpServer', x=-294.24, y=59.89, z=-12294.63], EntityBat['Bat'/50, l='MpServer', x=-292.60, y=58.72, z=-12302.95], EntityBat['Bat'/49, l='MpServer', x=-292.88, y=62.10, z=-12294.97], EntitySkeletonTFC['Skeleton'/48, l='MpServer', x=-264.50, y=98.00, z=-12260.50], EntityZombieTFC['Zombie'/55, l='MpServer', x=-151.34, y=146.00, z=-12314.69], EntitySkeletonTFC['Skeleton'/54, l='MpServer', x=-151.50, y=69.00, z=-12305.50], EntitySkeletonTFC['Skeleton'/53, l='MpServer', x=-278.50, y=109.00, z=-12270.50], EntityZombieTFC['Zombie'/52, l='MpServer', x=-275.50, y=79.00, z=-12267.50], EntitySpiderTFC['Spider'/59, l='MpServer', x=-175.13, y=148.00, z=-12396.03], EntityZombieTFC['Zombie'/58, l='MpServer', x=-262.50, y=87.00, z=-12248.50], EntitySpiderTFC['Spider'/57, l='MpServer', x=-263.38, y=75.00, z=-12247.34], EntityZombieTFC['Zombie'/56, l='MpServer', x=-156.50, y=149.00, z=-12315.50], EntityCreeperTFC['Creeper'/63, l='MpServer', x=-146.00, y=147.00, z=-12388.41], EntitySpiderTFC['Spider'/62, l='MpServer', x=-176.31, y=147.00, z=-12415.69], EntityZombieTFC['Zombie'/61, l='MpServer', x=-279.41, y=96.00, z=-12240.13], EntityZombieTFC['Zombie'/60, l='MpServer', x=-168.50, y=74.00, z=-12271.50], EntitySkeletonTFC['Skeleton'/68, l='MpServer', x=-132.50, y=144.00, z=-12356.50], EntitySkeletonTFC['Skeleton'/69, l='MpServer', x=-134.50, y=147.00, z=-12367.09], EntityCreeperTFC['Creeper'/70, l='MpServer', x=-203.50, y=156.00, z=-12234.50], EntitySkeletonTFC['Skeleton'/71, l='MpServer', x=-297.25, y=106.00, z=-12251.72], EntityZombieTFC['Zombie'/201, l='MpServer', x=-291.50, y=147.00, z=-12450.50], EntityZombieTFC['Zombie'/64, l='MpServer', x=-155.50, y=148.00, z=-12281.50], EntityZombieTFC['Zombie'/65, l='MpServer', x=-154.50, y=147.00, z=-12278.09], EntityZombieTFC['Zombie'/66, l='MpServer', x=-155.34, y=143.22, z=-12268.50], EntitySpiderTFC['Spider'/67, l='MpServer', x=-327.44, y=143.36, z=-12325.41], EntitySkeletonTFC['Skeleton'/197, l='MpServer', x=-109.50, y=148.00, z=-12299.50], EntitySkeletonTFC['Skeleton'/196, l='MpServer', x=-109.50, y=148.00, z=-12302.50], EntityZombieTFC['Zombie'/199, l='MpServer', x=-108.50, y=152.00, z=-12391.50], EntitySpiderTFC['Spider'/72, l='MpServer', x=-294.50, y=129.00, z=-12241.50], EntityZombieTFC['Zombie'/73, l='MpServer', x=-145.50, y=147.00, z=-12385.50], EntitySkeletonTFC['Skeleton'/74, l='MpServer', x=-292.00, y=148.00, z=-12231.25], EntityZombieTFC['Zombie'/75, l='MpServer', x=-289.88, y=148.00, z=-12229.59], EntityBat['Bat'/326, l='MpServer', x=-300.20, y=62.69, z=-12289.35], EntitySpiderTFC['Spider'/85, l='MpServer', x=-299.53, y=148.00, z=-12238.97], EntityZombieTFC['Zombie'/84, l='MpServer', x=-209.50, y=152.00, z=-12217.50], EntitySkeletonTFC['Skeleton'/87, l='MpServer', x=-298.69, y=148.00, z=-12235.88], EntitySkeletonTFC['Skeleton'/86, l='MpServer', x=-298.06, y=148.00, z=-12238.38], EntityZombieTFC['Zombie'/81, l='MpServer', x=-308.50, y=78.00, z=-12253.50], EntityZombieTFC['Zombie'/80, l='MpServer', x=-120.50, y=146.00, z=-12326.50], EntitySkeletonTFC['Skeleton'/93, l='MpServer', x=-297.50, y=148.00, z=-12233.50], EntitySkeletonTFC['Skeleton'/92, l='MpServer', x=-304.09, y=148.00, z=-12240.34], EntityZombieTFC['Zombie'/95, l='MpServer', x=-330.50, y=147.00, z=-12269.50], EntitySpiderTFC['Spider'/94, l='MpServer', x=-304.94, y=148.00, z=-12238.47], EntityZombieTFC['Zombie'/89, l='MpServer', x=-290.69, y=148.00, z=-12229.31], EntityZombieTFC['Zombie'/88, l='MpServer', x=-297.50, y=148.00, z=-12231.50], EntitySpiderTFC['Spider'/91, l='MpServer', x=-293.25, y=148.00, z=-12232.66], EntitySpiderTFC['Spider'/90, l='MpServer', x=-288.38, y=148.00, z=-12236.78], EntitySkeletonTFC['Skeleton'/102, l='MpServer', x=-285.45, y=145.00, z=-12435.62], EntitySkeletonTFC['Skeleton'/103, l='MpServer', x=-286.50, y=145.00, z=-12434.50], EntityZombieTFC['Zombie'/101, l='MpServer', x=-207.50, y=152.00, z=-12221.50], EntityCreeperTFC['Creeper'/96, l='MpServer', x=-327.66, y=157.00, z=-12258.94], EntityZombieTFC['Zombie'/97, l='MpServer', x=-175.50, y=146.00, z=-12417.50], EntitySkeletonTFC['Skeleton'/110, l='MpServer', x=-278.50, y=92.00, z=-12235.50], EntityZombieTFC['Zombie'/108, l='MpServer', x=-308.13, y=148.00, z=-12238.38], EntitySpiderTFC['Spider'/109, l='MpServer', x=-304.41, y=148.00, z=-12232.00], EntitySkeletonTFC['Skeleton'/106, l='MpServer', x=-182.50, y=146.00, z=-12441.50], EntitySkeletonTFC['Skeleton'/104, l='MpServer', x=-281.14, y=144.00, z=-12437.76], EntitySkeletonTFC['Skeleton'/105, l='MpServer', x=-186.50, y=145.00, z=-12433.50], EntityZombieTFC['Zombie'/119, l='MpServer', x=-316.50, y=152.00, z=-12420.50], EntityZombieTFC['Zombie'/118, l='MpServer', x=-312.50, y=151.00, z=-12422.50], EntityZombieTFC['Zombie'/116, l='MpServer', x=-301.41, y=128.00, z=-12232.00], EntityZombieTFC['Zombie'/115, l='MpServer', x=-297.84, y=126.00, z=-12244.53], EntityZombieTFC['Zombie'/112, l='MpServer', x=-121.50, y=145.00, z=-12218.50], EntitySkeletonTFC['Skeleton'/127, l='MpServer', x=-305.50, y=56.00, z=-12203.50], EntitySkeletonTFC['Skeleton'/126, l='MpServer', x=-307.50, y=56.00, z=-12205.50], EntitySkeletonTFC['Skeleton'/125, l='MpServer', x=-308.50, y=56.00, z=-12205.50], EntitySkeletonTFC['Skeleton'/123, l='MpServer', x=-307.50, y=56.00, z=-12206.50], EntityCreeperTFC['Creeper'/122, l='MpServer', x=-306.50, y=56.00, z=-12207.50]]

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 8.1 (amd64) version 6.3

Java Version: 1.7.0_67, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 317679920 bytes (302 MB) / 642850816 bytes (613 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: 1, allocated: 0, tallocated: 0

FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 8 mods loaded, 8 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.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.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.77} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.77-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

TerraFirmaCraftNEIplugin{1.3.0.10} [TerraFirmaCraftNEIplugin] (TerraFirmaCraftNEIplugin-1.7.10-1.3.0.10-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Launched Version: 1.7.10-Forge10.13.2.1230

LWJGL: 2.9.1

OpenGL: GeForce GTX 460 v2/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.75, 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)

There ya go!

Forge: 10.13.2.1230

Nei: 1.0.3.77

CodeChickenCore: 1.0.4.29

TFC: 0.79.13.468

TFC-Nei: 1.3.0.10-dev

0

Share this post


Link to post
Share on other sites

The dev version is only useful if you use my mod in your own development environment!

Its like the deobf download of many other mods.

If you don't know what that is, you don't need it :P

0

Share this post


Link to post
Share on other sites

I downloaded this plugin, and I've seen people using it. It is really nice. Good work :)

 

But I've been having some problems with it. If I try to launch terrafirmacraft with the plugin installed, it crashes me before the game starts. If I remove the plugin then it loads the game and I can play normally. I'm not sure if this is something to do with me having a Mac, as my friend who has a PC can use it properly with exactly the same settings.

 

In case it helps, here are the mods I'm using when it crashes me:

 

TerraFirmaCraft-0.79.14.514

NotEnoughItems-1.7.10-1.0.3.74-universal

CodeChickenCore-1.7.10-1.0.4.29-universal

TerraFirmaCraftNEIplugin-1.7.10-1.3.0.10

[There's also the 1.7.10 folder with CodeChickenLib-1.7.10-1.1.1.99-universal.jar inside]

 

I'm also running Forge version 10.13.2.1272 for 1.7.10

 

 

Here is the crash log as well:

 

http://pastebin.com/epux2cuS

 

Thanks, 

Loh

0

Share this post


Link to post
Share on other sites

Update java to Java 7: 

 

  • Caused by: java.lang.UnsupportedClassVersionError: net/dries007/tfcnei/TerraFirmaCraftNEIplugin : Unsupported major.minor version 51.0
0

Share this post


Link to post
Share on other sites

 

Update java to Java 7: 

 

  • Caused by: java.lang.UnsupportedClassVersionError: net/dries007/tfcnei/TerraFirmaCraftNEIplugin : Unsupported major.minor version 51.0

 

 

I checked my Java, it says that I have Java 7 Update 71

0

Share this post


Link to post
Share on other sites

are you sure minecraft starts with that version? You can see that in the launcher!

0

Share this post


Link to post
Share on other sites

Hmmm... I see what you mean. I'll try fiddling around with some stuff and see if it works

 

Thanks for the help!

0

Share this post


Link to post
Share on other sites

It is because its not using java 7 to launch minecraft, what launcher are you using?

 

If its the vanilla mc one, then you can set the java executable path in the "edit profile" window.

 

If multimc, its under Settings->Java->autodetect -> pick java 7, 64 bit.

 

If that doesn't work, you should do some googling, there is lots of people with issues like this:

https://bugs.mojang.com/browse/MCL-1049

http://www.minecraftforum.net/forums/support/unmodified-minecraft-client/1858141-minecraft-x64-for-mac-with-java-7

http://stackoverflow.com/questions/14806709/application-is-using-java-6-from-apple-instead-of-java-7-from-oracle-on-mac-os-x

 

Here is a video that might help: 

0

Share this post


Link to post
Share on other sites

Hey Dries, I don't mean to sound like a broken record, but you seem to be having server problems again. I get a 522 error when trying to download via jenkins.

0

Share this post


Link to post
Share on other sites