From fff59ad8f0aedfaeef1847a0b0ced61768142b68 Mon Sep 17 00:00:00 2001 From: minecraft-data update checker <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 18:23:16 +0900 Subject: [PATCH 1/2] Update submodules at DATE: 2024-01-27 TIME: 18:23:16 --- minecraft_data/data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft_data/data b/minecraft_data/data index 3e9e688..4e46030 160000 --- a/minecraft_data/data +++ b/minecraft_data/data @@ -1 +1 @@ -Subproject commit 3e9e68884fcaac7a15e87361fd793eab1d2d11ac +Subproject commit 4e46030dd8ae0415a70e4224d7653358536eb724 From bfd0b48a0eccea1d5d0517b26f5b7443e4469d26 Mon Sep 17 00:00:00 2001 From: sonyakun Date: Sat, 27 Jan 2024 18:44:25 +0900 Subject: [PATCH 2/2] Update and rename README.rst to README.md --- README.md | 23 +++++++++++++++++++++++ README.rst | 32 -------------------------------- 2 files changed, 23 insertions(+), 32 deletions(-) create mode 100644 README.md delete mode 100644 README.rst diff --git a/README.md b/README.md new file mode 100644 index 0000000..ae6f21c --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ + +python-minecraft-data +===================== + +Provide easy access to [minecraft-data](https://github.com/PrismarineJS/minecraft-data) in python + +Installation +------------ +From Repo: + +``python -m pip install git+https://github.com/HomuraMC/python-minecraft-data`` + +Usage +----- + +See the [example.py](https://github.com/HomuraMC/python-minecraft-data/blob/master/example.py) + + +Documentation +------------- + +- See [doc/api.md](https://github.com/rom1504/python-minecraft-data/blob/master/doc/api.md) +- See [doc/history.md](https://github.com/rom1504/python-minecraft-data/blob/master/doc/history.md) diff --git a/README.rst b/README.rst deleted file mode 100644 index 5bd4a22..0000000 --- a/README.rst +++ /dev/null @@ -1,32 +0,0 @@ -python-minecraft-data -===================== - -|pypi|_ - -Provide easy access to `minecraft-data `__ in python - -Installation ------------- -From PyPi: - -``pip install minecraft_data`` - -From Repo: - -``python -m pip install git+https://github.com/SpockBotMC/python-minecraft-data`` - -Usage ------ - -See the `example.py `__ - - -Documentation -------------- - -- See `doc/api.md `__ -- See `doc/history.md `__ - - -.. |pypi| image:: https://img.shields.io/pypi/v/minecraft_data.svg -.. _pypi: https://pypi.python.org/pypi/minecraft_data