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. Which file are you talking about. Post installer log.
  2. Please post debug.log from the logs folder.
  3. Make sure you are using the latest version of Blue Skies. If the Mod is already up to date, talk to the Mod author.
  4. the folder is in your Game directory Note if you using CurseForge you need to look into the CurseForge folder and you need to enable the debug.log in the settings
  5. Please post debug.log from the logs folder.
  6. Luis_ST replied to pranavvs's topic in Support & Bug Reports
    Then you need to remove these Mods or you need to downgrade Forge to version 41.0.63.
  7. Luis_ST replied to pranavvs's topic in Support & Bug Reports
    Guns Without Roses and Meet Your Fight needs to update to the recent breaking changes of Forge. Check if there are updated versions.
  8. Why are you doing this so complicated? you can simply call Mob#setDropChance with EquipmentSlot#MAINHAND and EquipmentSlot#OFFHAND and the value you want, if you wish a guaranteed drop you can also call Mob#setGuaranteedDrop
  9. Please post debug.log from the logs folder.
  10. Optifine is a client side mod, remove it from the server.
  11. Please post debug.log from the logs folder and a sceenshot of the mods folder.
  12. Please post debug.log from the logs folder.
  13. I would not recommend you to use Mods like Sodium, since the most magic performance Mods increase the game performance due breaking of game mechanics. This can cause problems with other Mods
  14. This code is only called on client, if you want to execute the code on server only you need to check: !event.getLevel().isClientSide() I Personally, keep this side check, since if there are changes in Forge or the Event is called by another mod somewhere you don't get any issues. do not execute any code on client just ignore it: if (!event.getLevel().isClientSide()) { // do your stuff here }
  15. use this, if you're playing on a DedictaedServer you have the Dist DEDICATED_SERVER, if you're playing in Singleplayer you also have a Server an IntegratedServer which has not the Dist DEDICATED_SERVER read the javadoc of the Event
  16. This is a file on your computer we can not access to it. You can use https://imgur.com/ for images.
  17. Please post debug.log from server and client.
  18. In the log you post the game does not crash, but there is an GL error this could be an issue with your graphic driver. Make sure it's up to date.
  19. did you add the FTB Chunks as an gradle dependency?
  20. Please post debug.log from the logs folder.
  21. Are you sure the Optifine version you are using is compatible with the Forge version you are using? if yes which exact Optifine and Forge version are you using? This should not be related to Optifine, since Optifine is a client side render Mod as far as i know they do not modify the client key and mouse input, and entities are damaged server side only. Please post debug.log from the logs folder.
  22. Did you use FTB Chunks as an required dependencies?
  23. why would you use commands for this? PlayerList#getOps -> ServerOpList#remove with Player#getGameProfile and Player#moveTo do the same thing for you without any hacky code
  24. why did you use this complicated way? and btw you can store the TargetBlockState list in a static final field (requires a Supplier, since the Blocks are not registered yet when the class is load)

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.