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. the destroy speed of Blocks is calculated in Player#getDigSpeed, due to several factors there are no destroy speed for a Tool, because of this there is no time how fast a tool mines a Block but you should be able to calculated time if you need it what did you tried to achieve?
  2. post debug log and please use https://gist.github.com/
  3. post debug log
  4. this should work, if not create your own thread (show your code) since this thread is ancient
  5. there is a Forge tag for this case, it's called needs_netherite_tool
  6. Problem with Konkrete. Make sure you use the latest version of the mod. If you already use the latest version of the mod, report this bug to the mod author.
  7. via FeatureUtils.register and PlacementUtils.register
  8. client side mods are not required on server and they won't load on server if they are programmed correctly , so this is not the problem Post debug log from server and client
  9. Do this, infos are for example the version you are using, the error you get from your IDE
  10. post debug log Note that only 1.16 and 1.18 are currently supported
  11. the log you post starts Forge 1.18.1, but the Mod you install are for 1.18.2
  12. first of all there are a lot of threads with these topic, just search in the Forge second you can take a look at the vanilla Ore generation, OreFeatures and OrePlacements are the classes you should look at note that you need to register the Features and Placements in FMLCommonSetupEvent and add them via BiomeLoadingEvent
  13. do not set the ip in the server.properties, you can disable your Firewall and your Antivirus for testing
  14. Problem with Oh The Biomes You'll Go. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  15. Projectile is the super class of AbstractArrow which is the super class of Arrow, you can use your IDE to override the method in your Arrow class i would also recommend you to learn the basics concept of java object orientation programming
  16. do you know basic java?
  17. delete this config file
  18. the method exists it's Projectile#onHitEntity
  19. it's the Arrow class for normale Arrows and SpectralArrow class for Tipped Arrows
  20. did you run minecraft after updating Optifine?
  21. the log will be replace when you run minecraft, so it has the same name but different content
  22. the launcher log is in .minecraft/launcher_log.txt
  23. Did you refresh gradle after adding the dependency?
  24. 1.16.5 requires java 8

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.