Jump to content

GiovanniStella

Members
  • Posts

    16
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

GiovanniStella's Achievements

Tree Puncher

Tree Puncher (2/8)

1

Reputation

  1. Hello, I started a YouTube channel a while ago, and I need a forge dev to help with some videos. Price is negotiable. (You won't be working for free.) I need to create a mod with realistic pokemons models and some animations. Just like 3-4 pokemons and some animations that I'm going to discuss in private. All the models will be bought by myself, but animating is another issue. If you don't know how to animate, that's not an issue, we can find someone else to help with this part. I really need help with this one, and I truly hope to find someone here Sorry for any grammar errors, English is not my first language. Thanks for reading, Giovanni.
  2. Ok, i was having somoe trouble with git bash but i finally did upload the correct folder to git hub. Now it has all entities folder https://github.com/GigiTeddy/keanu5/tree/master/src/main/java/me/TeddyTheGamer/KeanuMod I added just o reference in ClientEventBusSubscriber.class that cyberKeanuEntityType is EntityType<CyberKeanu>. I was just trying to correct the error somehow. If you could please take another look at my code I would be grateful. And if you have any link to a 1.16.4 entity tutorial that would helpme with this problem, please link it down. Thank you.
  3. Ok, so I tried something, I added this into ClientEventBusSubscriber.class: private static EntityType<CyberKeanu> cyberKeanuEntityType; And so I got no errors doing : RenderingRegistry.registerEntityRenderingHandler(ClientEventBusSubscriber.cyberKeanuEntityType, new CyberKeanuRenderFactory()); *But the game crashed when I started* This is the lastest log of this crash : https://www.dropbox.com/s/9mene0urd6pt2t4/latest.log?dl=0 And this is the debug log of this crash : https://www.dropbox.com/s/exr4td5tkzoczsj/debug.log?dl=0
  4. Ok, so I tried something, I added this into ClientEventBusSubscriber.class: private static EntityType<CyberKeanu> cyberKeanuEntityType; And so I got no errors doing : RenderingRegistry.registerEntityRenderingHandler(ClientEventBusSubscriber.cyberKeanuEntityType, new CyberKeanuRenderFactory()); *But the
  5. Oh yeah right, updated : https://github.com/GigiTeddy/Keanutest2
  6. What do you mean? You want me to show my Cyberkeanu.class? I posted my github here : https://github.com/GigiTeddy/KeanuTest
  7. Hey again, i followed what you sent me and one of my two problems is now gone. I copied his registration event in the main class and it probably worked (I cannot play it still to test it out but the red error is gone now) But i still cannot correct my "ClientEventBusSubscriber" which is yours "StartupClientOnly" class. I copied your IRe nder factory for the boomerang but i still get this error (Screenshot_3.png) I might have got it wrong but idk. I will keep on trying to find a solution but appreciate any help here. Thanks.
  8. Thanks, I will give it a read!
  9. Hey, so I started codding a mod just a few days ago and I'm not so sure why my code does not work. I have followed tutorials but it still does not work. My two problems are at my ClienteEventBusSubscriber.class and my Main class (which is KeanuMod.class). The first one keeps asking me for IRenderFactory, but everything I try to do does not work. And the Main class says something about need LivingEntity, but I do not know the difference in this and CreatureEntity (which is the one i extended in my entity class). Also, there is a class named CyberKeanuFactory, which is just a failed attempt of mine to make an IRenderFactory. I'm not an expert on this, so I very much appreciate your kindness. Thank you for reading. This is my code in github : https://github.com/GigiTeddy/KeanuTest This is the tutorial i followed :
  10. Dude, you are a LEGEND. Thank you so much, it worked. I don't actually remember writing it down but anyways. Thanks to everyone that posted here!
  11. Thank you so much! I will try to register like this and see if the mod recognizes my .jsons.
  12. Its my first time doing this, and i cannot believe i actually did it. Here it is : https://github.com/GigiTeddy/Test1
  13. I posted it again as .jar, but its the same as before. Im uploading as a txt so you guys can see it.
  14. First time uploading to github, is it right? https://github.com/GigiTeddy/Keanumod
  15. It keeps saying that this log is too big to upload here, or even paste bin. Here can I post it? So i uploaded it to my dropbox : https://www.dropbox.com/s/exr4td5tkzoczsj/debug.log?dl=0 Tell me if there's a better way for this.
×
×
  • Create New...

Important Information

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