I tried to create my dimension using misode, I tried using the inline code in generator settings , but the dimension is kinda bugged .
That's a way to create a overworld type biome , like a plains or something like that but using my block as a surface/underground blocks?
I fixed it by downloading the geckolib mod and putting it in the mods folder, Thanks anyway for your help and patience.
If I don't bother you, could I ask you another question? How can I add animation to my mob when it attacks? The animation I have ready but I can't figure out how to add it
I created a small mod in version 1.18.2, I tried to export it via the cmd by writing gradlew build, the mod was created and I put it in the mods folder of .minecraft, so far so good but when I try to open the game gives me this error:
I want to clarify that when I start the client from intellij idea the game works perfectly.
I hope you help me, thanks.
Thank you so much , it works . But now i just want to know because he walk in reverse and how to make it attack the players , i added this:
this.targetSelector.addGoal(7, new NearestAttackableTargetGoal<>(this, Player.class, true));
but it doesn't work
and i don't know also how to add another animation when he attack
oh i think i fixed it i added eventBus.addListener(this::clientSetup);
The game didn't crash ,the entity it's spawned with summon and the animations works , but the mod walk in reverse and he don't spawn randomly lol