Skip 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.

warjort

Members
  • Joined

  • Last visited

Everything posted by warjort

  1. run.sh or run.bat (windows) Read the files for more information.
  2. One of your config files is invalid/corrupted. You can find it in the config folder. If you don't have a backup of this file, you can delete it and it should be recreated with default values.
  3. Looks like a conflict between debugify and okzoomer? Check you have the latest versions then contact the mod authors.
  4. That log contains error either. It doesn't even show you starting minecraft. If you restart the launcher after the crash it will clear the log. Take a copy of the log with it showing you running minecraft, before restarting the launcher.
  5. https://github.com/MinecraftForge/MinecraftForge/blob/d812fdd0a35276abc72a308b604bb8fae551e6a4/src/main/java/net/minecraftforge/common/extensions/IForgeEntity.java#L204
  6. Your logs don't contain any error. If they are really the complete logs, post your launcher_log.txt
  7. Maybe ServerPlayer.getRecipeBook() then contains(ResourceLocation) ?
  8. You have to use its runtime name. There's a bot on forge's discord that helps you do it. Ask there.
  9. Don't know then. It's probably something to do with your eclipse being 4 years old? I suggest you talk to the eclipse/buildship people or upgrade eclipse.
  10. Just create an empty folder and use that as your workspace.
  11. File -> import -> gradle -> existing gradle project You only need the geneclipseruns task if you want to run minecraft inside the ide. It generates eclipse's native run configurations from the gradle config. And the plain eclipse task is redundant. buildship will overwrite the files it generates with its own project settings anyway.
  12. Relook at that link. The information is there, including a whole worked example at the bottom on how to attach to an entity and store a "damageDealt" field. You don't need the first part if you are using the annotation for capability registration. There's also a separate page on that same wiki: https://forge.gemwire.uk/wiki/Capabilities/Attaching
  13. https://forge.gemwire.uk/wiki/Capabilities
  14. https://github.com/sp614x/optifine/issues/7127
  15. Looks like one of your mods is trying to load a client class on the server. The error message does not say which one. Maybe the debug.log has more information. I notice in the log you have oculus on the server which is a client side mod. You probably have others?
  16. Looks like a known issue: https://github.com/team-abnormals/savage-and-ravage/issues/119 You should probably make the modpack authors aware of this.
  17. My understanding from reading the code for LivingEntity.hurt() is that cancelling the event does not stop the all the hurt processing? It just makes the entity hurt for 0 damage. For the teleportation. That is not related to the entity taking damage. There is separate logic and event for this: EntityTeleportEvent.EnderEntity
  18. https://forge.gemwire.uk/wiki/Dependencies
  19. The source code for what you want is here: https://github.com/MinecraftForge/ForgeGradle/tree/FG_1.0 or there is this in the modern maven repository: https://maven.minecraftforge.net/net/minecraftforge/gradle/ForgeGradle/1.0/maven-metadata.xml But, you won't get support for anything before 1.18 in this forum. You will have to work through problems yourself or find somebody else who mods on your version to help you.
  20. Use java 17, mixin does not support java 19
  21. Looks like an issue with updgraded netherite mod? Check you have the latest version the contact the mod author.
  22. Use java 17, mixin does not support java 19
  23. You are trying to mods for 1.15 with minecraft 1.18.2? Download the versions of those mods that are for minecraft 1.18.2
  24. Read the comments in your user_jvm_args.txt
  25. There is nothing else in that log about your problem. I have underlined the following mods that are modifying code in this area: But that does not mean it is one of these mods. They are just ones you can check first to see if you have the latest version or there are known issues.

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

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.