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. Issue with the aquaculture mod, contact the mod author.
  2. Please stop bumping and think about why nobody is answering. We don't help people write bots/cheats. Even if you are not writing a bot, it's the kind of question somebody writing one would ask.
  3. Issue with the snow real magic mod. Check you have the latest version then contact the mod author. But I would guess the real problem is you using a version of optifine that is not for your version of forge? Download the latest preview release.
  4. Upgrade your java to a recent version.
  5. Issue with oculus, check you have the latest version the contact the mod author.
  6. Use java 17. Mixin does not support java 19
  7. Crash in your graphics driver. See this thread for a possible fix: https://forums.minecraftforge.net/topic/117925-forge-1192-43147-crashing-on-startup-with-exit-code-1/#comment-519007 Otherwise contact amd.
  8. There is no optifine release yet for 1.19.3 AFAIK? You need to ask them.
  9. https://github.com/MinecraftForge/MinecraftForge/blob/ae954bea17f43ba8ab6baa83b760a4817e748a5d/src/main/java/net/minecraftforge/common/world/ForgeChunkManager.java#L84 i.e. pass false instead of true.
  10. warjort replied to Winterbeard's topic in Modder Support
    Check you have the latest version of jaopca then contact the mod author.
  11. You are trying to use the 1.19.3 version of CosmeticArmorReworked with minecraft 1.19.2
  12. You need to contact the mod authors. Oculus is part of the cause.
  13. This is a crash in the java virtual machine. You need to contact microsoft, or try a different version of java, e.g. https://adoptium.net/
  14. You can't just replace the crafting table. Look at the CraftingMenu.stillValid() check or see for example: https://forums.minecraftforge.net/topic/114789-best-way-to-create-a-custom-crafting-table-in-119/?do=findComment&comment=508881 In general it is a bad idea to replace vanilla objects in the registries. You will just create conflicts with other mods trying to do the same thing or run into code where Mojang hard wires things. What you should do is create your own block and let users or modpack developers decide whether to use your crafting table. e.g. they can change the recipe so it crafts your block instead of the vanilla one using a datapack.
  15. Something has an operating system lock on this configuration file. If you can't figure it out, try restarting your computer.
  16. You should check your version of bumblezone is compatible with 1.19.3 You have at least 2 other mods that are NOT compatible with 1.19.3: Since forge 1.19.3 is still in beta, you might want to play with 1.19.2 until it is properly released and your mods have had a chance to update to the new version.
  17. If you can't find the hs_err_pid file, you can check the crash reports folder or the launcher_log.txt in the main minecraft folder. Sometimes the error can be captured there. Don't restart your launcher after the crash before uploading the file, otherwise it will clear the log.
  18. Here's the vanilla model for a lingering potion: https://github.com/misode/mcmeta/blob/assets/assets/minecraft/models/item/lingering_potion.json You can find its ItemColor handler in the vanilla ItemColors class.
  19. https://forge.gemwire.uk/wiki/Tinted_Textures In particular layerN has tintIndex = N if you are using the builtin/generated item model.
  20. Here's what I found in the gradle docs: https://docs.gradle.org/current/userguide/declaring_repositories.html#sub:flat_dir_resolver You can use a search engine just as well as I can. People don't appreciate being used as a human search engine. It's a waste of my time caused by your laziness.
  21. Issue with the solarflux mod. Check you have the latest version then contact the mod author.
  22. read and modiify user_jvm_args.txt

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.