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. This is a 1.16.5 support request, which is not supported here: https://forums.minecraftforge.net/topic/91712-supported-version-directory/ The ip address is for a local subnet (192.168.*.*) so it is unusable by others not on the same local network.
  2. Check you have the latest version then contact the mod author. And you also have some issue with immersive portals conflicting with a network mixin. That is breaking other mods.
  3. One of your mods is not for 1.19.4 so it can't find a class that no longer exists in 1.19.4 The crash report does not say which mod is causing the problem. Guess: Somebody recently reported a similar error with cgm which doesn't yet have a 1.19.4 release: https://www.curseforge.com/minecraft/mc-mods/mrcrayfishs-gun-mod/files
  4. Duplicate post, answered on the other one.
  5. You removed ae2 (applied energistics) which is part of the world gen for that save. Minecraft won't let you load the world without it. Options: * Start a new world * Reinstall ae2 so you can play that save * Use an NBT editor to modify your level.dat and remove the ae2 dimension from the save (backup your world/save before messing around with NBT in case you do it wrong)
  6. Check you have the latest version then contact the mod author. It could also be you have the wrong version of create? In general, if you know which mod is causing the problem you should talk to the mod author. These are the forge support forums. There is nothing we can do to fix other people's mods.
  7. No logs/debug.log means we can't see the error(s) and so can't help you.
  8. Issue with Integrated Dynamics/Cyclops core. But it could also be caused by one of the other mods (underlined above) that has a mixin in this area. Check you have the latest versions then contact the mod authors.
  9. Wrong version of jei
  10. You can read how atlases are now loaded here: https://www.minecraft.net/da-dk/article/minecraft-java-edition-1-19-3 The current default block atlas config can be seen here: https://github.com/misode/mcmeta/blob/assets/assets/minecraft/atlases/blocks.json
  11. In general, overridding/changing vanilla stuff is a bad idea, unless you can do it in a way that plays nicely with other mods. Simple test: What would happen if another mod does something similar to what your mod does? Better is to implement your own block, then let the end user/mod pack developer choose to use your block, e.g. by changing crafting recipes to use your item instead of the vanilla one or give the user some mechanism to morph the vanilla block into your block The other issue with changing vanilla blocks/items is you will run into Mojang's hardcoding. e.g. see the WeatheringCopper class for a hardwired use of Blocks.COPPER_BLOCK Mojang don't design their classes to be reused by modders.
  12. World of bosses (somebosses) is trying to load client classes on the server. Check you have the latest version then contact the mod author.
  13. You already have the "output" of your recipe? https://github.com/elytraByte/Boulanger/blob/98045e09372fa72f86486a21d419cfe84b7be5fb/src/main/java/org/l3e/Boulanger/recipe/StoneMillRecipe.java#L20 Look at what the vanilla recipe serializers do.
  14. Use java 17, mixin does not support java 20 Forge by itself with no mods, doesn't use mixin.
  15. Broken config file, you can find it in your config folder. If you don't have a backup of the file, delete it and it will be recreated with default values.
  16. Sorry, you said after eating, not crafting. Look at HoneyBottleItem.finishUsingItem() or one of the vanilla items that gives a remainder.
  17. Can't help you if you don't show the new error. We have no psychic powers. The original error you show usually happens when you don't shutdown the computer properly (e.g. an OS crash or power outage). Windows then doesn't flush the buffer cache onto the hard drive, so the files don't get saved. If that is what happened, then it is likely you have other broken files. The new crash report should tell you what they are.
  18. Broken config file, you can find it in your world/serverconfig folder. If you don't have a backup of the file, delete it and it will be recreate with default values.
  19. Override IForgeItem.hasCraftingRemainingItem() and getCraftingRemainingItem() for your Item implementation. https://github.com/MinecraftForge/MinecraftForge/blob/e6aaaff3f3d764c9dd92c4fc42d0f6e1b62071a5/src/main/java/net/minecraftforge/common/extensions/IForgeItem.java#L251
  20. https://forge.gemwire.uk/wiki/Item_Properties
  21. From your log file which isn't from curseforge by the looks of it. It's also 5 days old.
  22. You have the wrong version of optifine for your version of forge.

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.