-
Recently Browsing
No registered users viewing this page.
-
Posts
-
Really old Minecraft versions are no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
By Turtledove · Posted
Ah sorry, you're right. I can refer you to the way Lycanites renders all of their .obj model entities, and best of all it's up to date for 1.16, but it is pretty complicated than just your standard java model. Depending on what you're doing it might not be worth it... https://gitlab.com/Lycanite/LycanitesMobs/-/tree/master/src/main/java/com/lycanitesmobs/client -
wasn't TEST for item stacks, or tile entities? I know I have to extend an EntityRenderer, but I don't know how to get an obj to render from there
-
Each time I try, it makes an "installer.txt" which has the following; java.net.preferIPv4Stack=true Exception in thread "main" java.lang.reflect.InvocationTargetException 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.minecraftforge.installer.Java6Gate.main(Java6Gate.java:48) Caused by: java.lang.ExceptionInInitializerError at net.minecraftforge.installer.ClientInstall.getSponsorMessage(ClientInstall.java:401) at net.minecraftforge.installer.InstallerAction.getSponsorMessage(InstallerAction.java:60) at net.minecraftforge.installer.InstallerPanel.updateFilePath(InstallerPanel.java:334) at net.minecraftforge.installer.InstallerPanel.<init>(InstallerPanel.java:315) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:167) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:54) ... 5 more Caused by: java.lang.ArrayIndexOutOfBoundsException: 1 at net.minecraftforge.installer.MirrorData.buildMirrorList(MirrorData.java:84) at net.minecraftforge.installer.MirrorData.<init>(MirrorData.java:63) at net.minecraftforge.installer.MirrorData.<clinit>(MirrorData.java:17) ... 11 more
-
By Turtledove · Posted
I haven't touched obj models in MC since 1.12.2 so I wouldn't know if anything changed, but with a TESR I recall I could just override the render method and make OpenGL transforms (which I'm sure has been replaced with matrixstacks) in it...
-
-
Topics
-
Who's Online (See full list)
Recommended Posts