Skip to content

Commit 4f1a28f

Browse files
committed
Change subtitle
1 parent e652140 commit 4f1a28f

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

assets/bundles/bundle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -378,3 +378,4 @@ mod.prog-mats-contributor.7 = [#4a6de5]Prosta4ok_ua[] (Ukrainian translation pro
378378
mod.prog-mats-contributor.8 = Some sounds from [#4a6de5]Freesound[].
379379
mod.prog-mats-contributor.9 =Anyone else I sto- *borrowed* code from.
380380
mod.prog-mats.description = A collection of random ideas that come to my head.
381+
mod.prog-mats.subtitle = The machinations of a madman.

assets/bundles/bundle_ru.properties

-1
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,3 @@ mod.prog-mats-contributor.9 = [#4a6de5]xStaBUx[] (Ukrainian translation)
257257
mod.prog-mats-contributor.10 = [#4a6de5]Prosta4ok_ua[] (Ukrainian translation proofreading)
258258
mod.prog-mats-contributor.7 = Некоторые звуки из [#4a6de5]Freesound[].
259259
mod.prog-mats-contributor.8 = Все, у кого я украл код.
260-
mod.prog-mats.description = This mod is mostly just turrets. It's just me having fun with what I can create with the power of Java.

mod.hjson

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"displayName": "Meepscellanious Concepts",
3-
"subtitle": "Madness",
3+
"subtitle": "The machinations of a madman.",
44
"description": "A collection of random ideas that come to my head.",
55
"version": 27.3,
66
"minGameVersion": 146,

src/progressed/ProgMats.java

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public void init(){
6262

6363
progM.meta.displayName = "[#4a6de5]" + progM.meta.displayName + "[]";
6464
progM.meta.description = getModBundle.get(progM.meta.name + ".description");
65+
progM.meta.subtitle = getModBundle.get(progM.meta.name + ".subtitle");
6566

6667
StringBuilder contributors = new StringBuilder(getModBundle.get(progM.meta.name + ".author"));
6768
contributors.append("\n\n").append("[#4a6de5]Contributors:[]");

0 commit comments

Comments
 (0)