Jump to content

DragonITA

Members
  • Posts

    552
  • Joined

  • Last visited

Everything posted by DragonITA

  1. If that what @M3rein has say was true, then you need to create a new class that extend Item and override the Item.hasEffect.
  2. And how to get the Blockstate from a nearby Block? I don‘t have a idea on how to make this. The Block class have a getStateID(Blockstate) and a geetStateByID(int ID), but it don‘t help my very much. Can anyone help me?
  3. @Draco18s, how big is a Minecraft block?
  4. You can see the code of a splash potion, not see the part with the effect but the part on how it create the particles, then if you know how to use particles you can use onitemrightclick function or something else (just override the function)
  5. My entity extends HorseEntity, and this extends AbstractHorseEntity. In AbstractHorseEntity i have see the PanicGoal, then my Entity have a PanicGoal. If i am wrong then just say it me.
  6. See vanilla
  7. Update the version of forge.
  8. Hello, i am trying to make that my entity play a animation if she was panicked, but it nothing playing, why? Github:https://github.com/DragonGamerDevelopers/NewFantasyMod/blob/1.15.2/src/main/java/mod/dragonita/fantasymod/client/models/ModelUnicorn.java
  9. Best mod i ever see about mobs power! I love this!
  10. 1.12.2 is no longer supported, update to a modern Version to receive support.
  11. I think he want to make a mod, without command block.
  12. 1.12.2 is no longer supported, update to a new Version to receive support.
  13. Thanks, now i know with what i should to start?.
  14. Hello, i am trying to make a Pickaxe that can destroy multiples blocks an the same time, i try by seeing the parameter of Blockstate and the parameters of the Block, but still don‘t know how to achieve it. Need help!
  15. Yes, if you can the recommended Version.
  16. Sorry, how can i delete Replys?
  17. What Version of Java are you using? What Version of Minecraft are you using? What Version of Forge are you using?
  18. How it was possibly to use a outdated version of Forge? How to delete my reply?
  19. Why you are bumping? Its not your Topic.
  20. Why do you need that your mod was completely on the serverside?
  21. First, if you need help show the full mod on Github or Gitlab. Second: are you working on a weapon or what else? Third: Are you use it on the on both sides or Client or Server side?
  22. Okay, try to manual make your Render class: https://github.com/Cadiboo/Example-Mod/blob/1.15.2/src/main/java/io/github/cadiboo/examplemod/client/render/entity/WildBoarRenderer.java And you don‘t really need the Enderslime model, as it was the same as the Slime model: delete this class and extends in your EnderslimeRenderer class MobRenderer. First parameter was the Entity (not Entitytype) and the second parameter was the Slimemodel. If you need to add a parameter to the Slimemodel then try to add the same Entity class. In others words, see Cadiboo Github link above (don‘t add a layer, slimes don‘t have layers).
  23. Do you want learn to mod in 1.14.4 or 1.15.2? Harry Talks it‘s not really the best modding tutorial, but the best was to see the Vanilla code and try to learn from it, but if it still don‘t work then you can see online tutorials.
×
×
  • Create New...

Important Information

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