I have several questions about setting up the development environment for Tinker's Construct. The GitHub page points out three dependencies; Forge Multipart, CClib, and the dev version of NEI. It doesn't state where they need to be in order to work. Also not stated is whether Forge Multipart and CClib need to be dev versions. Assuming that these might not be required just to run 'gradlew setupDecompWorkspace', I ran into this output from gradle:
Failed to notify ProjectEvaluationListener.afterEvaluate(), but primary configuration failure takes precedence.
org.gradle.api.ProjectConfigurationException: You must set the Minecraft Version!
at net.minecraftforge.gradle.user.patch.UserPatchExtension.getApiVersion(UserPatchExtension.java:64)
at net.minecraftforge.gradle.user.patch.UserPatchExtension_Decorated.getApiVersion(Unknown Source)
at net.minecraftforge.gradle.user.patch.UserPatchBasePlugin.getApiVersion(UserPatchBasePlugin.java:263)
at net.minecraftforge.gradle.user.patch.UserPatchBasePlugin.getApiVersion(UserPatchBasePlugin.java:28)
at net.minecraftforge.gradle.user.UserBasePlugin.resolve(UserBasePlugin.java:241)
at net.minecraftforge.gradle.user.UserBasePlugin.resolve(UserBasePlugin.java:80)
at net.minecraftforge.gradle.delayed.DelayedBase.resolve(DelayedBase.java:73)
at net.minecraftforge.gradle.delayed.DelayedString.call(DelayedString.java:24)
at net.minecraftforge.gradle.common.BasePlugin.afterEvaluate(BasePlugin.java:151)
at net.minecraftforge.gradle.user.UserBasePlugin.afterEvaluate(UserBasePlugin.java:918)
at net.minecraftforge.gradle.common.BasePlugin$2.execute(BasePlugin.java:102)
at net.minecraftforge.gradle.common.BasePlugin$2.execute(BasePlugin.java:98)
at org.gradle.listener.BroadcastDispatch$ActionInvocationHandler.dispatch(BroadcastDispatch.java:105)
at org.gradle.listener.BroadcastDispatch$ActionInvocationHandler.dispatch(BroadcastDispatch.java:94)
at org.gradle.listener.BroadcastDispatch.dispatch(BroadcastDispatch.java:79)
at org.gradle.listener.BroadcastDispatch.dispatch(BroadcastDispatch.java:31)
at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
at com.sun.proxy.$Proxy13.afterEvaluate(Unknown Source)
at org.gradle.configuration.project.LifecycleProjectEvaluator.notifyAfterEvaluate(LifecycleProjectEvaluator.java:67)
at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:61)
at org.gradle.api.internal.project.AbstractProject.evaluate(AbstractProject.java:507)
at org.gradle.api.internal.project.AbstractProject.evaluate(AbstractProject.java:82)
at org.gradle.configuration.DefaultBuildConfigurer.configure(DefaultBuildConfigurer.java:31)
at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:142)
at org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradleLauncher.java:113)
at org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLauncher.java:81)
at org.gradle.launcher.exec.InProcessBuildActionExecuter$DefaultBuildController.run(InProcessBuildActionExecuter.java:64)
at org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.java:33)
at org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.java:24)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:35)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:26)
at org.gradle.launcher.cli.RunBuildAction.run(RunBuildAction.java:50)
at org.gradle.internal.Actions$RunnableActionAdapter.execute(Actions.java:171)
at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:201)
at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:174)
at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:170)
at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:139)
at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:33)
at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:22)
at org.gradle.launcher.Main.doAction(Main.java:46)
at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:45)
at org.gradle.launcher.Main.main(Main.java:37)
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 org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:50)
at org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:32)
at org.gradle.launcher.GradleMain.main(GradleMain.java:23)
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 org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:30)
at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:127)
at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:58)
Caused by: java.lang.NullPointerException
... 56 more
Ok, I replaced cauldron with forge build 1190 on the server and upgraded the client to forge build 1190 and am still getting client side crashes with slimeleaves.
Hi im not sure if anyone else is having this bug but when i put the new tinkers construct boots on with step assisst everyone else on the server cannot walk up stairs they have to jump up them but when i take the boots of and they leave and rejoin the server its fixed
You are not alone, TakerOfBoxes routinely reminds us that this is still a problem, hopefully some day it will be fixed.
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.registry.ObjectHolderRegistry.scanTarget(ObjectHolderRegistry.java:70)
at cpw.mods.fml.common.registry.ObjectHolderRegistry.findObjectHolders(ObjectHolderRegistry.java:39)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:507)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:273)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:363)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.ClassNotFoundException: tconstruct.tools.items.Manual
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 23 more
Caused by: java.lang.NoClassDefFoundError: mantle/items/abstracts/CraftingItem
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 25 more
Caused by: java.lang.ClassNotFoundException: mantle.items.abstracts.CraftingItem
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:99)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 29 more
EDIT: Solved requires a later version of forge then 1180 (the recommended version)
Anyway to get Ex Nihilo ore gravel, sand and dust blocks to smelt in the smeltery until support is added?
Edit:
I did figure out a way around it though. I'm using Minetweaker to add recipes to craft ore blocks from ore dust. Seems to work ok using the Addshapeless command. If anyone knows of another way let me know. This limits me to having to break down all the way to dust form to convert them to ore blocks since if the recipe was also for gravel and sand that would create a duping loop scenario. Although this is for personal use only
Hello eveyone, I am kinda new here, so sorry for the newbie questions..Why does mantle not support optifine and will it ever support it?? Is there a way to work around this incompatibility?? cause I really want to use optifine.
X00LA: OpenEye's neutered crashlogs are not acceptable.
RebaLynn1960, TheLastCrafter, kreezxil, renzel101, TheEnlightened: You need to update Forge. I hear 1194 works well.
Mr_person1234321: You like the way vanilla health is displayed if you have 50 hearts eh? I might be able to add a config setting for it.
Cooolaid: I don't see any errors caused by anything I wrote in this screenshot.
ArreniceAdgilontuer: OptiFine is a closed-source coremod that changes how the entire game renders. I have no way of looking at how it works; how is any modder supposed to support that?
Aren't you suppose to get obsidian ingots from smelting obsidian in the smeltery? I see the liquid inside "molten obsidian" I have a casting table, seared faucet, smeltery drain and an ingot cast. I click on the drain and... nothing happens? I added some other ores and they pour into the cast just fine. I looked up in NEI and the obsidian ingot shows up, tho it doesn't show how it is made.
I'm using forge .1198 and TConstruct_mc1.7.10_1.6.0d36. I've tried d37 as well and not getting any ingot.
I guess I can use the pickaxe head(or similar) cast to get one "ingot".
Was reported a few pages back, is confirmed a bug.
I have a simple question that people on the sphax forums and youtube have failed to reply. It is: how come the sphax patch for Tconstruct 1.6.4 has the shovels and excavators orientated wrongly, how can I revert them back to normal?
Hi guys, whats the best way to prevent the creation of a Raipier of any type? Do things that prevent recipes work with the tinkersconstruct creation bench?
I have a simple question that people on the sphax forums and youtube have failed to reply. It is: how come the sphax patch for Tconstruct 1.6.4 has the shovels and excavators orientated wrongly, how can I revert them back to normal?
THanks to anyone who has a solution
Because that's how sphax orients shovels, it happens with vanilla shovels too, it looks really freakin weird and there's nothing you can do short of rewriting the texture yourself I think. It has nothing to do with it being the TiC patch, that's just how shovels look with sphax.
I love everything about this mod and all of the addons for it, too. It works like a charm. Well, at least most of the time.
I have a nagging problem with the Traveller's belt. It keeps losing/destroying/forgetting my items and also tends to pop back to the other side when doing anything with inventory. I often cannot get it to recognize the 'B' hotkey at all. Then, after awhile it will again.
I am testing only your TiCon for 1.7.10 d37 version.
Only other issue is with some of the cloth armor modifiers. It seems the book is either incomplete or wrong on some. The boots and lilypad one works... The goggles modifiers do nothing, as far as I have tried. Some of the pictures in the book for modifiers are just plain confusing.
I have used your mod and love the tools and modifiers for them a great deal and I usually know what will do what. So, overall a great mod.
did ore ratios change for things like bronze or brass ect.? I am always ending up with a few nuggets and Mb extra of the different molten metals?
The ratios are the same, what changed is that you no longer need full ingots to make the alloys. If you have one ingot of one and one ingot of another but that's enough nuggets to make the alloy then that is what it will do. You just have to be extra careful about putting together things that can make alloys, only put them in together if you have the exact amount of each or you'll get nuggets.
The ratios are the same, what changed is that you no longer need full ingots to make the alloys. If you have one ingot of one and one ingot of another but that's enough nuggets to make the alloy then that is what it will do. You just have to be extra careful about putting together things that can make alloys, only put them in together if you have the exact amount of each or you'll get nuggets.
that is something i'd LOVE for to be turn off via config, that or have nugget casts be added
I don't know if it's the bow or the firestring on the bow from Natura but I'm running at 25-30fps and when I equip the bow it drops my fps to like 15-20
Rollback Post to RevisionRollBack
Signs You're an Aging Gamer: You Press the "A" or "X" Button Rapidly During Loading Screens
All Your Base Are Belong To Us! Take off every Zig!
that is something i'd LOVE for to be turn off via config, that or have nugget casts be added
Right? I usually just get an ingot and make it nuggets then put the right amount of nuggets to complete the ingot back into the smeltery so I can pour it out.
The Meaning of Life, the Universe, and Everything.
Join Date:
4/22/2012
Posts:
57
Minecraft:
Razmen
Member Details
I'm using 1.6.0d37 for 1.7.10 and there seems to be a calculating issue when it comes to putting the Sharpness (Quartz) modifier on tools when using the Tinker Table. If you use more then 5 quartz blocks at a time (using 6, 7, or 8) for upgrading a tool it gives less of a attack value then it should. This becomes very noticeable the more quartz modifiers you stack.
Example
Here is what a longsword comes out by doing 3 at a time.
And here is the result of doing it 6 at a time.
Here's a Scythe after 3 complete modifiers (not using tinker table / under 6 at a time).
And the scythe using a tinker table with more then 5 quartz at a time after 3 complete modifiers.
The other modifiers like haste and such seem to work perfectly fine with the tinker table, it's just sharpness that is affected. So at least for right now, do not use the tinker table to upgrade tools with sharpness, it saves you time by cutting corners off the weapons!
org.gradle.api.ProjectConfigurationException: You must set the Minecraft Version!
at net.minecraftforge.gradle.user.patch.UserPatchExtension.getApiVersion(UserPatchExtension.java:64)
at net.minecraftforge.gradle.user.patch.UserPatchExtension_Decorated.getApiVersion(Unknown Source)
at net.minecraftforge.gradle.user.patch.UserPatchBasePlugin.getApiVersion(UserPatchBasePlugin.java:263)
at net.minecraftforge.gradle.user.patch.UserPatchBasePlugin.getApiVersion(UserPatchBasePlugin.java:28)
at net.minecraftforge.gradle.user.UserBasePlugin.resolve(UserBasePlugin.java:241)
at net.minecraftforge.gradle.user.UserBasePlugin.resolve(UserBasePlugin.java:80)
at net.minecraftforge.gradle.delayed.DelayedBase.resolve(DelayedBase.java:73)
at net.minecraftforge.gradle.delayed.DelayedString.call(DelayedString.java:24)
at net.minecraftforge.gradle.common.BasePlugin.afterEvaluate(BasePlugin.java:151)
at net.minecraftforge.gradle.user.UserBasePlugin.afterEvaluate(UserBasePlugin.java:918)
at net.minecraftforge.gradle.common.BasePlugin$2.execute(BasePlugin.java:102)
at net.minecraftforge.gradle.common.BasePlugin$2.execute(BasePlugin.java:98)
at org.gradle.listener.BroadcastDispatch$ActionInvocationHandler.dispatch(BroadcastDispatch.java:105)
at org.gradle.listener.BroadcastDispatch$ActionInvocationHandler.dispatch(BroadcastDispatch.java:94)
at org.gradle.listener.BroadcastDispatch.dispatch(BroadcastDispatch.java:79)
at org.gradle.listener.BroadcastDispatch.dispatch(BroadcastDispatch.java:31)
at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
at com.sun.proxy.$Proxy13.afterEvaluate(Unknown Source)
at org.gradle.configuration.project.LifecycleProjectEvaluator.notifyAfterEvaluate(LifecycleProjectEvaluator.java:67)
at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:61)
at org.gradle.api.internal.project.AbstractProject.evaluate(AbstractProject.java:507)
at org.gradle.api.internal.project.AbstractProject.evaluate(AbstractProject.java:82)
at org.gradle.configuration.DefaultBuildConfigurer.configure(DefaultBuildConfigurer.java:31)
at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:142)
at org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradleLauncher.java:113)
at org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLauncher.java:81)
at org.gradle.launcher.exec.InProcessBuildActionExecuter$DefaultBuildController.run(InProcessBuildActionExecuter.java:64)
at org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.java:33)
at org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.java:24)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:35)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:26)
at org.gradle.launcher.cli.RunBuildAction.run(RunBuildAction.java:50)
at org.gradle.internal.Actions$RunnableActionAdapter.execute(Actions.java:171)
at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:201)
at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:174)
at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:170)
at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:139)
at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:33)
at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:22)
at org.gradle.launcher.Main.doAction(Main.java:46)
at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:45)
at org.gradle.launcher.Main.main(Main.java:37)
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 org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:50)
at org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:32)
at org.gradle.launcher.GradleMain.main(GradleMain.java:23)
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 org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:30)
at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:127)
at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:58)
Caused by: java.lang.NullPointerException
... 56 more
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\Tim\Desktop\gitStuff\TinkersConstruct\build.gradle' line: 59
* What went wrong:
A problem occurred evaluating root project 'TConstruct'.
> [Ljava/util/HashMap$Entry;
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Edit: Recent changes to the repository have solved setup problems, and consequently led to my questions being answered.
[B#439] [21:14:08] [Client thread/FATAL]: Unreported exception thrown!
[B#439] java.lang.ArrayIndexOutOfBoundsException: 3
[B#439] at tconstruct.blocks.slime.SlimeLeaves.func_149691_a(SlimeLeaves.java:79) ~[SlimeLeaves.class:?]
[B#439] at net.minecraft.block.Block.func_149673_e(Block.java:554) ~[aji.class:?]
[B#439] at net.minecraft.client.renderer.RenderBlocks.func_147793_a(RenderBlocks.java:8227) ~[blm.class:?]
[B#439] at net.minecraft.client.renderer.RenderBlocks.func_147751_a(RenderBlocks.java:4549) ~[blm.class:?]
[B#439] at net.minecraft.client.renderer.RenderBlocks.func_147784_q(RenderBlocks.java:4247) ~[blm.class:?]
[B#439] at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:255) ~[blm.class:?]
[B#439] at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181) ~[blo.class:?]
[B#439] at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553) ~[bma.class:?]
[B#439] at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187) ~[blt.class:?]
[B#439] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011) ~[blt.class:?]
[B#439] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990) ~[bao.class:?]
[B#439] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
[B#439] at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
[B#439] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
[B#439] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_05]
[B#439] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_05]
[B#439] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_05]
[B#439] at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
[B#439] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
[B#439] ---- Minecraft Crash Report ----
[B#439] // Uh... Did I do that?
[B#439]
[B#439] Time: 8/5/14 9:14 PM
[B#439] Description: Unexpected error
[B#439]
[B#439] java.lang.ArrayIndexOutOfBoundsException: 3
[B#439] at tconstruct.blocks.slime.SlimeLeaves.func_149691_a(SlimeLeaves.java:79)
[B#439] at net.minecraft.block.Block.func_149673_e(Block.java:554)
[B#439] at net.minecraft.client.renderer.RenderBlocks.func_147793_a(RenderBlocks.java:8227)
[B#439] at net.minecraft.client.renderer.RenderBlocks.func_147751_a(RenderBlocks.java:4549)
[B#439] at net.minecraft.client.renderer.RenderBlocks.func_147784_q(RenderBlocks.java:4247)
[B#439] at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:255)
[B#439] at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
[B#439] at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553)
[B#439] at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
[B#439] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
[B#439] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[B#439] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[B#439] at net.minecraft.client.main.Main.main(SourceFile:148)
[B#439] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[B#439] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[B#439] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[B#439] at java.lang.reflect.Method.invoke(Unknown Source)
[B#439] at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
[B#439] at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[B#439]
[B#439]
[B#439] A detailed walkthrough of the error, its code path and all known details is as follows:
[B#439] ---------------------------------------------------------------------------------------
[B#439]
[B#439] -- Head --
[B#439] Stacktrace:
[B#439] at tconstruct.blocks.slime.SlimeLeaves.func_149691_a(SlimeLeaves.java:79)
[B#439] at net.minecraft.block.Block.func_149673_e(Block.java:554)
[B#439] at net.minecraft.client.renderer.RenderBlocks.func_147793_a(RenderBlocks.java:8227)
[B#439] at net.minecraft.client.renderer.RenderBlocks.func_147751_a(RenderBlocks.java:4549)
[B#439] at net.minecraft.client.renderer.RenderBlocks.func_147784_q(RenderBlocks.java:4247)
[B#439] at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:255)
[B#439] at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
[B#439] at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553)
[B#439] at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
[B#439]
[B#439] -- Affected level --
[B#439] Details:
[B#439] Level name: MpServer
[B#439] All players: 1 total; [EntityClientPlayerMP['Kreezxil'/97, l='MpServer', x=-541.91, y=8.62, z=1080.48]]
[B#439] Chunk stats: MultiplayerChunkCache: 441, 441
[B#439] Level seed: 0
[B#439] Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false
[B#439] Level generator options:
[B#439] Level spawn location: World: (-584,64,1016), Chunk: (at 8,4,8 in -37,63; contains blocks -592,0,1008 to -577,255,1023), Region: (-2,1; contains chunks -64,32 to -33,63, blocks -1024,0,512 to -513,255,1023)
[B#439] Level time: 8024168 game time, 8062795 day time
[B#439] Level dimension: 0
[B#439] Level storage version: 0x00000 - Unknown?
[B#439] Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
[B#439] Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
[B#439] Forced entities: 74 total; [EntityWitch['Witch'/1408, l='MpServer', x=-476.50, y=48.00, z=1150.50], EntityCreeper['Creeper'/1536, l='MpServer', x=-594.50, y=46.00, z=1106.50], EntityTropicalFishy['Tropical Fish'/1411, l='MpServer', x=-465.00, y=61.63, z=1078.53], EntityZombie['Zombie'/135, l='MpServer', x=-576.50, y=56.00, z=1110.50], EntityClientPlayerMP['Kreezxil'/97, l='MpServer', x=-541.91, y=8.62, z=1080.48], EntitySkeleton['Skeleton'/1546, l='MpServer', x=-615.50, y=4.00, z=1101.50], EntitySkeleton['Skeleton'/1431, l='MpServer', x=-615.50, y=49.00, z=1057.50], EntityCreeper['Creeper'/1432, l='MpServer', x=-614.50, y=50.00, z=1063.06], EntityWitch['Witch'/1433, l='MpServer', x=-616.50, y=49.00, z=1057.50], EntityZombie['Zombie'/1437, l='MpServer', x=-598.50, y=76.00, z=1080.50], EntityCreeper['Creeper'/1438, l='MpServer', x=-594.50, y=76.00, z=1080.50], EntitySkeleton['Skeleton'/1445, l='MpServer', x=-612.50, y=41.00, z=1012.50], EntitySkeleton['Skeleton'/685, l='MpServer', x=-609.50, y=68.00, z=1115.50], EntityTropicalFishy['Tropical Fish'/943, l='MpServer', x=-536.16, y=61.00, z=1059.50], EntityZombie['Zombie'/60464, l='MpServer', x=8.97, y=-0.07, z=-19.51], EntitySkeleton['Skeleton'/1200, l='MpServer', x=-608.94, y=44.00, z=1121.50], EntitySkeleton['Skeleton'/1330, l='MpServer', x=-612.50, y=64.00, z=1054.50], EntitySkeleton['Skeleton'/435, l='MpServer', x=-600.50, y=75.00, z=1080.50], EntityZombie['Zombie'/1203, l='MpServer', x=-609.75, y=44.00, z=1121.44], EntityZombie['Zombie'/1204, l='MpServer', x=-604.66, y=42.00, z=1117.34], EntitySpider['Spider'/1332, l='MpServer', x=-614.50, y=64.00, z=1052.84], EntityEnderman['Enderman'/54, l='MpServer', x=-617.09, y=24.00, z=1139.13], EntitySkeleton['Skeleton'/1335, l='MpServer', x=-604.34, y=63.00, z=1065.88], EntityZombie['Zombie'/1081, l='MpServer', x=-585.50, y=76.00, z=1097.50], EntityItem['item.item.rottenFlesh'/59, l='MpServer', x=-595.34, y=71.13, z=1127.88], EntityZombie['Zombie'/828, l='MpServer', x=-561.03, y=48.00, z=1106.50], EntityItem['item.item.rottenFlesh'/60, l='MpServer', x=-595.13, y=70.13, z=1126.22], EntityMinecartChest['entity.MinecartChest.name'/63, l='MpServer', x=-585.50, y=26.50, z=1018.50], EntityBat['Bat'/1599, l='MpServer', x=-555.47, y=29.00, z=1072.53], EntityMinecartChest['entity.MinecartChest.name'/64, l='MpServer', x=-576.50, y=26.50, z=1048.50], EntityBoar['Boar'/65, l='MpServer', x=-589.16, y=76.00, z=1092.50], EntityBat['Bat'/705, l='MpServer', x=-547.50, y=61.14, z=1156.41], EntityBoar['Boar'/66, l='MpServer', x=-591.50, y=76.00, z=1093.97], EntityMinecartChest['entity.MinecartChest.name'/67, l='MpServer', x=-566.63, y=31.34, z=1020.38], EntityCreeper['Creeper'/1219, l='MpServer', x=-611.50, y=60.00, z=1097.50], EntityMinecartChest['entity.MinecartChest.name'/74, l='MpServer', x=-526.50, y=27.50, z=1058.50], EntityBrontosaurus['Brontosaurus'/75, l='MpServer', x=-525.69, y=101.00, z=1090.78], EntityZombie['Zombie'/1099, l='MpServer', x=-588.50, y=58.00, z=1125.50], EntityMinecartChest['entity.MinecartChest.name'/76, l='MpServer', x=-506.50, y=28.50, z=1033.50], EntityBrontosaurus['Brontosaurus'/77, l='MpServer', x=-509.06, y=86.00, z=1085.13], EntityZombie['Zombie'/1486, l='MpServer', x=-592.29, y=74.00, z=1078.11], EntityZombie['Zombie'/1233, l='MpServer', x=-593.50, y=57.00, z=1081.50], EntityBat['Bat'/853, l='MpServer', x=-598.25, y=19.10, z=1116.50], EntityCreeper['Creeper'/1493, l='MpServer', x=-595.50, y=30.00, z=1145.50], EntityCreeper['Creeper'/1621, l='MpServer', x=-553.50, y=75.00, z=1089.50], EntityZombie['Zombie'/1240, l='MpServer', x=-598.50, y=62.00, z=1099.50], EntityZombie['Zombie'/1241, l='MpServer', x=-602.50, y=62.00, z=1095.50], EntityCreeper['Creeper'/729, l='MpServer', x=-615.09, y=23.00, z=1082.16], EntityZombie['Zombie'/1498, l='MpServer', x=-602.50, y=75.00, z=1079.50], EntityCreeper['Creeper'/604, l='MpServer', x=-577.47, y=52.00, z=1094.97], EntityCreeper['Creeper'/476, l='MpServer', x=-484.00, y=49.00, z=1155.44], EntityZombie['Zombie'/1119, l='MpServer', x=-572.50, y=17.00, z=1087.50], EntityZombie['Zombie'/1120, l='MpServer', x=-572.50, y=17.00, z=1088.50], EntityBat['Bat'/1379, l='MpServer', x=-566.13, y=31.00, z=1021.50], EntityBat['Bat'/1385, l='MpServer', x=-567.84, y=30.29, z=1101.25], EntityCreeper['Creeper'/747, l='MpServer', x=-563.50, y=34.00, z=1093.50], EntityCreeper['Creeper'/875, l='MpServer', x=-573.50, y=60.00, z=1077.50], EntityCreeper['Creeper'/877, l='MpServer', x=-574.50, y=60.00, z=1078.50], EntityCreeper['Creeper'/1005, l='MpServer', x=-585.06, y=43.00, z=1106.50], EntitySkeleton['Skeleton'/878, l='MpServer', x=-572.50, y=60.00, z=1076.50], EntitySkeleton['Skeleton'/879, l='MpServer', x=-594.88, y=51.00, z=1100.50], EntityZombie['Zombie'/1391, l='MpServer', x=-594.59, y=50.00, z=1103.91], EntityCreeper['Creeper'/1008, l='MpServer', x=-590.50, y=42.00, z=1114.50], EntityCaveSpider['Cave Spider'/63735, l='MpServer', x=-10.36, y=-0.06, z=-30.23], EntityZombie['Zombie'/1402, l='MpServer', x=-598.47, y=50.00, z=1101.88], EntityBat['Bat'/251, l='MpServer', x=-480.25, y=33.10, z=1088.63], EntityBat['Bat'/1275, l='MpServer', x=-477.25, y=46.10, z=1038.25], EntityZombie['Zombie'/1403, l='MpServer', x=-601.50, y=50.00, z=1104.50], EntityZombie['Zombie'/1405, l='MpServer', x=-476.50, y=48.00, z=1151.50], EntityBat['Bat'/1278, l='MpServer', x=-477.03, y=41.10, z=1040.63], EntityZombie['Zombie'/1406, l='MpServer', x=-478.22, y=44.00, z=1146.88], EntitySpider['Spider'/1022, l='MpServer', x=-612.06, y=22.00, z=1051.50], EntityBat['Bat'/1279, l='MpServer', x=-478.63, y=36.57, z=1042.63], EntityZombie['Zombie'/1407, l='MpServer', x=-478.50, y=48.00, z=1153.03]]
[B#439] Retry entities: 0 total; []
[B#439] Server brand: fml,forge
[B#439] Server type: Non-integrated multiplayer server
[B#439] Stacktrace:
[B#439] at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
[B#439] at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
[B#439] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
[B#439] at net.minecraft.client.main.Main.main(SourceFile:148)
[B#439] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[B#439] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[B#439] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[B#439] at java.lang.reflect.Method.invoke(Unknown Source)
[B#439] at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
[B#439] at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[B#439]
[B#439] -- System Details --
[B#439] Details:
[B#439] Minecraft Version: 1.7.10
[B#439] Operating System: Windows 8.1 (amd64) version 6.3
[B#439] Java Version: 1.8.0_05, Oracle Corporation
[B#439] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[B#439] Memory: 572828312 bytes (546 MB) / 1556611072 bytes (1484 MB) up to 3817865216 bytes (3641 MB)
[B#439] JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -XX:MaxPermSize=256m
[B#439] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
[B#439] IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 96
[B#439] FML: MCP v9.05 FML v7.10.25.1198 Minecraft Forge 10.13.0.1198 123 mods loaded, 123 mods active
[B#439] mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] FML{7.10.25.1198} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] Forge{10.13.0.1198} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] AppliedEnergistics2-Core{rv0-stable-10} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] Aroma1997Core{1.0.2.7} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] CodeChickenCore{1.0.3.23} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] <CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] NotEnoughItems{1.0.3.41} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.41-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] simplyjetpackscore{1.0} [Simply Jetpacks Coremod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] TConstruct-Preloader{0.1.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] battlegear2{1.0.5.6} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.5.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] furnace3d{1.2.0} [Furnace 3D] ([1.7.10] 3D Furnace-1.3a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] fireplacecore{1.1.1} [Fireplace Core] ([1.7.10]Fireplace Core 1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] devonmod{5.0.1} [Devon's Random Things] ([1.7.10]Devons Random Things 5.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] extendedWorkbench{1.2.0.6} [Extended Workbench] ([1.7.10]ExtendedWorkbench v1.2.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] unlogic{1.2.3} [UnLogic] ([1.7.10]UnLogic 1.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] bspkrsCore{6.13} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] AetherCraft{1.4.4.45} [AetherCraft] (AetherCraft-1.7.10-1.4.4.45.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] BuildCraft|Core{6.0.17} [BuildCraft] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] IC2{2.2.560-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.560-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] CoFHCore{1.7.10R3.0.0B2} [CoFH Core] (CoFHCore-_1.7.10_3.0.0B2-24.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ThermalFoundation{1.7.10R1.0.0B1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0B1-4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ThermalExpansion{1.7.10R4.0.0B2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B2-9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] appliedenergistics2{rv0-stable-10} [Applied Energistics 2] (appliedenergistics2-rv0-stable-10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] Aroma1997CoreHelper{1.0.2.7} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] AromaBackup{0.0.0.3} [AromaBackup] (AromaBackup-1.7.10-0.0.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] Baubles{1.0.1.2} [Baubles] (Baubles-1.7.10-1.0.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] bettervillages{0.3} [Better Villages Mod] (Better-Villages-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] BetterChests{1.1.1.3} [BetterChests] (BetterChests-1.7.10-1.1.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] betterstorage{0.9.3.109} [BetterStorage] (BetterStorage-1.7.10-0.9.3.109.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] BiblioCraft{1.7.5} [BiblioCraft] (BiblioCraft[v1.7.5][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.959-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] BiblioWoodsBoP{1.6} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.6].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] Forestry{2.4.2.34} [Forestry for Minecraft] (forestry_1.7.10-2.4.2.34.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] BiblioWoodsForestry{1.4} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.4].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] BuildCraft|Builders{6.0.17} [BC Builders] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] BuildCraft|Energy{6.0.17} [BC Energy] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] BuildCraft|Factory{6.0.17} [BC Factory] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] BuildCraft|Transport{6.0.17} [BC Transport] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] BuildCraft|Silicon{6.0.17} [BC Silicon] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] CarpentersBlocks{3.2.5} [Carpenter's Blocks] (Carpenter's Blocks v3.2.5 [DEV R2] - MC 1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] colourfulportalsmod{1.4.1} [Colourful Portals] (Colourful-Portals-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ImmibisCore{59.0.1} [Immibis Core] (immibis-core-59.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] DimensionalAnchors{59.0.2} [Dimensional Anchors] (dimensional-anchor-59.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] EggyGoodness{1.7.10-1.3} [Eggy Goodness] (eggygoodness-1.7.10-1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] Eln{31} [Electrical Age] (ElectricalAge_BETA-1.8_r31.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] EnderStorage{1.4.5.16} [EnderStorage] (EnderStorage-1.7.10-1.4.5.16-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] enderutilities{0.3.0} [Ender Utilities] (enderutilities-1.7.10-0.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ForgeMultipart{1.1.0.300} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.300-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ExtraUtilities{1.1.0f} [Extra Utilities] (extrautilities-1.1.0f.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.87.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] factorization{1.7.10-0.8.87.1} [Factorization] (Factorization-1.7.10-0.8.87.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] factorization.misc{1.7.10-0.8.87.1} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.87.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] Mantle{1.7.10-165.4bc3343} [Mantle] (Mantle_mc1.7.10_0.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded{1.7.10R2.8.0RC1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] Waila{1.5.3} [Waila] (Waila-1.5.3_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] TConstruct{1.6.0d37} [Tinkers' Construct] (TConstruct_mc1.7.10_1.6.0d37.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] Steamcraft{0.25.0} [Flaxbeard's Steam Power] (FlaxbeardsSteamPower-1.7.10-0.25.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] fossil{1.7.10 Build 6.3b} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-6.3b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] hot_water{1.0.3} [Hot Water Mod] (hot_water-1.0.3-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] IronChest{6.0.41.729} [Iron Chest] (Iron-Chests-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] LiquidXP{59.0.0} [Liquid XP] (liquid-xp-59.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] lom{1.7.10-203.0.0} [LotsOMobs] (lom-1.7.10-203.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MapWriter{2.1.2} [MapWriter] (MapWriter-1.7.10-2.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatAtum{1.7.10R2.8.0B4} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0B4} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0B4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0B4} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatPams{1.7.10R2.8.0B4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ProjRed|Core{4.4.5.44} [ProjectRed] (ProjectRed-Base-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ProjRed|Exploration{4.4.5.44} [ProjectRed-Exploration] (ProjectRed-World-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0B4} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatRP2{1.7.10R2.8.0B4} [MFR Compat: RP2] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0B4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] TwilightForest{2.2.3} [The Twilight Forest] (twilightforest-1.7.2-2.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0RC1-540.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] minegicka3{1.0.0} [Minegicka 3] (Minegicka-3-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] modularpots{1.7.10.14} [Modular Flower Pots] (ModularPots-1.7.10.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] natureoverhaul{0.8} [Nature Overhaul] (Nature-Overhaul-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] NetherOres{1.7.10R2.3.0RC2} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC2-76.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] OpenComponents{0.1.0.2} [OpenComponents] (OpenComponents-MC1.7.10-0.2.0.13-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ProjRed|Transmission{4.4.5.44} [ProjectRed-Transmission] (ProjectRed-Integration-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] OpenComputers|Core{1.0.0} [OpenComputers (Core)] (OpenComputers-MC1.7.10-1.3.2.34-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] OpenComputers{1.3.2.34} [OpenComputers] (OpenComputers-MC1.7.10-1.3.2.34-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] harvestcraft{1.7.2d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] PneumaticCraft{1.2.4} [PneumaticCraft] (PneumaticCraft-1.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ProjRed|Transportation{4.4.5.44} [ProjectRed-Transportation] (ProjectRed-Mechanical-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ProjRed|Compatibility{4.4.5.44} [ProjectRed-Compatibility] (ProjectRed-Compat-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ProjRed|Integration{4.4.5.44} [ProjectRed-Integration] (ProjectRed-Integration-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ProjRed|Illumination{4.4.5.44} [ProjectRed-Illumination] (ProjectRed-Lighting-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ProjRed|Expansion{4.4.5.44} [ProjectRed-Expansion] (ProjectRed-Mechanical-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] QuarryPlus{1.7.10-1.5.7.7} [QuarryPlus] (QuarryPlus-1.7.10-1.5.7.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] RedstoneArsenal{1.7.10R1.0.1B2} [Redstone Arsenal] (RedstoneArsenal-_1.7.10_1.0.1B2-6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] simplefluidtanks{1.7.10-1.2.0.2} [Simple Fluid Tanks] (simplefluidtanks-1.7.10-1.2.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] simplyjetpacks{1.0.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] SoMuchArmor{Alpha 2.1} [So Much Armor] (So Much Armor Mod-1.7.10-2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] StevesCarts{2.0.0.b16} [Steve's Carts 2] (StevesCarts2.0.0.b16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] StevesFactoryManager{A90} [Steve's Factory Manager] (StevesFactoryManagerA90.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] VanillaPlus{1.4.1} [VanillaPlus] (Vanilla-Plus-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] warpbook{${version}} [Warp Book] (warpbook-1.2.29.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] wawla{1.0.1} [What Are We Looking At] (Wawla-1.0.1_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] wildcaves3{0.4.3.6} [Wild Caves 3] (Wild-Caves-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] witchery{0.20.4} [Witchery] (witchery-1.7.10-0.20.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] XtraRecipes{3.0} [XtraRecipes] (XtraRecipes-3.0_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] McMultipart{1.1.0.300} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.300-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] ForgeMicroblock{1.1.0.300} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.300-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
[B#439] AE2 Version: stable rv0-stable-10 for Forge 10.13.0.1152
[B#439] Mantle Environment: Environment healthy.
[B#439] TConstruct Environment: Environment healthy.
[B#439] AE2 Integration: RotaryCraft:OFF, IC2:ON, RC:OFF, BC:ON, MJ5:ON, MJ6:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, Waila:ON, CLApi:OFF, RB:OFF, InvTweaks:ON, NEI:ON, CraftGuide:OFF, FMP:ON
[B#439] Launched Version: 1.7.10-Forge10.13.0.1198
[B#439] LWJGL: 2.9.1
[B#439] OpenGL: AMD Radeon HD 7540D GL version 4.4.12874 Compatibility Profile Context 14.100.0.0, ATI Technologies Inc.
[B#439] GL Caps: Using GL 1.3 multitexturing.
[B#439] Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
[B#439] Anisotropic filtering is supported and maximum anisotropy is 16.
[B#439] Shaders are available because OpenGL 2.1 is supported.
[B#439]
[B#439] Is Modded: Definitely; Client brand changed to 'fml,forge'
[B#439] Type: Client (map_client.txt)
[B#439] Resource Packs: []
[B#439] Current Language: English (US)
[B#439] Profiler Position: N/A (disabled)
[B#439] Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
[B#439] Anisotropic Filtering: Off (1)
[B#439] #@!@# Game crashed! Crash report saved to: #@!@# C:\technic\modpacks\kreezcast-extreme\crash-reports\crash-2014-08-05_21.14.08-client.txt
[B#439] AL lib: (EE) alc_cleanup: 1 device not closed
[B#439] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
You are not alone, TakerOfBoxes routinely reminds us that this is still a problem, hopefully some day it will be fixed.
-I am an experienced modder, and have been playing minecraft since alpha ( i have an alpha account, I got mad when Mojand took alpha capes away)
EDIT: Solved requires a later version of forge then 1180 (the recommended version)
Edit:
I did figure out a way around it though. I'm using Minetweaker to add recipes to craft ore blocks from ore dust. Seems to work ok using the Addshapeless command. If anyone knows of another way let me know. This limits me to having to break down all the way to dust form to convert them to ore blocks since if the recipe was also for gravel and sand that would create a duping loop scenario. Although this is for personal use only
http://forum.feed-the-beast.com/threads/1-7-10-purgatory-mod-pack-v0-2-0-hqm-tech-quests-rf-beta-release-10-6.52413/
RebaLynn1960, TheLastCrafter, kreezxil, renzel101, TheEnlightened: You need to update Forge. I hear 1194 works well.
Mr_person1234321: You like the way vanilla health is displayed if you have 50 hearts eh? I might be able to add a config setting for it.
Cooolaid: I don't see any errors caused by anything I wrote in this screenshot.
ArreniceAdgilontuer: OptiFine is a closed-source coremod that changes how the entire game renders. I have no way of looking at how it works; how is any modder supposed to support that?
Sounds about right.
Was reported a few pages back, is confirmed a bug.
I have a simple question that people on the sphax forums and youtube have failed to reply. It is: how come the sphax patch for Tconstruct 1.6.4 has the shovels and excavators orientated wrongly, how can I revert them back to normal?
THanks to anyone who has a solution
Because that's how sphax orients shovels, it happens with vanilla shovels too, it looks really freakin weird and there's nothing you can do short of rewriting the texture yourself I think. It has nothing to do with it being the TiC patch, that's just how shovels look with sphax.
The ratios are the same, what changed is that you no longer need full ingots to make the alloys. If you have one ingot of one and one ingot of another but that's enough nuggets to make the alloy then that is what it will do. You just have to be extra careful about putting together things that can make alloys, only put them in together if you have the exact amount of each or you'll get nuggets.
that is something i'd LOVE for to be turn off via config, that or have nugget casts be added
Signs You're an Aging Gamer: You Press the "A" or "X" Button Rapidly During Loading Screens
Right? I usually just get an ingot and make it nuggets then put the right amount of nuggets to complete the ingot back into the smeltery so I can pour it out.
Example
Here is what a longsword comes out by doing 3 at a time.
And here is the result of doing it 6 at a time.
Here's a Scythe after 3 complete modifiers (not using tinker table / under 6 at a time).
And the scythe using a tinker table with more then 5 quartz at a time after 3 complete modifiers.
The other modifiers like haste and such seem to work perfectly fine with the tinker table, it's just sharpness that is affected. So at least for right now, do not use the tinker table to upgrade tools with sharpness, it saves you time by cutting corners off the weapons!