diff --git a/README.md b/README.md index 40b6c29..808810d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,21 @@ -# FontTest -This software is using "Google Noto Fonts" under OFL License. +# JapaneseFont -For OFL, see the under URL or OFL.txt. +This is a addon for mcbe which changes Noto fonts. + +It's made for Japanese language, but others can use. + +I recommend using english to language settings. + +(Japanese) +mcbeのフォントをNotoフォントに変えるmcbeのアドオンです。 + +使用する際は言語設定を"英語(English)"に設定することを推奨します。 + +## License + +This software is using "Google Noto Fonts" is licensed by OFL License. + +About OFL, see the under URL or OFL.txt. Google Noto Fonts https://www.google.com/get/noto/ @@ -9,7 +23,6 @@ https://www.google.com/get/noto/ OFL License http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL -このアドオンは実験的です。 -使用する際は言語設定を"英語(English)"に設定することを推奨します。 +## Screenshots -![](https://cldup.com/56VE-QT6lR.PNG) +![](https://cldup.com/56VE-QT6lR.PNG) \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..5f0eb11 --- /dev/null +++ b/manifest.json @@ -0,0 +1,17 @@ +{ + "format_version" : 1, + "header" : { + "description" : "Change a font!", + "name" : "JapaneseFont", + "uuid" : "bb6f4d56-f599-11e6-bc64-92361f002671", + "version" : [ 1, 0, 1 ] + }, + "modules" : [ + { + "description" : "JapaneseFont", + "type" : "resources", + "uuid": "c1aeab9e-f599-11e6-bc64-92361f002671", + "version" : [ 1, 0, 1 ] + } + ] +} diff --git a/pack_icon.png b/pack_icon.png index 9562b95..ced628f 100644 Binary files a/pack_icon.png and b/pack_icon.png differ diff --git a/pack_manifest.json b/pack_manifest.json deleted file mode 100644 index a2472b5..0000000 --- a/pack_manifest.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "header": { - "pack_id": "bb6f4d56-f599-11e6-bc64-92361f002671", - "name": "FontTest, - "packs_version": "1.0.0", - "description": "test", - "modules": [ - { - "description": "test", - "version": "1.0.0", - "uuid": "c1aeab9e-f599-11e6-bc64-92361f002671", - "type": "resources" - } - ] - } -} \ No newline at end of file