Trying to replace some code with my own

Started by CaiGuyCrafter on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 17:15, 28. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Trying to replace some code with my own

So, many of you know that there is such thing as player rendering, where you can add various things to the player's model (i.e: hair, an eye overlay, tails, etc.) Well, here on Mcreator, apparently someone found a way to do this. The code is here:

https://pastebin.com/Q2yqGwZ6

Btw, the code is free to public. I'm not just stealing it.

What I want to do is replace my model with the Argonian Model they have listed in there. So, for that, I believe that you would need to look inside the model java file, right? Here is mine: https://pastebin.com/kb2WgE2e

Here is my attempt at it: 

https://pastebin.com/WJS8v6BA

It came back with a bunch of errors. If you want to have the model, as well as the code and try it in your mod and see my errors, by all means. If you have any ideas please tell me. I'm not a very good coder, though, so it would be better if you just took the custom code element and edited it so it works and then just tell me what you did. But thanks for any help, I really need this!

Wait, wait, wait... Argonian…
Sat, 07/17/2021 - 06:27

Wait, wait, wait... Argonian? Do you mean Elder Scrolls? Are you doing Elder Scrolls mod in Minecraft? :O

(sorry for off-topic, but see this as a "bump"; and if the answer is "yes", then I'm crazy excited)

Last seen on 17:15, 28. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Actually that's someone else…
Sun, 07/18/2021 - 15:39

Actually that's someone else's code. You can look for the forum called "1.15 - Player Rendering" to find out more about that. But my mod is more of an anime mod. Sorry 😐

Oh, sure. Don't worry, that…
Sun, 07/18/2021 - 18:07

Oh, sure. Don't worry, that's kinda inspiring anyway :D If I haven't already some enormous mods in my mind, I'd maybe even try to make Elder Scrolls mod myself, that would be so cool.
Either way, good luck with your anime mod! ^^

Last seen on 17:15, 28. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks. Does anyone have…
Thu, 07/22/2021 - 14:12

Thanks. Does anyone have knowledge of how I can edit my code so it will not have errors?