⁠
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
- {
- "pack": {
- "description": "${MOD_ID} resources",
- #if (${PACK_COMMENT} != "")
- "pack_format": ${PACK_FORMAT},
- "_comment": "${PACK_COMMENT}"
- #else
- "pack_format": ${PACK_FORMAT}
- #end
- }
- }