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.

warjort

Members
  • Joined

  • Last visited

Everything posted by warjort

  1. These are the forge support forums. Identifying which mod is causing the problem is as far as we go. For help with individual mods you need to contact the mod authors.
  2. Issue with create, others have said it is a conflict with optifine.
  3. People that; * post "it doesn't work" instead of showing the actual error. * don't include all the information https://github.com/RealYusufIsmail/Armour-and-Tools-Mod/blob/f8f865ef0c94cfe54d3847d398ee9f533cf94379/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/BlockInit.java#L21 * spend less than 30 minutes trying to figure it out for themselves and instead expect others to do their work for them will usually just be ignored. I could try to guess what the problem is, but with such incomplete information I would likely be wrong, so I won't. I've answered a number of your problems recently and the last few were trivial typos in your code which tells me you are putting little effort into trying to debug it for yourself.
  4. Issue with create when drawing a map item. Others have said it is a conflict with optifine.
  5. There is no error in that log. If it is the full log, post a link to your launcher_log.txt before restarting the launcher. But the last thing in the log is Which would suggest that file is invalid/corrupted? Try deleting it and it should be recreated with default options.
  6. Do you know how to read java code? It's not difficult to find: AbstractMinecart.tick() -> moveAlongTrack() -> applyNaturalSlowdown()
  7. i.e. your resource/datapack metadata You have a invalid space (%20) at the beginning of the file name. https://github.com/RealYusufIsmail/Armour-and-Tools-Mod/blob/changed_to_java/src/main/resources/ pack.mcmeta
  8. https://www.curseforge.com/minecraft/mc-mods/invmove/relations/dependencies You need to check the dependencies of the mods you download.
  9. https://forge.gemwire.uk/wiki/BlockState_JSONs and getVariantBuilder()
  10. What you do is go to the Mojang office and put a big red "NO" sticker over all the developer's refactoring button in their IDE. 🙂 Mojang still regard the worldgen introduced in 1.16.x as experimental, so any worldgen modding is going to be painful porting across versions until they (if ever) stabilise the code. See DimensionSpecialEffects.forType() and related code.
  11. FriendlyByteBuffer.readList()/writeCollection() e.g. ClientBoundExplodePacket sends a list of exploded BlockPos
  12. Install the latest preview release of optifine.
  13. The "broken" thread dump just shows it processing image data. It is not "stuck". Of course it might be looping infinitely due to one of your mods breaking minecraft's internal data structures. But that isn't something we can diagnose with a log. If you managed to narrow it down to the quark mod, I suggest you check you have the latest version then contact the mod author. But it could also be as I said above, where the increased number of mods requires a bigger texture atlas for more textures. That is stressing your memory and the java garbage collector.
  14. If you know the problem is byg and you have tried the latest version, contact the mod author.
  15. https://forge.gemwire.uk/wiki/Dependencies/1.18 You can't use obfuscated mods in a development environment.
  16. Issue with apotheosis/placebo trying to generate random loot. Check you have the latest version then contact the mod author.
  17. Issue with the ironfurnaces mod. Check you have the latest version then contact the mod author.
  18. Maybe this? https://forums.minecraftforge.net/topic/119518-exit-code-1073740940/#comment-524102
  19. I've never use the gametest stuff, but I bet if you ./gradlew --debug task-you-are-running to look at the command line used to start minecraft, you have 2 versions of mixin on the classpath? You need to figure out why.
  20. Mods for 1.19.3 aren't going to work with minecraft 1.19.2
  21. Maybe this? https://forums.minecraftforge.net/topic/119518-exit-code-1073740940/#comment-524102
  22. If you know the issue is with create and you have the latest version, then you should contact the mod author.
  23. As was stated on the link I provided above, this is crash in native code. If it's not flywheel, you need to report it to microsoft or try a different java.

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.