Update dtmt.cfg Reference

Lucas Schwiderski 2023-12-05 10:08:38 +01:00
parent a03fab30a0
commit 2fbffa32e9

@ -67,7 +67,8 @@ resources = {
// Will be skipped when `bundled = false` // Will be skipped when `bundled = false`
packages = [ packages = [
// At least one package file (without extension) to load your files. It doesn't have to be named after your mod's ID value, but it is good practice to do so. // At least one package file (without extension) to load your files.
// It doesn't have to be named after your mod's ID value, but it is good practice to do so for the "main" package of your mod.
"packages/mods/DMF" "packages/mods/DMF"
] ]
``` ```