Skip to content

Commit

Permalink
📝 READMEを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
rarula committed Apr 7, 2023
1 parent 0bdfd5a commit 1271082
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 95 deletions.
41 changes: 20 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
日本語 | [English](README_en.md)
[日本語](README_ja.md) | English
<br><br/>

<div align=center>

# Sketch
インベントリメニューを簡単に構築するための mcfunction フレームワーク
A mcfunction framework for easily building inventory menus

![Sketch v2.0.0_ja](https://user-images.githubusercontent.com/74240663/229465231-a4b20e5b-0f1c-422d-a85e-499710039427.gif)
この例のデータパックは [Example](Example) ディレクトリにあります
![Sketch v2 0 0_en](https://user-images.githubusercontent.com/74240663/230566348-ad6e083e-448d-4b90-b772-df668f542ea5.gif)
The datapack for this example is located in the [Example](Example) directory

</div>

## 対応バージョン
## Supported Versions
- 1.19.4

## ダウンロード
[Releases](https://github.com/rarula/Sketch/releases) を参照してください
## Download
See [Releases](https://github.com/rarula/Sketch/releases)

## 依存ライブラリ
このデータパックを使用するためには、以下のデータパックを導入する必要があります
- 赤石愛 様:
- [Oh! My Dat! 1.19](https://github.com/Ai-Akaishi/OhMyDat) (MIT License)
- [Close Detector 1.19](https://github.com/Ai-Akaishi/CloseDetector) (MIT License)
- [Player Item Tuner 1.19](https://github.com/Ai-Akaishi/PlayerItemTuner) (MIT License)
## Dependencies
To use this datapack, the following datapacks must be installed
- [Oh! My Dat! 1.19](https://github.com/Ai-Akaishi/OhMyDat) (MIT License)
- [Close Detector 1.19](https://github.com/Ai-Akaishi/CloseDetector) (MIT License)
- [Player Item Tuner 1.19](https://github.com/Ai-Akaishi/PlayerItemTuner) (MIT License)

## 使い方
## Usage
```mcfunction
#> menu:main/
Expand All @@ -51,25 +50,25 @@ function sketch:api/build/auto
execute if data storage sketch: callback{listener:"give"} run give @s minecraft:gold_block 1
```

詳しい使い方は[こちら](https://github.com/rarula/Sketch/wiki/Tutorial)を参照してください
For detailed instructions, see [here](https://github.com/rarula/Sketch/wiki/Tutorial-%5BEN%5D)

## 注意
- 座標 10000 10000 をforceloadし、以下の座標にシュルカーボックスを配置します
## Cautionary Points
- Forceload the coordinates 10000 10000 and place the shulker box at the following coordinates
- 10000 0 10000
- 10000 1 10000
- 10000 2 10000

## 以前のバージョンの Sketch について
以前のバージョンの Sketch を使っていた場合、以下のコマンドを実行することで、不要になったオブジェクトを削除できます。
## About Previous Versions
If you have been using an previous version of Sketch, you can delete objects that are no longer needed by running the following command.
```mcfunction
scoreboard objectives remove SketchDrop
scoreboard objectives remove SketchId
setblock 10000 -64 10000 minecraft:air
```

## 連絡
## Contact
<https://twitter.com/rarula_>

## ライセンス
## License
[CC0-1.0](LICENSE)
74 changes: 0 additions & 74 deletions README_en.md

This file was deleted.

75 changes: 75 additions & 0 deletions README_ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
日本語 | [English](README.md)
<br><br/>

<div align=center>

# Sketch
インベントリメニューを簡単に構築するための mcfunction フレームワーク

![Sketch v2.0.0_ja](https://user-images.githubusercontent.com/74240663/229465231-a4b20e5b-0f1c-422d-a85e-499710039427.gif)
この例のデータパックは [Example](Example) ディレクトリにあります

</div>

## 対応バージョン
- 1.19.4

## ダウンロード
[Releases](https://github.com/rarula/Sketch/releases) を参照してください

## 依存ライブラリ
このデータパックを使用するためには、以下のデータパックを導入する必要があります
- 赤石愛 様:
- [Oh! My Dat! 1.19](https://github.com/Ai-Akaishi/OhMyDat) (MIT License)
- [Close Detector 1.19](https://github.com/Ai-Akaishi/CloseDetector) (MIT License)
- [Player Item Tuner 1.19](https://github.com/Ai-Akaishi/PlayerItemTuner) (MIT License)

## 使い方
```mcfunction
#> menu:main/
item replace block 10000 0 10000 container.0 with minecraft:gray_stained_glass_pane
data modify storage sketch: in.key set value "f"
function sketch:api/register_item/button
item replace block 10000 0 10000 container.0 with minecraft:gold_block
data modify storage sketch: in.key set value "G"
data modify storage sketch: in.listener set value "give"
function sketch:api/register_item/button
data modify storage sketch: in.contents append value [f, f, f, f, f, f, f, f, f]
data modify storage sketch: in.contents append value [f, -, -, -, G, -, -, -, f]
data modify storage sketch: in.contents append value [f, f, f, f, f, f, f, f, f]
data modify storage sketch: in.id set value "main"
function sketch:api/build/auto
```
```mcfunction
#> menu:main/listener
execute if data storage sketch: callback{listener:"give"} run give @s minecraft:gold_block 1
```

詳しい使い方は[こちら](https://github.com/rarula/Sketch/wiki/Tutorial)を参照してください

## 注意
- 座標 10000 10000 をforceloadし、以下の座標にシュルカーボックスを配置します
- 10000 0 10000
- 10000 1 10000
- 10000 2 10000

## 以前のバージョンの Sketch について
以前のバージョンの Sketch を使っていた場合、以下のコマンドを実行することで、不要になったオブジェクトを削除できます。
```mcfunction
scoreboard objectives remove SketchDrop
scoreboard objectives remove SketchId
setblock 10000 -64 10000 minecraft:air
```

## 連絡
<https://twitter.com/rarula_>

## ライセンス
[CC0-1.0](LICENSE)

0 comments on commit 1271082

Please sign in to comment.