fabric.mod.json isn't generated by template
See original GitHub issuefabric.mod.json
isn’t generated by template, which means that the mod won’t be initialized. It won’t cause any error, but does mean that the generated build won’t do anything and none of the code is used with the runClient
Gradle task.
Please include the following information in all bug reports:
- Minecraft Development for IntelliJ plugin version: 2022.1-1.5.19
- IntelliJ version: IntelliJ IDEA 2022.1 (Community Edition)
- Operating System: Linux (Fedora)
- Target platform: Fabric
Issue Analytics
- State:
- Created a year ago
- Comments:13 (1 by maintainers)
Top Results From Across the Web
i edited fabric.mod.json but it doest update : r/fabricmc - Reddit
i noticed it because my mod id is as "modid" and not "minend" because of this error: Mod 'Example Mod' (modid) requires version...
Read more >documentation:fabric_mod_json_spec [Fabric Wiki]
In all cases, the mod JSON, fabric.mod.json , is defined as either: an object containing a “schemaVersion” key with an integer value, denoting ......
Read more >Ability to add fabric.mod.json files to non-mod dependencies ...
Currently the only way to add fabric.mod.json files to non-mod dependencies is by including them. This works in most cases, but not when...
Read more >Fabric Mod Error - Help/Discuss - Gradle Forums
I'm making my first Fabric mod, I was watching a tutorial but then found out ... Entry fabric.mod.json is a duplicate but no...
Read more >Why does Fabric tell me that I have the wrong version installed?
As logs said, you need the Fabric API in any version. This requirement is made by your plugin, in your fabric.mod.json file.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I can’t confirm this, but I think the issue is caused by unticking the use fabric api checkbox.
Seeing this issue as well.