This commit is contained in:
ipz233_vvv
2025-01-15 15:27:19 +02:00
parent c61b490999
commit e1e65a6d5b
6 changed files with 58 additions and 29 deletions

View File

@@ -8,7 +8,7 @@
var replacements = new[]
{
//ORDER MATTERS
new { Old = "com.example.template", New = "io.github.cooldev.coolmod" }, //change mod package
new { Old = "com.example", New = "io.github.cooldev" }, //change mod package
new { Old = "template", New = "coolmod" }, //change modid
new { Old = "Template", New = "Cool Mod" }, //change mod display name
// ↕ <- Letter L is different case here