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. You should post the entire *real* code. We aren't going to spend time trying to debug code you aren't actually using.
  2. Can't really help you if you don't post the up-to-date code. If your code is anything like the link you posted before, you have a problem here: https://github.com/DJ-Laser/BetterAllaysMod/blob/7d00639cd3aceef113e4ed093b15c38ae0e50230/src/main/java/com/djlaser/betterallays/block/ModBlocks.java#L39 You use SmallJadeBude.get() but that block isn't registered yet. What you should do is make your TemplateBuddingBlock take a list of RegistryObject<Block> instead of blocks directly. That way you don't have to worry about the ordering. You call get() when you need the real object at runtime which is well after all the blocks have been registered.
  3. player.level.dimension() == Level.OVERWORLD
  4. https://forums.minecraftforge.net/topic/117925-forge-1192-43147-crashing-on-startup-with-exit-code-1/#comment-519007 Error with graphics driver, see the above thread for a possible fix. Otherwise contact the manufacturer.
  5. No, that is the latest log. It doesn't show the mod ids for the mods. But you have both rei (roughly enough items) and jei (just enough items) installed which won't work.
  6. Install the 1.19.2 version of journeymap https://www.curseforge.com/minecraft/mc-mods/journeymap/files/all?filter-game-version=1738749986%3A73407
  7. Issue with the tinker's construct mod, check you have the latest version then contact the mod author.
  8. You have 4 mods that want a different version of forge. Try upgrading to the latest version of forge. You will need the latest preview version of optifine. https://github.com/sp614x/optifine/issues/7127 Your actual crash is with the supplementaries mod: Check you have the latest version then contact the mod author.
  9. You are trying to reference an object that isn't registered (yet?) Blocks are registered before items. https://forge.gemwire.uk/wiki/Registration
  10. Don't paraphrase errors, post a link to your debug.log
  11. Look at vanilla's ErrorScreen. That's basically all it is, a button and some text. 🙂
  12. Issue with the littletiles mod. Check you have the latest version then contact the mod author.
  13. Look at what vanilla items do with ItemStack.shrink() and InteractionResultHolder.sidedSuccess() e.g. BoatItem.use()
  14. You are still trying to access objects before they are registered.
  15. https://www.curseforge.com/minecraft/mc-mods/spark
  16. Can't help you if you don't post the debug.log
  17. Minecraft 1.12 and before had a limit of 65535 items (actually 4096 but you had 16 "colors" per item), 1.13 removed that limit.
  18. run/logs/debug.log
  19. As it says, you have duplicate mods installed. Since you don't post the debug.log I can't tell you what they are.
  20. https://johann.loefflmann.net/en/software/jarfix/index.html

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.