[Question] How can we differentiate between Forge and NeoForge mods? #58
-
Hi folks! I'm a maintainer of a GitHub Action that aids users in publishing their Minecraft projects across various platforms, such as Modrinth and CurseForge. At present, my action identifies NeoForge mods as Forge mods, which is in line with what was stated on your website:
However, when the transition to become a hard fork takes place, how will we be able to distinguish between Forge and NeoForge mods? Is it possible that the [[dependencies.foo]]
- modId="forge"
+ modId="neoforge" Alternatively, could there be plans to entirely revamp the metadata format and adopt a naming style similar to Fabric and Quilt, such as |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I think this will only resolve itself past 1.20.1 |
Beta Was this translation helpful? Give feedback.
-
wait are forge mods compatible with neoforge? |
Beta Was this translation helpful? Give feedback.
-
Answering my own question, my assumption was correct – NeoForge now utilizes the [[dependencies.foo]]
- modId="forge"
+ modId="neoforge" |
Beta Was this translation helpful? Give feedback.
Answering my own question, my assumption was correct – NeoForge now utilizes the
neoforge
dependency instead of the legacyforge
one: