Jump to content

Nt..

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Nt..

  1. What event is called when chunk is generated for first time?
  2. i understand now how are blocks made, but what if i need object which requires more polygons than minecraft block. Json structure seems to be terrible. And also how can i made animations now? For calculation of animations i need to work with code, not file structure.
  3. What is the new system for models in 1.8. I know its "something" with new json system but i could not find info more informations about it.
  4. Im struggling with this task. I created model in techne and generated java file. Now i'd like to use this model ingame. I've found many tutorials how to create an item and use custom itemrenderer but sadly, all of them were outdated. Now i have - an item extending item class, registered in gameregistry etc. (it appears ingame but without texture and its model is a cube), a texturemap- no idea where should i put it, it seems like its path in resources is important and a model class generated by techne.
  5. After i setup workspace i cant start forge gradle. (using Intellij idea 13 ultimate) [10:30:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker [10:30:18] [main/ERROR] [LaunchWrapper]: Unable to launch java.lang.ClassNotFoundException: cpw.mods.fml.common.launcher.FMLTweaker at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_71] at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_71] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_71] at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_71] at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_71] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) ~[?:1.7.0_71] at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_71] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106) ~[launchwrapper-1.11.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_71] at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_71] at java.lang.Class.forName0(Native Method) ~[?:1.7.0_71] at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_71] at net.minecraft.launchwrapper.Launch.launch(Launch.java:98) [launchwrapper-1.11.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_71] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_71] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_71] at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) [idea_rt.jar:?] Process finished with exit code 0 forge version - 1.8-11.14.0.1273 (currently its latest) using java 7, same thing happens when i try to run it with java 6, i havent tried java 8 but i heard forge doest work on java 8. vm args -Xmx2048M -Xms2048M -Dfml.ignoreInvalidMinecraftCertificates­=true -Djava.library.path="**\1.8 Workspace\Forge\build\natives" program args --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --accessToken=FML
×
×
  • Create New...

Important Information

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