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. https://forge.gemwire.uk/wiki/Main_Page This is a support forum, not a human search engine.
  2. Please don't post text as images. You should upload your logs/debug.log to a file sharing site. To fix this problem, you need to use java 17, mixin does not support java 19
  3. Optional changes to textures can be made with resource packs. https://minecraft.fandom.com/wiki/Resource_pack
  4. Please don't post logs in the forum. Use a file sharing site. There is no error in that log. If it really is the full log and not just truncated by the forum, post a link to the launcher_log.txt
  5. This how you would do it with forge's pickaxes item tag. item -> ForgeRegistries.ITEMS.tags().getTag(Tags.Items.TOOLS_PICKAXES).contains(item); Alternatively you could do it rhe old fashioned way with a marker interface (or abstract super class) public class MyWoodenHammerItem implements Hammer { ... } public class MyMetalHammerItem implements Hammer { ... } item -> item instanceof Hammer
  6. Broken config file. It's in the config subfolder. If you have no backup, delete the file and it will be recreated with default values.
  7. Issue with the bloodandgold mod trying to load client classes on the server. Check you have the latest version the contact the mod author.
  8. Level.getEntities() or one of the related methods that uses it. e.g. see the code in BeaconBlockEntity.applyEffects()
  9. Just search the last "caused by" then look for mod names.
  10. Maybe this; https://forums.minecraftforge.net/topic/119038-1192-failed-to-run-example-mod-on-fresh-setup/#comment-522788 Otherwise contact AMD it is a crash in their graphics driver.
  11. Issue with immersive portals, probably a conflict with another mod. Check you have the latest version then contact the mod author.
  12. Issue with quark. Probably a conflict with another mod or you have the wrong version for 1.19.2 Check you have the latest version then contact the mod author. This is turning into another one of those "can you debug/fix my badly put together modpack for me". I would guess have a large number of mods of varying quality? It never ends well. When you have finally fixed all the crashing you will have no idea which mods are causing other issues that don't crash the game. And probably neither will we. You should build your modpack one mod at time or in small groups and test it. That way you will have a better idea which mods cause problems or conflicts. Alternatively, start with a modpack that somebody else has already tested and modify it (again do so incrementally).
  13. warjort replied to badkraft's topic in Modder Support
    Sorry, but I refuse to continue a discussion with somebody that uses the strawman and ad hominem logical fallacies to try to win arguments.
  14. Ask the carryon mod author. They seem to be also including its classes in their mod? Other people have reported this issue: https://github.com/Tschipp/CarryOn/issues/452
  15. Maybe this? https://forums.minecraftforge.net/topic/119518-exit-code-1073740940/#comment-524102 Otherwise you need to report the crash to microsoft (link is in that dump) or try a different java.
  16. Conflict between the carryon and mixinextras mods. Check you have the latest versions then contact the mod authors.
  17. Issue with the sky villages mod. According to curseforge it doesn't say it is compatible with 1.18.2 https://www.curseforge.com/minecraft/mc-mods/sky-villages-forge/files/all?filter-game-version=1738749986%3a73250 Contact the mod author.
  18. launcher_log.txt not latest.log
  19. There is no error in that log, if it is the full log, post the launcher_log.txt from directly after the crash.
  20. Props for showing all the code, so I can see what your problem is. But you could have saved some time if you just posted the error instead making me build and run your project to see it. You have; Which uses a LeaveVineDecorator according to its CODEC. You need to create and register your own TreeDecoratorType that uses your codec so it knows how to (de)serialize your decorator to and from json The relevant registry is https://github.com/MinecraftForge/MinecraftForge/blob/b5073c10efb3154720a8039b2d7e131fd9fabe24/src/main/java/net/minecraftforge/registries/ForgeRegistries.java#L95 By the way, modifying the builtin registries to create Configured/PlacedFeatures hasn't been the correct way to do it since 1.18.1 (if it was even correct then) and won't work at all with Mojang's new way of doing things in 1.19.3
  21. warjort replied to badkraft's topic in Modder Support
    I think I understood it perfectly? You want something and expect other people to change their priorities to provide it. Most mod developers are too busy writing their own mods or playing minecraft to write docs in what little free time they have. That's why you should appreciate those people that do provide what exists even more.
  22. https://github.com/search?q=MenuProvider+NetworkHooks&type=code examples on github https://docs.minecraftforge.net/en/latest/gui/menus/#opening-a-menu overview docs
  23. Huh? A capability implementation must implement its own interface. You don't even show the full stacktrace of the error which will tell you where the cast occurs (maybe implicitly inserted by the compiler because of generics?). If you want further help, you need to show everything you are doing. Posting snippets of code out of context and truncated error messages just means your question unanswerable and will probably just mean your question gets ignored. We are not going to waste our time chasing you for relevant information. It is you that wants help.
  24. Issue with the ModelFix mod. Check you have the latest version then contact the mod author (or ATM8 modpack author).

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.