diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-06-06 23:25:58 +0430 |
---|---|---|
committer | echo <91651232+exhq@users.noreply.github.com> | 2022-06-06 23:30:29 +0430 |
commit | 79373fdfe6df749b3e808f8084c410dab4e68eee (patch) | |
tree | cc030a22d5b43e310449a479e81ef1fd4a6967cf | |
parent | bedfa3b4d0507e0de4beb522285a18ecef80ea2a (diff) | |
download | morbingtime-79373fdfe6df749b3e808f8084c410dab4e68eee.tar.gz morbingtime-79373fdfe6df749b3e808f8084c410dab4e68eee.tar.bz2 morbingtime-79373fdfe6df749b3e808f8084c410dab4e68eee.zip |
i did very useful shit, a very important act of "adding one fucking line to the json file". this is very importantHEADmaster
-rw-r--r-- | src/main/resources/assets/morbing/lang/en_us.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/assets/morbing/lang/en_us.json b/src/main/resources/assets/morbing/lang/en_us.json index 492218d..af3b716 100644 --- a/src/main/resources/assets/morbing/lang/en_us.json +++ b/src/main/resources/assets/morbing/lang/en_us.json @@ -3,5 +3,6 @@ "item.morbing.morbarrow": "Empty Morbing Syringe", "item.morbing.morbsyringe": "Filled Morbing Syringe", "tooltip.morbing.morbyringe": "It's Morbing Time!", - "subtitles.morbing.itsmorbintime": "It's Morbing Time!" + "subtitles.morbing.itsmorbintime": "It's Morbing Time!", + "item.minecraft.potion.effect.morbingtime": "Potion of Morbing" } |