⁠
rednesto: NeoForge support (#2196 )
* NeoForged support
* 2024 license
* Add Parchment mappings
* Fix NeoGradle integration
* License
* Fix ktlint error
* Allow using parchment mappings for older versions
* Address reviews
* Quote mod_id placeholder in mods.toml template
See 59677b86ece5864084819bbbe3c616636e9d37f8
* NeoForged support
* 2024 license
* Add Parchment mappings
* Fix NeoGradle integration
* License
* Fix ktlint error
* Allow using parchment mappings for older versions
* Address reviews
* Quote mod_id placeholder in mods.toml template
See 59677b86ece5864084819bbbe3c616636e9d37f8
- {
- "required": true,
- "minVersion": "0.8",
- "package": "${PACKAGE_NAME}",
- "compatibilityLevel": "JAVA_8",
- "refmap": "${MOD_ID}.refmap.json",
- "mixins": [
- ],
- "client": [
- ],
- "injectors": {
- "defaultRequire": 1
- }
- }