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. post debug log, if you playing on CurseForge you need to enable the debug log in the settings
  2. Problem with RandomPatches. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  3. 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.
  4. you could launch minecraft again and post then the launcher log
  5. Problem with Structure Gel. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  6. Luis_ST replied to Kolan's topic in Modder Support
    post full log
  7. Problem with Hammer Lib. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  8. looks like the version of cold sweats you are using is broken
  9. you have there a Level, so you be able to get them via Level#getBlockEntity
  10. remove the ' before and after the Path
  11. post installer log, which folder are you talking about?
  12. you can not get the data of a BE without having a Level, where did you need the BE data? show your code
  13. you can use BaseContainerBlockEntity#getCapability with CapabilityItemHandler.ITEM_HANDLER_CAPABILITY as parameter to get the Container of the BE as an IItemHandler
  14. what data are you talking about, since there is a lot of data in a BE?
  15. first the Player's left Block depends on his facing: when the Player faces north the left Blocks has a offset with x: -1, y: 0, z: 0 when the Player faces east the left Blocks has a offset with x: 1, y: 0, z: -1 when the Player faces south the left Blocks has a offset with x: 1, y: 0, z: 0 when the Player faces west the left Blocks has a offset with x: 0, y: 0, z: 1 you need to add the offset to the current position of the Player and then check via Level#getBlockState and BlockState#is if the Block is Blocks.IRON_BLOCK
  16. Problem with Unearthed. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  17. you can take a look at how vanilla render their overlays, from IngameGui#render all Overlays are rendered
  18. usually in .minecraft/config but it may depend on your launcher
  19. you did not install all required dependencies
  20. make sure the log you post is the full log, since it simply ends and it does not contains any error
  21. Problem with "radium". Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  22. i looked at the code, but there is no difference between vanilla code and forge code

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.