• Pack dependencies on native modules can be declared using the module name without the need to specify a UUID, using the “module_name” attribute. The module name matches the import statement (e.g., “mojang-minecraft”)
{
"dependencies": [
{
"module_name": "mojang-minecraft",
"version": "1.0.0-beta"
},
{
"module_name": "mojang-gametest",
"version": "1.0.0-beta"
}
]
}