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. it was the 1.16.5 name for TargetingConditions I'm not sure which method you use, since there is only one method in Level with the name getNearbyEntities and it requires 4 parameters: getNearbyEntities(Class<T>, TargetingConditions, LivingEntity, AABB) and not getNearbyEntities(Class<T>, AABB, TargetingConditions)
  2. sorry was 1.18 class name, in 1.16.5 it's LookAtGoal
  3. Unfortunately I can't tell you which mod is causing the error, you can use binary search to find the mod that is causing the error
  4. error with Twilightforest and Optifine (maybe not compatible), try without Optifine, if the error still exist remove also Twilightforest.
  5. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  6. Which version of Forge and which Java version did you use?
  7. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  8. No the issue was fixed in 36.2.20
  9. did you really don't use any other mods? since i can't reproduce the bug
  10. run the installer from the command line and post full output
  11. okay after a look at the TargetGoals you need to create a custom HurtByTargetGoal and a custom NearestAttackableTargetGoal in your custom HurtByTargetGoal you need to overwrite canAttack and call super if you want that the Mob can attack the Entity. in your custom NearestAttackableTargetGoal you need to overwrite also canAttack and call super if you want that the Mob can attack the Entity. then you also need to replace the LookAtPlayerGoal
  12. you need to update the Block, since you only set the State when you place it
  13. It's now DrawSelectionEvent.HighlightBlock
  14. Post full debug log and stop formatting the lig it's hard to read
  15. The .jar file has been moved, you need to run the server via the scrip file (.bat on windows and .sh on mac)
  16. if the PR is added to 1.18, you can create a PR to port it back
  17. you can try BlockRenderDispatcher#renderSingleBlock (BlockRenderDispatcher this is the 1.17 class name not sure what's 1.16.5)
  18. iirc this is at the moment not possible but there is a PR for that https://github.com/MinecraftForge/MinecraftForge/pull/8261
  19. which Monster and of which Monsters do you want to change the TargetGoals, all?

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.