Update 'Migrating from loose files'
parent
70e5892758
commit
cc36dd3d2e
1 changed files with 6 additions and 4 deletions
|
@ -17,11 +17,13 @@ description = ""
|
||||||
// A version number to track changes in your mod with. Not used, yet, but good practice to always have anyways.
|
// A version number to track changes in your mod with. Not used, yet, but good practice to always have anyways.
|
||||||
version = ""
|
version = ""
|
||||||
|
|
||||||
// The Lua files passed in the second parameter of DMF's `new_mod`
|
// File paths to Lua files, as passed in the second parameter of DMF's `new_mod`
|
||||||
resources = {
|
resources = {
|
||||||
// The Lua file to be called by DMF when it initializes your mod.
|
// The Lua file to be called by DMF when it initializes your mod.
|
||||||
init = ""
|
init = ""
|
||||||
|
// The Lua file returning the mod's DMF configuration.
|
||||||
data = ""
|
data = ""
|
||||||
|
// The Lua file returning localization strings to be registered with DMF.
|
||||||
localization = ""
|
localization = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue