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. you need to add Botania with version 1.16.5-420.1 or above
  2. it's an Access Transformers
  3. this is not possible, since EyeOfEnder#readAdditionalSaveData does not read and set the target pos
  4. update Forge to the latest version
  5. you have not installed the correct dependencies for Interactive Corporea
  6. Problem with Untamed Wilds. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  7. you can create a BlockPos form a Vec3, take a look at the constructors of BlockPos
  8. learn basic Java and read the error message
  9. the error should be clear, getPosition requires a float as parameter you can use 1.0F, getPosition returns then the current position
  10. i'm not sure if this will work but, vanilla calculates the Potion Color in PotionUtils.getColor this way is registered in ItemColors the idea is now you subscribe to ColorHandlerEvent.Item and remove there the ItemColor for the PotionItem, SplashPotionItem and the LingeringPotionItem then add a custom ItemColor for the these Items Note: you need Reflection or an AT to remove the ItemColors for the Items
  11. unfortunately i have no idea what's cause the crash
  12. this is the old debug log, gz is a zip file run the game again and post then the debug log
  13. thats the correct log we need the debug.log not the latest.log
  14. again no error in the log, the log simply ends
  15. update Forge to the latest version
  16. why did you not send a packet to the client which will first update the ItemStackHandler and then open the Screen?
  17. there is no error inside the log, post full debug log and please use https://gist.github.com/ to upload the file
  18. remove Performant
  19. in the same way: ForgeHooks.getBurnTime(itemstack, RecipeType.SMELTING) this returns the burn time of the given ItemStack for the Smelting RecipeType
  20. if you only change the Capability while the Menu is open, then no

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.