File tree 4 files changed +3
-2
lines changed
4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -378,3 +378,4 @@ mod.prog-mats-contributor.7 = [#4a6de5]Prosta4ok_ua[] (Ukrainian translation pro
378
378
mod.prog-mats-contributor.8 = Some sounds from [#4a6de5]Freesound[].
379
379
mod.prog-mats-contributor.9 =Anyone else I sto- *borrowed* code from.
380
380
mod.prog-mats.description = A collection of random ideas that come to my head.
381
+ mod.prog-mats.subtitle = The machinations of a madman.
Original file line number Diff line number Diff line change @@ -257,4 +257,3 @@ mod.prog-mats-contributor.9 = [#4a6de5]xStaBUx[] (Ukrainian translation)
257
257
mod.prog-mats-contributor.10 = [#4a6de5]Prosta4ok_ua[] (Ukrainian translation proofreading)
258
258
mod.prog-mats-contributor.7 = Некоторые звуки из [#4a6de5]Freesound[].
259
259
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.
Original file line number Diff line number Diff line change 1
1
{
2
2
"displayName": "Meepscellanious Concepts",
3
- "subtitle": "Madness ",
3
+ "subtitle": "The machinations of a madman. ",
4
4
"description": "A collection of random ideas that come to my head.",
5
5
"version": 27.3,
6
6
"minGameVersion": 146,
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ public void init(){
62
62
63
63
progM .meta .displayName = "[#4a6de5]" + progM .meta .displayName + "[]" ;
64
64
progM .meta .description = getModBundle .get (progM .meta .name + ".description" );
65
+ progM .meta .subtitle = getModBundle .get (progM .meta .name + ".subtitle" );
65
66
66
67
StringBuilder contributors = new StringBuilder (getModBundle .get (progM .meta .name + ".author" ));
67
68
contributors .append ("\n \n " ).append ("[#4a6de5]Contributors:[]" );
You can’t perform that action at this time.
0 commit comments