Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DragonITA

Members
  • 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. Update the version of forge.
  7. 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
  8. Best mod i ever see about mobs power! I love this!
  9. 1.12.2 is no longer supported, update to a modern Version to receive support.
  10. I think he want to make a mod, without command block.
  11. 1.12.2 is no longer supported, update to a new Version to receive support.
  12. Thanks, now i know with what i should to start?.
  13. 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!
  14. Yes, if you can the recommended Version.
  15. Sorry, how can i delete Replys?
  16. What Version of Java are you using? What Version of Minecraft are you using? What Version of Forge are you using?
  17. How it was possibly to use a outdated version of Forge? How to delete my reply?
  18. Why you are bumping? Its not your Topic.
  19. Why do you need that your mod was completely on the serverside?
  20. 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?
  21. 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).
  22. 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.

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.