Jump to content

HMPerson1

Members
  • Posts

    331
  • Joined

  • Last visited

Everything posted by HMPerson1

  1. luacs: The method described in the EAQ for Mac does not work. Adapting the Windows batch script failed as well: [spoiler=EAQ Method] Last login: Mon Feb 18 16:46:13 on ttys000 <Computer-Name>:~ <username>$ cd ~/Library/Application\ Support/minecraft/bin <Computer-Name>:bin <username>$ java -cp minecraft.jar net.minecraft.LauncherFrame Exception in thread "main" java.lang.NoClassDefFoundError:net/minecraft/LauncherFrame Caused by: java.lang.ClassNotFoundException: net.minecraft.LauncherFrame at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) <Computer-Name>:bin <username>$ java -cp minecraft.jar net.minecraft.client.Minecraft Exception in thread "main" java.lang.NoClassDefFoundError:org/lwjgl/LWJGLException Caused by: java.lang.ClassNotFoundException: org.lwjgl.LWJGLException at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) [spoiler=Batch Script Attempt] Last login: Mon Feb 18 16:43:49 on ttys000 <Computer-Name>:~ <username>$ cd ~/Library/Application\ Support/minecraft/bin <Computer-Name>:bin <username>$ java -Xincgc -Xmx1024m -cp minecraft.jar:lwjgl.jar:lwjgl_util.jar:jinput.jar -Djava.library.path="~/Library/Application\ Support/minecraft/bin/natives" net.minecraft.client.Minecraft Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System.loadLibrary(System.java:1045) at org.lwjgl.Sys$1.run(Sys.java:72) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.Sys.doLoadLibrary(Sys.java:65) at org.lwjgl.Sys.loadLibrary(Sys.java:81) at org.lwjgl.Sys.<clinit>(Sys.java:98) at net.minecraft.client.Minecraft.F(SourceFile:1976) at net.minecraft.client.Minecraft.main(SourceFile:1564)
  2. Run the batch file found in the Rules and EAQ. Then post the output here.
  3. [lmgtfy]setting up a dedicated minecraft server[/lmgtfy]
  4. It still looks like something is corrupting your level.dat. Remove the mods you have one by one until you see that the error no longer occurs. The last mod you would have removed probably is causing the error.
  5. Update LWJGL. There's an article on the Minecraft Wiki on how to do so.
  6. Could you make a simple mod to demonstrate this? Or better yet, submit a PR.
  7. If you're using Magic Launcher, why are you installing the mods manually?
  8. It doesn't look like you have matching configs: [spoiler=From Server Logs] 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.arboriculture.items.ItemWoodBlock(1394) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.arboriculture.items.ItemStairs(1396) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestryBlock(1392) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestryBlock(1393) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(31974) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(31973) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(31972) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(31971) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(31970) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(31969) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemWrench(5263) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemPipette(13367) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(5266) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(5281) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13380) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemMisc(13354) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(5268) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(5273) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(5274) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13297) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(5264) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(5275) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(5280) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.circuits.ItemCircuitBoard(13368) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.circuits.ItemSolderingIron(13369) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemOverlay(13370) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13256) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13257) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13258) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13259) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13262) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13265) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestryPickaxe(13261) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestryShovel(13264) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemAssemblyKit(13263) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemAssemblyKit(13260) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13276) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13277) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13278) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(5282) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13324) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13285) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(13325) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemFruit(13386) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13290) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(5277) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13326) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(5265) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestry(5271) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13294) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13295) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13296) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13298) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13299) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13321) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13322) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13323) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13377) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(5276) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(5278) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(5279) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13300) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13301) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13302) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13318) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13319) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13320) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13376) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13331) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13332) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13333) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13334) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13335) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13327) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13336) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13337) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13338) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquidContainer(13378) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquids(5272) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquids(5269) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquids(5270) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquids(13313) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquids(13314) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquids(13315) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquids(13365) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquids(13371) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemLiquids(13375) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13756) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13757) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13758) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13759) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13760) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13761) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13762) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13763) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13764) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13765) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13766) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13767) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13768) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13769) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13770) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13771) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13772) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13773) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13774) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13775) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13776) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13777) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13778) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13779) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13780) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13781) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13782) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13790) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13791) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13792) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13793) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13794) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13795) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13796) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13797) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13798) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13799) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13800) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13806) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13807) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13808) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13809) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13810) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13811) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemCrated(13812) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.farming.items.ItemFarmBlock(1395) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestryFood(13291) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.food.items.ItemBeverage(13292) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.food.items.ItemAmbrosia(13293) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.core.items.ItemForestryFood(13312) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.food.items.ItemInfuser(13364) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.mail.items.ItemStamps(13372) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.mail.items.ItemLetter(13373) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.storage.items.ItemApiaristBackpack(13304) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.storage.items.ItemBackpack(13305) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.storage.items.ItemBackpack(13344) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.storage.items.ItemBackpack(13306) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.storage.items.ItemBackpack(13345) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.storage.items.ItemBackpack(13307) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.storage.items.ItemBackpack(13346) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.storage.items.ItemBackpack(13308) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.storage.items.ItemBackpack(13347) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.storage.items.ItemBackpack(13352) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.storage.items.ItemBackpack(13353) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.storage.items.ItemBackpack(13362) owned by Forestry 2013-02-10 10:19:07 [FINE] [ForgeModLoader] [itemTracker] Adding item forestry.storage.items.ItemBackpack(13363) owned by Forestry [spoiler=From Client Logs] 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.arboriculture.items.ItemWoodBlock(1394) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.arboriculture.items.ItemStairs(1396) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestryBlock(1392) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestryBlock(1393) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5256) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5257) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5258) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5259) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5260) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5261) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemWrench(5263) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemPipette(13367) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5266) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5281) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13380) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemMisc(13354) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5268) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5273) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5274) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13297) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5264) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5275) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5280) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.circuits.ItemCircuitBoard(13368) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.circuits.ItemSolderingIron(13369) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemOverlay(13370) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13256) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13257) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13258) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13259) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13262) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13265) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestryPickaxe(13261) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestryShovel(13264) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemAssemblyKit(13263) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemAssemblyKit(13260) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13276) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13277) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13278) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5282) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13324) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13285) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(13325) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemFruit(13386) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13290) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(5277) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13326) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5265) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestry(5271) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13294) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13295) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13296) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13298) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13299) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13321) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13322) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13323) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13377) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(5276) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(5278) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(5279) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13300) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13301) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13302) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13318) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13319) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13320) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13376) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13331) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13332) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13333) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13334) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13335) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13327) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13336) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13337) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13338) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquidContainer(13378) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquids(5272) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquids(5269) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquids(5270) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquids(13313) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquids(13314) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquids(13315) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquids(13365) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquids(13371) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemLiquids(13375) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13756) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13757) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13758) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13759) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13760) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13761) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13762) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13763) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13764) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13765) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13766) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13767) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13768) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13769) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13770) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13771) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13772) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13773) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13774) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13775) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13776) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13777) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13778) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13779) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13780) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13781) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13782) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13790) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13791) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13792) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13793) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13794) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13795) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13796) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13797) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13798) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13799) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13800) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13806) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13807) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13808) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13809) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13810) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13811) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemCrated(13812) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.farming.items.ItemFarmBlock(1395) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestryFood(13291) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.food.items.ItemBeverage(13292) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.food.items.ItemAmbrosia(13293) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.core.items.ItemForestryFood(13312) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.food.items.ItemInfuser(13364) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.mail.items.ItemStamps(13372) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.mail.items.ItemLetter(13373) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.storage.items.ItemApiaristBackpack(13304) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.storage.items.ItemBackpack(13305) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.storage.items.ItemBackpack(13344) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.storage.items.ItemBackpack(13306) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.storage.items.ItemBackpack(13345) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.storage.items.ItemBackpack(13307) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.storage.items.ItemBackpack(13346) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.storage.items.ItemBackpack(13308) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.storage.items.ItemBackpack(13347) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.storage.items.ItemBackpack(13352) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.storage.items.ItemBackpack(13353) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.storage.items.ItemBackpack(13362) owned by Forestry 2013-02-10 16:23:15 [FINE] [fml.ItemTracker] Adding item forestry.storage.items.ItemBackpack(13363) owned by Forestry The item ID's are different between the client and server. Huh.
  9. What version of Minecraft are you using for installing Forge? One log says 1.3.2, the other says 1.4.7
  10. And you're using magic launcher to install Minecraft Forge to a vanilla Minecraft?
  11. Try this: Delete all server and client logs Restart the server Start your client Try to log in to the server Close your client Stop the server Then post both the server and client logs. This way we can be sure that the logs accurately reflect your current conditions.
  12. If you're on Windows you can use Fraps. If you're on Mac, you can use QuickTime Player (scroll down to "Record your screen").
  13. Make sure you've got the same mods as well as the same configs.
  14. What exactly is it that you're trying to do? You've used two different versions of Minecraft, used both Tekkit and FTB, and have somehow managed to confuse one folder for another.
  15. Make sure you have the right versions of CodeChickenCore and NEI.
  16. Copy the configs from the server to your client.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.