full suport for models and hotloading Plugins

This commit is contained in:
2026-08-04 22:28:39 -05:00
parent c3b1c51a31
commit d8610311c2
9 changed files with 236 additions and 7 deletions
+2 -2
View File
@@ -1030,8 +1030,8 @@ class UGCZipParsingTests(TestCase):
from library.zips import parse_mods_manifest
path = self._write_zip(_zip_bytes({
'modrinth.index.json': json.dumps({
'dependencies': [
{'project_id': 'abc', 'file_name': 'mod-a.jar', 'dependency_type': 'required'},
'files': [
{'path': 'mods/mod-a.jar', 'env': {'client': 'required', 'server': 'required'}},
],
}),
}), suffix='.mrpack')