Jump to content

zSkell

Members
  • Posts

    35
  • Joined

  • Last visited

Recent Profile Visitors

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

zSkell's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. 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?
  2. I did all the json files , but know i need help for the registration of the biome.
  3. Any help on how to create a biome in 1.18.2?
  4. 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
  5. So i need to add this to my mods.toml , but i don't know how to do it properly
  6. 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.
  7. just i don't know why my mob goes in reverse , can someone help me?
  8. if anyone else could help me please, thank you. edited mod :https://github.com/zSkell/Mod_Infernum.git
  9. 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
  10. 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
  11. I know, in fact I'm learning something, only this thing about events is not very clear to me, obviously I still have a lot to learn but I'll try.
  12. honestly no, it's the first time that I use java, so I'm not very good.
×
×
  • Create New...

Important Information

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