add duck emoji in duck mod title

This commit is contained in:
ZXMushroom63 2025-02-02 15:14:58 +08:00
parent bbecc3b86b
commit 144370a5e4

View File

@ -1,5 +1,5 @@
(function DuckEntity() {
ModAPI.meta.title("Duck Mod");
ModAPI.meta.title("Duck Mod 🦆");
ModAPI.meta.version("v1");
ModAPI.meta.description("adds ducks to the game");
ModAPI.meta.credits("By ZXMushroom63");