Skip to content

Commit

Permalink
change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
KAIYOHUGO authored and KAIYOHUGO committed Jun 12, 2021
1 parent 085b384 commit 470f5f0
Show file tree
Hide file tree
Showing 4 changed files with 1,273 additions and 1,218 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# to bedrock

![icon](https://i.imgur.com/yprFoFr.png)

_a better bedrock translate tool_

it will make bedrock version translate be the same as java version translate

## How to use

1. download tobedrock.exe from releases
2. run it
3. follow step print in the screen
4. open betterbedrocktranslate.mcpack

## Build from src

```bash
# build file
go build .

# run it
./tobedrock

# or
tobedrock.exe
```

## Example
```bash

$ tobedrock.exe

input lang type you want to translate to:zh_TW
input java version en_us lang file:example/en_us.json
input bedrock version en_us lang file:example/en_us.lang
input java version lang file you want to translate to:example/zh_tw.json
input bedrock version lang file to compose (can omit):example/zh_tw.lang
pack up : to bedrock/template/
pack up : to bedrock/template/manifest.json
pack up : to bedrock/template/pack_icon.png
pack up : to bedrock/template/texts
pack up : to bedrock/template/texts/zh_TW.lang
done
```

<div>java icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
Binary file modified betterbedrocktranslate.mcpack
Binary file not shown.
Binary file modified template/pack_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 470f5f0

Please sign in to comment.