-
Can not download
Adfocus is currently down, you can bypass it and download the files directly:
-
-
Minecraft Forge Changes Vanilla Enchanting Table Mechanics Without Mods
Can you reproduce this on 1.21.11-61.0.8? And definitely not in Vanilla? If so, I'd recommend reporting it on GitHub, making sure to provide all the information requested in the issue template.
-
[SOLVED] Error when trying to add dependency
m_6631_ is Tier.getAttackDamageBonus, you can see the call in the Basic Weapons code here. I'm not sure why this is happening, the fg.deobf call in build.gradle should be deobfuscating the dependency from SRG to Official/Parchment names. Did you definitely have fg.deobf in place when you got this crash? Try refreshing the Gradle project in your IDE to make sure it's in sync with the build script. In IntelliJ IDEA, this can be done with the "Sync All Gradle Projects" button in the Gradle window. If this doesn't help, you may want to ask in the #mod-dev-support-1․20․x channel on Discord as there are people there that don't read the forums.
-
[SOLVED] Error when trying to add dependency
Your repository appears to be private. You probably need to add the MixinGradle plugin to allow it to deobfuscate the mixins from your dependency. You shouldn't need the annotation processor or other configuration from that page unless you're using mixins yourself.
-
Cannot import net.minecraft.world.item.SwordItem
The SwordItem class doesn't exist in newer versions, Mojang moved the sword functionality to Data Components. Look at the sword registrations in the Items class for examples of this.
-
Help fixing modpack with Exit Code: -1
- java.lang.IllegalStateException: Cannot get config value before config is loaded.
- [SOLVED][1.21.8 | Forge 58.0.5] How to cancel InputEvent.MouseScrollingEvent?
- Game can't generate unique mod list - no mods appear twice ?
- BUG: Cactus Flower Placement is BROKEN
Can you reproduce this with version 55.0.21? A whole lot of plant placement issues were just fixed in this PR.- Forge 54.1.1 Missing Textures please help
Yes, once you have data generation set up, it's a lot easier to add a line of code to your generator class than it is to copy, paste and edit 2-3 JSON files for each new item.- Forge 54.1.1 Missing Textures please help
Minecraft 1.21.4 requires a new model definition file for each item, which you don't have. These can be created through Data Generation, specifically the ModelProvider, BlockModelGenerators and ItemModelGenerators classes.- Trying to play 1.20.1 in MultiMC with forge mods but this error all the time.
https://forums.minecraftforge.net/topic/155182-trying-to-play-1201-in-multimc-with-forge-mods-but-this-error-all-the-time/- What if there was an option to include searching by words in the description/overview?
You can try their Ideas Portal, linked from the footer of their site.- What if there was an option to include searching by words in the description/overview?
You seem to be confusing Minecraft Forge (a mod loader, this site) with CurseForge (a mod distribution platform for Minecraft and other games). The two are unrelated, you probably want to take this feedback to CurseForge. - java.lang.IllegalStateException: Cannot get config value before config is loaded.
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.