Files
architectury-loom/src/test/resources/projects/nestJarsApi/nested-mod-content/fabric.mod.json
Finn Rades eca987a2d3 Add nestJars API for nesting locally built mod jars (#1427)
* Add nestJars API for FileCollection support

* Add missin new-line

* Fix imports

* Rework constructor to avoid ugliness

* Update java docs

* Update java docs

* Implement asked improvements

* Fix checkstyle
2025-11-07 21:06:07 +00:00

8 lines
180 B
JSON

{
"schemaVersion": 1,
"id": "nestedmod",
"version": "1.0.0",
"name": "Nested Mod",
"description": "This mod will be nested using the nestJars API",
"environment": "*"
}