A new way to create Minecraft datapacks
Project description
Minecraft-Datapacks-Generator
Installation:
- First of all make sure you have one of the latest Python version installed on your computer.
- Ensure you also have pip installed: try running the command "
pip3 -V" in a terminal. - If this gets you an error message follow these steps to install it.
- Once you have Python and pip installed, run the command: "
pip3 install mcwpy".
Usage:
Now you should be able to import the library in your new Python programs you can use the project below to help you get started with the library:
from mcwpy import *
- Create and compile your own datapack.
- Once the datapack is generated, paste it in the datapacks folder of your Minecraft world.
- Type
/reloadto load the datapack. - Have fun playing with your brand new handmade datapack!
Example:
from mcwpy import *
print('This example still needs to be created')
0.0.1 (2021/07/28)
- Fixed (or tried to)
LICENSE,README.mdandCHANGELOG.mdlooks on pypi.org.
Initial (2021/07/28)
- Created two functions to add or substract numbers together.
- Created a
setup.pyfile to setup the library. - Wrote
README.md. - Wrote
LICENSE. - Wrote
MANIFEST.md. - Created
REQUIREMENTS.txt. - Created
mcwpy\__init__.py. - Used
python3 setup.py sdistin a terminal to create the library's first package. - Used
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*to upload the library's first package on pypi.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mcwpy-0.0.2.tar.gz
(3.5 kB
view details)
File details
Details for the file mcwpy-0.0.2.tar.gz.
File metadata
- Download URL: mcwpy-0.0.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75c1e010046c06b43e3b7137d82c3d3770f50b70d6f580c152704fd5f711a67a
|
|
| MD5 |
87bc1b353c568e455b8504b982e407a2
|
|
| BLAKE2b-256 |
3888c08871aa4a9f2b5b975b3c741b68a61a886f54e07a3a037c5176585c8520
|