Jump to content

dfrankcom

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

dfrankcom's Achievements

Tree Puncher

Tree Puncher (2/8)

1

Reputation

  1. Thanks for the response, I was considering making everything larger, but that would include making the objects like chests larger as well. I also have no idea how to make the player themselves bigger. Does anyone know how to do either of those things? Thanks, dfrankcom
  2. Hi all, I am extremely new to modding, and have almost no idea what I am doing. I am creating a very basic mod (adding new blocks and items to the game), but need a much more complicated thing done before I can move on with my mod. I need to change the default block size in Minecraft so that everything is a quarter of the size. This would mean that there would be 8 blocks in the space that there used to be one. I have no idea how to do this, and am not even sure if it is possible. I am aware that there are modders who have already done this, such as in the Little Blocks Mod, but I would like to implement my own version into my mod. If it is any easier to code, I am willing to make it so that the only blocks that need to be a quarter of the size are the blocks that I have created. If anyone has any idea how to do this, their help would be greatly appreciated. Thanks, dfrankcom
  3. I did some fiddling after posting my response, and did some more research, and I finally solved the problem. I just had to delete the "coremods" folder in the .minecraft directory. I hope this helps anyone else that had the same problem as me! dfrankcom
  4. I am using Magic Launcher to install and use mods as I find it very simple to operate. It has worked supremely up until this point, when I tried to use Forge. I have read countless forums, but can't seem to find an answer. I have put Forge in the launcher by itself, and with Modloader, but neither work. I have also both deleted and manually installed the contents of the .minecraft/lib folder. I am using the newest version of forge too. I am now completely at a loss, and this is the only place that I could think to turn. My log is as follows: (In Magic Launcher) [embed=425,349]*** MagicMinecraftLauncher 1.0.0 *** Disable inactive mods 2012-11-18 17:45:04 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.4.4.442 for Minecraft 1.4.4 loading 2012-11-18 17:45:15 [iNFO] [sTDERR] java.lang.reflect.InvocationTargetException 2012-11-18 17:45:15 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-11-18 17:45:15 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-11-18 17:45:15 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-11-18 17:45:15 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-11-18 17:45:15 [iNFO] [sTDERR] at magic.launcher.Launcher.main(Unknown Source) 2012-11-18 17:45:15 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker 2012-11-18 17:45:15 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175) 2012-11-18 17:45:15 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:92) 2012-11-18 17:45:15 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26) 2012-11-18 17:45:15 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2219) 2012-11-18 17:45:15 [iNFO] [sTDERR] ... 5 more 2012-11-18 17:45:15 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker 2012-11-18 17:45:15 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:264) 2012-11-18 17:45:15 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155) 2012-11-18 17:45:15 [iNFO] [sTDERR] ... 8 more 2012-11-18 17:45:15 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker 2012-11-18 17:45:15 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141) 2012-11-18 17:45:15 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-11-18 17:45:15 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-11-18 17:45:15 [iNFO] [sTDERR] at java.lang.Class.forName0(Native Method) 2012-11-18 17:45:15 [iNFO] [sTDERR] at java.lang.Class.forName(Unknown Source) 2012-11-18 17:45:15 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:256) 2012-11-18 17:45:15 [iNFO] [sTDERR] ... 9 more 2012-11-18 17:45:15 [iNFO] [sTDERR] Caused by: java.lang.ClassCircularityError: codechicken/core/asm/ObfuscationManager$ClassMapping 2012-11-18 17:45:15 [iNFO] [sTDERR] at codechicken.nei.asm.NEITransformer.transformer001(NEITransformer.java:31) 2012-11-18 17:45:15 [iNFO] [sTDERR] at codechicken.nei.asm.NEITransformer.transform(NEITransformer.java:102) 2012-11-18 17:45:15 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178) 2012-11-18 17:45:15 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133) 2012-11-18 17:45:15 [iNFO] [sTDERR] ... 14 more [/embed] (In .minecraft) [embed=425,349]2012-11-18 17:39:53 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.4.4.442 for Minecraft 1.4.4 loading 2012-11-18 17:39:53 [FINEST] [ForgeModLoader] All core mods are successfully located 2012-11-18 17:39:53 [FINEST] [ForgeModLoader] Discovering coremods 2012-11-18 17:39:53 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.6.0.jar 2012-11-18 17:39:53 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.6.0.jar 2012-11-18 17:39:53 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.6.0.jar 2012-11-18 17:39:53 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.0.0.jar 2012-11-18 17:39:53 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.0.0.jar 2012-11-18 17:39:53 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.0.0.jar 2012-11-18 17:39:53 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2012-11-18 17:39:53 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2012-11-18 17:39:53 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2012-11-18 17:39:53 [FINEST] [ForgeModLoader] Running coremod plugins 2012-11-18 17:39:53 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin [/embed] Any advice would be greatly appreciated. Thanks, dfrankcom
×
×
  • Create New...

Important Information

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