Skip to content

Commit

Permalink
Add NBT support
Browse files Browse the repository at this point in the history
  • Loading branch information
paul90317 committed Apr 25, 2023
1 parent f803a51 commit 347d908
Show file tree
Hide file tree
Showing 26 changed files with 393 additions and 340 deletions.
36 changes: 31 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,35 @@
# Easy GUI
under this repos, run commands below

## Environment
This repos only use the package `pyyaml`, see `requirements.txt`
```bat
conda create --name easy_gui
conda activate easy_gui
pip install pyyaml
python -m easy_gui example.yaml
```
create pack.mcmeta and data automatically
### execute
Download release file to run (recommended for user)
```
python ./easy_GUI.zip ./your_container_settings.yaml
```
Or you can just run under this repos (recommended for developer)
```
python ./easy_GUI/ ./your_container_settings.yaml
```
It create `pack.mcmeta` and `data` in root automatically
## Examples
Here are some examples setting files, it's easy to understand.
* drop to summon GUI block (type = `drop`)
[backpack.yaml](/example/backpack.yaml)
* spawn egg to summon GUI block (type = `spawn_egg`)
[scribing_table.yaml](/example/scribing_table.yaml)
[working_table.yaml](/example/working_table.yaml)
## Tutorual
[tutorial.md](/tutorial.md)
## License
You can use this tool to generate your datapack.
You can fork this repos and modify the tool to your version.
You can do antything with it.
Credit on me if you use this tool. (let your user know I make this and let more people know the tool).

## Works on PMC
* [upgradable backpack](https://www.planetminecraft.com/data-pack/backpack-1-18-2/)
* [custom craft](https://www.planetminecraft.com/data-pack/better-anvil/)
36 changes: 0 additions & 36 deletions backpack.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions big_backpack.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions drop_item.yaml

This file was deleted.

Loading

0 comments on commit 347d908

Please sign in to comment.