Posted August 28, 201213 yr Minecraft: 1.3.2 Forge: 4.0.0.237 When using a pickaxe with Silk Touch on an Ender Chest, standard minecraft drops the actual chest (instead of just 8 obsidian which you will get if you do not use a Silk Touch enchanted tool) However, after installing forge, this behavior changed. Now the pickaxe with Silk Touch breaks the chest (returning 8 obsidian). Silk touch works normally on other blocks I tested it on however, it is only on the ender chest it doesn't work properly. I did some testing, and tested this with a clean minecraft.jar, then applying only forge, nothing else (and no mods in my mods folder either). Standard minecraft, silk touch works on ender chests as expected, but immediately upon installing forge, the same pickaxe starts breaking the chest instead. ForgeModLoader-client-0.log 2012-08-29 00:35:40 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.160.340 for Minecraft client:1.3.2, server:1.3.2 loading 2012-08-29 00:35:40 [FINEST] [ForgeModLoader] All core mods are successfully located 2012-08-29 00:35:40 [FINEST] [ForgeModLoader] Discovering coremods 2012-08-29 00:35:40 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2012-08-29 00:35:40 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2012-08-29 00:35:40 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2012-08-29 00:35:40 [FINEST] [ForgeModLoader] Running coremod plugins 2012-08-29 00:35:40 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2012-08-29 00:35:40 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2012-08-29 00:35:40 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2012-08-29 00:35:40 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2012-08-29 00:35:40 [FINEST] [ForgeModLoader] Validating minecraft 2012-08-29 00:35:40 [FINEST] [ForgeModLoader] Minecraft validated, launching... 2012-08-29 00:35:41 [iNFO] [sTDOUT] 27 achievements 2012-08-29 00:35:41 [iNFO] [sTDOUT] 195 recipes 2012-08-29 00:35:41 [iNFO] [sTDOUT] Setting user: rmonsen, 4364111285877018936 2012-08-29 00:35:41 [iNFO] [sTDOUT] LWJGL Version: 2.4.2 2012-08-29 00:35:41 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization 2012-08-29 00:35:41 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization 2012-08-29 00:35:41 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer] 2012-08-29 00:35:41 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes 2012-08-29 00:35:41 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Games\AppData\Roaming\.minecraft\bin\lwjgl.jar 2012-08-29 00:35:41 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Games\AppData\Roaming\.minecraft\bin\jinput.jar 2012-08-29 00:35:41 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Games\AppData\Roaming\.minecraft\bin\lwjgl_util.jar 2012-08-29 00:35:41 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Games\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates 2012-08-29 00:35:41 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Games\AppData\Roaming\.minecraft\lib\argo-2.25.jar 2012-08-29 00:35:41 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Games\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar 2012-08-29 00:35:41 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Games\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar 2012-08-29 00:35:41 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully 2012-08-29 00:35:41 [iNFO] [ForgeModLoader] Searching C:\Users\Games\AppData\Roaming\.minecraft\mods for mods 2012-08-29 00:35:41 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods 2012-08-29 00:35:41 [iNFO] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file 2012-08-29 00:35:42 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 2 mods to load 2012-08-29 00:35:42 [FINE] [ForgeModLoader] Received a system property request '' 2012-08-29 00:35:42 [FINE] [ForgeModLoader] System property request managing the state of 0 mods 2012-08-29 00:35:42 [FINE] [ForgeModLoader] After merging, found state information for 0 mods 2012-08-29 00:35:42 [FINE] [ForgeModLoader] Activating mod FML 2012-08-29 00:35:42 [FINE] [ForgeModLoader] Activating mod Forge 2012-08-29 00:35:42 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied 2012-08-29 00:35:42 [FINE] [ForgeModLoader] All mod requirements are satisfied 2012-08-29 00:35:42 [FINE] [ForgeModLoader] Sorting mods into an ordered list 2012-08-29 00:35:42 [FINE] [ForgeModLoader] Mod sorting completed successfully 2012-08-29 00:35:42 [FINE] [ForgeModLoader] Mod sorting data: 2012-08-29 00:35:42 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@4df5014e to mod FML 2012-08-29 00:35:42 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@4df5014e delivered to mod FML 2012-08-29 00:35:42 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@4df5014e to mod Forge 2012-08-29 00:35:42 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@4df5014e delivered to mod Forge 2012-08-29 00:35:42 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@30c1b686 to mod FML 2012-08-29 00:35:42 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@30c1b686 delivered to mod FML 2012-08-29 00:35:42 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@30c1b686 to mod Forge 2012-08-29 00:35:42 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@30c1b686 delivered to mod Forge 2012-08-29 00:35:42 [iNFO] [sTDOUT] Starting up SoundSystem... 2012-08-29 00:35:42 [iNFO] [sTDOUT] Initializing LWJGL OpenAL 2012-08-29 00:35:42 [iNFO] [sTDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) 2012-08-29 00:35:42 [iNFO] [sTDOUT] OpenAL initialized. 2012-08-29 00:35:42 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@6cb9c607 to mod FML 2012-08-29 00:35:42 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@6cb9c607 delivered to mod FML 2012-08-29 00:35:42 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@6cb9c607 to mod Forge 2012-08-29 00:35:42 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@6cb9c607 delivered to mod Forge 2012-08-29 00:35:42 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@79e833ff to mod FML 2012-08-29 00:35:42 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@79e833ff delivered to mod FML 2012-08-29 00:35:42 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@79e833ff to mod Forge 2012-08-29 00:35:42 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@79e833ff delivered to mod Forge 2012-08-29 00:35:42 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@5693c7e8 to mod FML 2012-08-29 00:35:42 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@5693c7e8 delivered to mod FML 2012-08-29 00:35:42 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@5693c7e8 to mod Forge 2012-08-29 00:35:42 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@5693c7e8 delivered to mod Forge 2012-08-29 00:35:42 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 2 mods 2012-08-29 00:35:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@2325754b to mod FML 2012-08-29 00:35:59 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@2325754b delivered to mod FML 2012-08-29 00:35:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@2325754b to mod Forge 2012-08-29 00:35:59 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@2325754b delivered to mod Forge 2012-08-29 00:35:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@5427eb13 to mod FML 2012-08-29 00:35:59 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@5427eb13 delivered to mod FML 2012-08-29 00:35:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@5427eb13 to mod Forge 2012-08-29 00:35:59 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@5427eb13 delivered to mod Forge 2012-08-29 00:35:59 [iNFO] [ForgeModLoader] MinecraftForge v4.0.0.237 Initialized 2012-08-29 00:36:01 [iNFO] [sTDERR] java.net.SocketException: Unexpected end of file from server 2012-08-29 00:36:01 [iNFO] [sTDERR] at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source) 2012-08-29 00:36:01 [iNFO] [sTDERR] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source) 2012-08-29 00:36:01 [iNFO] [sTDERR] at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source) 2012-08-29 00:36:01 [iNFO] [sTDERR] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source) 2012-08-29 00:36:01 [iNFO] [sTDERR] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) 2012-08-29 00:36:01 [iNFO] [sTDERR] at java.net.HttpURLConnection.getResponseCode(Unknown Source) 2012-08-29 00:36:01 [iNFO] [sTDERR] at auy.run(SourceFile:26) 2012-08-29 00:36:23 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@3e0ff809 to mod FML 2012-08-29 00:36:23 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@3e0ff809 delivered to mod FML 2012-08-29 00:36:23 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@3e0ff809 to mod Forge 2012-08-29 00:36:23 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@3e0ff809 delivered to mod Forge 2012-08-29 00:36:25 [iNFO] [sTDOUT] MinecraftForge v4.0.0.237 Initialized Stopping! 2012-08-29 00:36:25 [iNFO] [sTDOUT] SoundSystem shutting down... 2012-08-29 00:36:25 [iNFO] [sTDOUT] Author: Paul Lamb, www.paulscode.com
August 28, 201213 yr Fixed in build 238 after getting really pissed off at vanilla enchanting mechanics. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
August 29, 201213 yr Author Thanks for fixing this so quickly. Yea, I got a bit frustrated myself when testing to isolate this problem. Getting Silk Touch on anything is a major hassle.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.