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. https://forums.minecraftforge.net/topic/117694-adfocus-is-acting-up/#comment-518222
  2. Same problem, different file.
  3. You can use forge's CommandEvent to cancel the operation of any command you like.
  4. Your jei-server.toml configuration file is invalid/corrupted. You will find it in saves/<save-name>/serverconfig If you don't have a backup of this file and don't know how to fix it, you can delete the file and it will be recreated with default values.
  5. You have 3 mods that want a different version of forge and 1 that wants a different version of minecraft The last thing mentioned in your log is the performant mod which is a mod for minecraft 1.16 Try the latest version of forge for 1.19.2 to fix the others.
  6. You have block when it should be blocks. https://github.com/liambcode/forge-1.19.2-43.1.30-mdk/tree/master/src/main/resources/data/debrismod/loot_tables/block
  7. It's a crash in your graphics driver: See: https://forums.minecraftforge.net/topic/117925-forge-1192-43147-crashing-on-startup-with-exit-code-1/#comment-519007
  8. Then look at how that mod does it. I would bet it either; * changes the crafting table recipe to output its own implementation of the crafting table * uses mixins or some other byte code manipulation
  9. Issue with the modelfix mod. Check you have the latest version then contact the mod author.
  10. Remove the file. It will only regenerate it with default config if it doesn't exist.
  11. Issue with the tombstone mod. Check you have the latest version then contact the mod author. You have -Xmx specified twice? Not sure which one it uses in that case.
  12. The method ResultSlot.onTake() hardwires the value 1 in its call to CraftingContainer.removeItem()
  13. Post the logs/debug.log but you probably want to contact the content tweaker mod author.
  14. https://forums.minecraftforge.net/topic/117694-adfocus-is-acting-up/#comment-518222
  15. Looks like an issue with ferrite core missing a configuration file You should contact the modpack author or the mod author.
  16. You can see how immersive engineering does it here: https://github.com/BluSunrize/ImmersiveEngineering/blob/289fa688194dc1b640245cee5ad902ecfd7d2564/src/main/java/blusunrize/immersiveengineering/common/world/Villages.java#L122
  17. Download the 1.19.2 version of journeymap https://www.curseforge.com/minecraft/mc-mods/journeymap/files/all?filter-game-version=1738749986%3A73407
  18. To see what the player is looking at, you can do var hitResult = Minecraft.getInstance().hitResult; The hitResult.getType() will tell you if it is a block. The rest you will need to code yourself. Probably using the PlayerTickEvent? Don't forget to check the phase and side of that event. If you want to do it on the server, then you will need to use the slower Entity.pick() method for the player. I don't think you want to be doing that every tick multiplied by the number of players.
  19. That repo hasn't been updated in a month. It contains no data folder: https://github.com/liambcode/forge-1.19.2-43.1.30-mdk/tree/master/src/main/resources
  20. Issue with the illuminations mod. Check you have the latest version then contact the mod author.
  21. Your config file flywheel-client.toml is invalid/corrupted. You can find it in the config subfolder. If you don't have a backup of this file and don't know how to fix it, you can delete the file and it will recreate it with default values.
  22. warjort replied to DGK's topic in Support & Bug Reports
    This is just the wrong version of optifine FAQ: You should have a log for this. And it says you have a crash report: To fix the problem you need to go to the optifine download page and click on 1.18.2 "Preview versions" then download the latest version.

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.