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. Legendary tool tips is a broken client side only mod you don't need on the server.
  2. This is a basic java question, that usually don't get answered here. You need to learn java (or one of the other jvm languages like koitlin or scala) to write mods effectively. Buy a book or use an online course. Anyway: getEmptySuccessItem is a static helper method used by BucketItem.use() static methods are not polymorphic, you cannot override them in subclasses.
  3. Post the launcher_log.txt from directly after the crash.
  4. Your fml.toml file is corrupted/invalid. If you don't have a backup, try deleting it and it should be recreated with default values.
  5. There is no error in that log (and please put logs on a file sharing site). Post a link to your launcher_log.txt from directly after the crash.
  6. Check you have the latest version then contact the mod author.
  7. Something is not registered properly for the CoffeeDelight mod. Check you have the latest version then contact the mod author.
  8. Looks like at least one of the forge files is missing? Whatever did your forge install didn't complete properly. Try the install again and make sure it says it completed without error.
  9. That says midnlightlib is still installed or you posted the wrong log.
  10. Tags, don't have that structure. They are an isA relation. They let you do a blockState.is(TagKey) check to see if a block is part of the tag and that's it. You can write your own datapack type with whatever structure you like. See minecraft's PreparableReloadListener and its subclasses, you can register your own using the AddReloadListenerEvent that's how forge's internal mod loads dynamic loot modifiers: https://github.com/MinecraftForge/MinecraftForge/blob/2815e69407fe64523b6f4165a9fd965333634afd/src/main/java/net/minecraftforge/common/ForgeInternalHandler.java#L120 https://github.com/MinecraftForge/MinecraftForge/blob/1.19.x/src/main/java/net/minecraftforge/common/loot/LootModifierManager.java Or you can just use a config file: https://forge.gemwire.uk/wiki/Configs
  11. There is no jar file. Hasn't been for a long time. You use the run.bat or run.sh depending on your operating system. Read that file and the user_jvm_args.txt for more information.
  12. I don't know then. You don't show the new error message without midnightlib installed and you have never posted your logs/debug.log like it says to do in my footer and the forum sticky post, so I don't know which mods you have installed. If it isn't one of the mods mentioned on that bug report I linked above, the only to find the mod will be to experiment with removing mods until the problem goes away. Backup your world(s) before removing mods.
  13. Check you have the latest version then contact the mod author.
  14. You have some issue with it rendering a chest. The error message does not say which mod is causing the problem. I have underlined all the mods that are directly modifying the class where the error occurs. But given the error message and where it occurs it could be any mod. Further down, it does show oculus doing something (shadows?) for block entities which is what is what a chest is. I would guess the only way you are going to find the problem mod is to experiment with removing mods until the problem goes away. The ones underlined above would be the first to test along with any other graphics "optimisation" mods you have. Backup your world(s) before removing mods.
  15. Check you have the latest version then contact the mod author.
  16. https://forums.minecraftforge.net/topic/122834-help-with-an-error-i-keep-having-when-trying-to-launch-my-modpack/#comment-534408
  17. I underlined the mod file name on your other thread: The mod has this long standing bug report: https://github.com/TeamMidnightDust/MidnightLib/issues/19 The mod authors say they have removed the hat functionality for 1.19.4, doesn't say anything about a fix for 1.19.2
  18. Looks like you have two different mods providing the mixinextras functionality? Check you have the latest versions then contact the mod authors to figure out what is going on.
  19. I don't know then. You could use the PlayerEvent.HarvestCheck event to see what the actual values are for the BlockState and the player's held item when it does the check. To see if they are what you expect.
  20. Why do you keep repostin the same error report? It is the midnight_hats mod. Contact the mod author. https://forums.minecraftforge.net/topic/122361-help-with-an-error-i-keep-having-when-trying-to-launch-my-modpack/#comment-532966 or uninstall the mod.

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.