full suport for models and hotloading Plugins
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user