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. there is a method you can overwrite not sure how the method is called look into the Villager class, it's also an example how to open a Container
  2. you have to add them via dependencies screach for it in the gradle sub forum there are many threads about this topic
  3. use @Override when overwrite methods
  4. you can use Level#isAreaLoaded
  5. would this also be possible in LivingUpdateEvent?
  6. now you talk about dependencies so this would work for you
  7. are you sure you have update to 1.17?
  8. why do you need to know how to right click your Entity via code?
  9. look's like a Feature which is add to your custom Dimension has a wrong Height (VerticalAnchor), where is your Features class?
  10. look at the PanicGoal understand how they work and create your own Goal
  11. 1.14 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  12. if you use these mods in the dev, gradle will compile them automatically (if you use them as a dependency)
  13. get the command literal via Reflection and check if it equals the command literal you want to modify
  14. error in Oh The Biomes You'll Go, make sure the mod is up to date, if it is report the bug to the mod author
  15. vanilla add "requires" behind Commands#literal, so it should work also do not post vanilla code we all can look into your ide nextime post the class name an the line, that's enough to find the code part you are talking about
  16. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  17. I have already explained to you
  18. 1.14 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  19. Forge 1.16.5 requires java 8-15 but minecraft prefer java 8. I'm not sure if this is your error, because the java version is visible in picture
  20. 1.11 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  21. You need to add a PanicGoal to the Entities, look how the existing Goal work
  22. I'm not sure if I understood your question, what do mean by "how can I right click an Entity". To answer your question aim at the Entity and click the right mouse button...! Another attempt to answer your question there is EntityInteractEvent.RightClick
  23. please post full debug log and use https://gist.github.com/ for the log
  24. why on earth did you register Events in FMLServerStartingEvent? you should do this is your Mod constructor, or you use the automatic event registration (via @Mod.EventBusSubscriber & @SubscribeEvent) Edit: I recommend you to use the automatic registration, it is the easiest and best solution you could choose

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.