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.

Luis_ST

Members
  • Joined

  • Last visited

Everything posted by Luis_ST

  1. i talk about the vanilla TNT and TNT Minecart, then you need to create your own explosion, or you can modify the vanilla one
  2. the reason for that is simple the Block is not placed by a Player, if you want that the method is called you need to call the method manually in your Item class
  3. the vanilla explosion is spheric...?
  4. it is just a name, there is no physical connection
  5. this subscribes the full class and all Events in it to the client, this explains your problem Dist#CLIENT include the singleplayer server (IntegratedServer), but not the DedicatedServer remove the value from the annotation and it should work any reason why you not use the vanilla Stats system
  6. first of all remove Performant, do not use magic performance mods if the error remains it could be an issue with Oh The Biomes You'll Go
  7. the launcher log is in curseforge\minecraft\Install
  8. there is no error in the log you post, make sure it was the full log if this was the full debug log post launcher log
  9. this is not necessary, since the Forge REACH_DISTANCE is already synced between server and client
  10. this should work but there are a few unnecessary code lines: you can just return ImmutableMultimap.Builder#build
  11. this is correct now you need to remaingin stuff
  12. you can take a look at this, but it is recommend to use Datageneration
  13. why did you not read the posts in the thread, like I told you (as a reminder here)? first of all you need to add the ForgeMod.REACH_DISTANCE to all EntityTypes that you want to have your Attribute, then you need to create a Multimap with the Attribute itself and it's AttributeModifier, note this map must be lazy initialized, you can use Lazy.of for this and last but not least you need to return the Multimap in Item#getAttributeModifiers, if you want to add the Attribute to a vanilla Item you need to use ItemAttributeModifierEvent
  14. you need to add your Block to a minebale tag (axe, hoe, pickaxe or shovel) and a needs tool tag (needs_stone_tool, needs_iron_tool, needs_diamond_tool or one of the Forge ones)
  15. then read the posts before there is a solution what did you mean by "PacketHandler and put it in the tools"?
  16. this should work, note the default speed of the normale Minecart is 1.2F how did you test it?
  17. you need to override #applyEntityCollision and #addVelocity and remove the super call
  18. there was a thread with the same problem, unfortunately i'm not be able to find this thread and I can't remember the solution see next post override #getMaxCartSpeedOnRail, and return the speed you want
  19. you also need to cancel the CallbackInfoReturnable
  20. update to the latest version of Forge, also 1.16.5 requires java 8
  21. one of your mods requires GeckoLib, unfortunately is this mod not declared its dependencies correctly to Forge, so Forge can not show you a warning. If you find out which Mod requires GeckoLib report this issue to the Mod author

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.