Modding/def.json: Revision history

From Desynced Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 August 2023

  • curprev 21:2621:26, 20 August 2023Vdd talk contribs 634 bytes +634 Created page with "<syntaxhighlight lang="js" line="1"> { "id": "YourModId", "name": "Your Mod Name", "version_name": "1.0", "version_code": 1, "author": "You", "homepage": "...", "description": "Example def.json for Your Mod", "options": "options.lua", // If you want your mod to have a settings page under Options > Mods "packages": { "Data": { "name": "Your Mod Data", "entry": "data.lua", "dependencies": [ "Ma..." Tag: Visual edit