A new way to create Minecraft datapacks
Project description
Minecraft-Datapacks-Generator
Description:
A new way of coding Minecraft. Minecraft is a game that you can play on your computer. It is a popular game for people who are interested in building their own worlds. And since a way to code the game itself has been implemented, I tried it. But it was not simple. So I decided to make a generator for the Minecraft Datapacks, so people can make their own Datapacks easily, even though they still need to know Python until I can make it look like Scratch or something this easy.
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 *
# Since this is still in development, this should only print "Hello from the MCWPy community :)".
Contributing:
If you want to contribute to this project, you can do so by forking it and sending a pull request, I am opened to any idea and contribution.
Credits:
Thanks to @theskyblockman for the idea of using workspaces.
0.0.13 (2021/08/06)
- Added a check to verify whether the Minecraft Workspace can be automatically created.
- Added a function to remove directories.
- Added
__format__representation for Datapack objects.
- Changed code encryption from
utf-8toascii. - Changed the way the Datapack folder is ziped.
- Changed replacement of older versions of the Datapack folder.
- Changed the Font class to a dataclass.
- Updated the
.gitignorefile to ignore the generated test files.
- Removed unused import in
datapack.py.
0.0.12 (2021/07/31)
- Added
utility.pyto the library for tools that can be useful for other modules.
- Made the Datapack compilation delete the old Datapack folder if authorized.
- Made the library inform the user where the Datapack folder by default is.
- Changed
ansi_escape_sequence.pyintoutility.py.
0.0.11 (2021/07/30)
- Added many more tests to
datapack.py. - Made Datapacks iterable by going through their Workspaces.
- Updated
CHANGELOG.mdway of displaying additions (+), changes (*) and removals (-). - Updated the way to do the tests.
0.0.10 [0.0.9, 0.0.8] (2021/07/30)
- Fixed library import issues -
datapack.pywas not importingworkspace.pywith relative imports.
0.0.7 (2021/07/30)
- Added
requests==2.26.0toREQUIREMENTS.txt. - Added
tests.pyin which unit tests are and will be written. - Added
workspace.pyto create the classWorkspacewhich handles theDatapackworkspaces. - Wrote several tests for the
Datapackclass (datapack.py).
- Improved the
README.md. - Improved the
Datapack'sworkspacesdefault attribute.
- Removed
test.py.
0.0.6 (2021/07/29)
- Now printing the library version when imported.
- Fixed version 0.0.5 by using relative imports.
0.0.5 (2021/07/29)
- Fixed version 0.0.4 by removing inputs in
setup.py. - Updated
verify_setup.pyto check if the display format is correct.
0.0.4 (2021/07/29)
- Added ANSI escape sequences to the output for prettier messages (
ansi_escape_sequences.py). - Added an automatic version code for Datapacks with unspecified versions.
- Added
verify_setup.pyto check if the package can be created.
- Changed warnings to be easier to read.
- Version 0.0.3 did not work so MCWPy will be developed without subfolders.
0.0.3 (2021/07/29)
- Attempt to use subfolders...
- If creating a Datapack using the MCWPy library works then it is a success.
0.0.2 (2021/07/28)
- Made the library check if is running on Python 3.9.5 or above.
0.0.1 (2021/07/28)
- Fixed (or tried to)
CHANGELOG.md,LICENSEandREADME.mdlooks on pypi.org.
Initial (2021/07/28)
- Created a
setup.pyfile to setup the library. - Created two functions to add or substract numbers together.
- Created
mcwpy\__init__.py. - Created
REQUIREMENTS.txt. - Wrote
LICENSE. - Wrote
MANIFEST.md. - Wrote
README.md.
- 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
File details
Details for the file mcwpy-0.0.13.tar.gz.
File metadata
- Download URL: mcwpy-0.0.13.tar.gz
- Upload date:
- Size: 12.7 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.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43335f770a6a2f2f4e4b3c1efe1c82a4cae5f11ee021dc4b6334da970838f863
|
|
| MD5 |
5cfcb15419abc84030ca76b546a2679c
|
|
| BLAKE2b-256 |
aa4cdc03932017c5f198b9226efc82c7945b39c8abddc5b00967ee7c1fbb79a4
|