Jump to content

How to create animated custom entities for techniques using Forge 1.18.2 GeckoLib3


SL91994

Recommended Posts

I would like to use GeckoLib3 to create animated custom entities for techniques.
(I have already completed the model, textures, and animations using the Geckolib plugin for BlockBench).
An example would be Rasengan from naruto!

What we want to make
Ultimately, I would like to create something that summons a custom entity of my own creation to attack an opponent when a specific key on the keyboard is pressed.(The event is completed when the key is pressed.)

Question Lists

1. What class should CustomEntity.java inherit from? (extends)
I think RasenganEntity is not a living entity (LivingEntity), in that case, which class should it inherit from?

2. I want the animation "animation.○○○○○○.spawn" to be triggered when the technique is activated (when the entity is born).
Please tell me how to do this.

3.  In Renderer.java, is it suitable to inherit from GeoEntityRenderer? (If it is a non-living entity, I get an error.)
The type parameter 'net.name.mod_id.entity.custom.OriginalEntity' is not within its boundaries.' Must inherit from 'net.minecraft.world.entity.LivingEntity'


Version Info
Forge(1.18.2-40.0.5)
Geckolib3('geckolib-1.18-forge:3.0.13')

This is my first post, so apologies if there are any mistakes.
Japanese -> English translation is used.(DeepL)

Edited by SL91994
Mistakes in Submission
Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

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