Skip to content

Commit

Permalink
A few things I missed in the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Feb 1, 2021
1 parent 73bd4ad commit 0eaa181
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/main/resources/assets/modmenu/lang/it_it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"modmenu.title": "Mod",
"modmenu.descriptionTranslation.modmenu": "Aggiunge un menu dove puoi vedere una lista di tutte le mod installate",
"modmenu.loaded": "(%s Caricate)",
"modmenu.config": "Configura mod",
"modmenu.modsFolder": "Apri la cartella delle mod",
3 changes: 3 additions & 0 deletions src/main/resources/assets/modmenu/lang/lol_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"modmenu.descriptionTranslation.modmenu": "Addz a mod menw 2 view teh list of modz u has installd"
}
4 changes: 3 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -75,7 +75,9 @@
"kalucky0",
"Maaster",
"MartrixX",
"NotSteven"
"NotSteven",
"Dolphin 2.1",
"ENDERZOMBI102"
],
"description": "Adds a mod menu to view the list of mods you have installed.",
"mixins": [
8 changes: 3 additions & 5 deletions src/main/resources/mixins.modmenu.json
Original file line number Diff line number Diff line change
@@ -3,12 +3,10 @@
"package": "com.terraformersmc.modmenu.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
"MixinEntryListWidgetEntries"
"MixinEntryListWidgetEntries",
"MixinTitleScreen"
],
"injectors": {
"defaultRequire": 1
},
"mixins": [
"MixinTitleScreen"
]
}
}

0 comments on commit 0eaa181

Please sign in to comment.