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. Level.getEntities() or one of the related methods that uses it. e.g. see the code in BeaconBlockEntity.applyEffects()
  2. Just search the last "caused by" then look for mod names.
  3. 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.
  4. Issue with immersive portals, probably a conflict with another mod. Check you have the latest version then contact the mod author.
  5. 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).
  6. 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.
  7. 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
  8. 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.
  9. Conflict between the carryon and mixinextras mods. Check you have the latest versions then contact the mod authors.
  10. 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.
  11. launcher_log.txt not latest.log
  12. There is no error in that log, if it is the full log, post the launcher_log.txt from directly after the crash.
  13. 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
  14. 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.
  15. 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
  16. 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.
  17. Issue with the ModelFix mod. Check you have the latest version then contact the mod author (or ATM8 modpack author).
  18. If you don't know what that error means you are in the wrong forum. You want a "learning java" forum.
  19. warjort replied to badkraft's topic in Modder Support
    To have the silk touch effect, your item must have the SilkTouch enchantment. See BlockLootSubProvider.HAS_SILK_TOUCH (1.19.3) for how vanilla decides if the silk touch block loot entries apply. For tiers/ingredients, try this search where other people have figured it out: https://github.com/search?q=TierSortingRegistry&type=code If you expect closed source software not designed to be modded by others to have good documentation you are going to be disappointed. You need to do what other modders do which is read the minecraft source and look at how other mods implement things similar to what you are trying to do.
  20. You need to give it more memory using whatever mechanism your launcher uses to configure java heap memory.
  21. https://johann.loefflmann.net/en/software/jarfix/index.html
  22. You need a block that collects xp. e.g. https://ftbwiki.org/Experience_Pylon or https://ftb.fandom.com/wiki/Essence are examples.
  23. There is no optifine download compatible with 1.19.3 (yet).
  24. Replace Entity with BlockEntity then check if you want to attach to that BlockEntity using instanceof e.g. https://github.com/MehVahdJukaar/WIPsuppMULTI/blob/cff33b050cf564d4fffb2ecfff8cd888528fe82d/forge/src/main/java/net/mehvahdjukaar/supplementaries/common/capabilities/forge/CapabilityHandler.java or one of the other examples from this search: https://github.com/search?l=&p=3&q=AttachCapabilitiesEvent+BlockEntity&ref=advsearch&type=Code
  25. People that post snippets of incomplete code will usually just be ignored. That is unless the error is trivially obvious from what you post. You need to show all relevant code, preferably on github. We don't play guessing games with you to try to figure out what the problem is.

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.