Posted April 22, 20187 yr If any of you are familiar with JinRyuu's DBC mod, I'm trying to replicate his Aura system, but this is also for me learning exactly how entities work. In his code, he registers his Entity, Model, and Renderer just like any other entity, but the entity sprite is 2D, and it gives off an Aura effect. How could I create something similar? Edited April 22, 20187 yr by NickBurnett
April 22, 20187 yr Which part are you having trouble with? Displaying a 2D sprite as a visual model? or Finding all nearby entities? (the aura) Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
April 22, 20187 yr Author @Draco18s I'm having trouble with the entire concept. Am I supposed to create the Entity, make a 2D sprite, give it a basic model & renderer? Also, if I sent you a video of how Jin did it in his mod, would you be able to help me more in understanding exactly what is going on?
April 22, 20187 yr You...: Create an entity Give it a model and renderer (this will be the 2D sprite) Code the aura effect inside the entity Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
April 23, 20187 yr Author @Draco18s Well obviously, however I'm wondering if I could get a quick rundown example of how this would work. I'm not asking for anything too serious, just an idea of what my could should be similar to that way I have structure to go off of.
April 23, 20187 yr If your looking at how to render a 2d model look at the vanilla Render Snowball class. A couple modifications to it (making the image load from a file rather than the TextureMap etc.) and it should work perfectly About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
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.