8000 Merge commit '47a55478fc49293a0ae9a59c4c7faca206bcc560' into v5.2 · ct-js/docs.ctjs.rocks@46e9705 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46e9705

Browse files
Merge commit '47a55478fc49293a0ae9a59c4c7faca206bcc560' into v5.2
2 parents 44386c9 + 47a5547 commit 46e9705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modding-ctjs/mod-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Ct.js is moddable, and the process of making new modules is pretty easy! Modules
44

55
Any module is a directory with `module.json` file inside and any additional files needed for your module to work.
66

7-
:::warn
7+
::: warning
88
The name of the directory itself is the codename of your module. For example, if you look into ct.js folder/data/ct.libs, you will see that the codename of ct.place library is just `place`.
99

1010
The name should be unique, should have lowercase latin letters and (optionally) dots in it, and must not contain underscores and other special characters, like quotes and commas.

0 commit comments

Comments
 (0)
0