We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45ac00 commit 75f6e88Copy full SHA for 75f6e88
README.md
@@ -1,7 +1,8 @@
1
## What is this?
2
This is the example mod for ValksGodotTools/Template. Mods can add and replace assets as well as execute C# scripts.
3
4
-Every mod needs a `mod.json` file. The `id` should be unique to your mod and only your mod.
+> [!WARNING]
5
+> Every mod needs a `mod.json` file. The `id` should be unique to your mod and only your mod.
6
```json
7
{
8
"name": "Example Mod",
0 commit comments