Metadata-Version: 2.4
Name: gemDP
Version: 0.2
Summary: Gem is a Python library that makes Minecraft Datapack/Resourcepack creation process easier
Author: UniversalShift
License: MIT
Project-URL: Homepage, https://github.com/UniversalShift/GemDP
Project-URL: Issues, https://github.com/UniversalShift/GemDP/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# <img src="https://raw.githubusercontent.com/UniversalShift/GemDP/refs/heads/main/Assets/Gem.gif" width="30" height="30" />  Gem <img src="https://raw.githubusercontent.com/UniversalShift/GemDP/refs/heads/main/Assets/Gem.gif" width="30" height="30" />

[Gem](https://github.com/UniversalShift/GemDP) is a [Python library](https://pypi.org/project/gemDP) that makes Minecraft Datapack/Resoursepack creation process easier


# Installation

Run this:
<code>pip install gemDP</code>

# Usage

[Gem](https://github.com/UniversalShift/GemDP) allows you to use powerful python libraries or modules in datapack creating (like [math](https://docs.python.org/3/library/math.html)) which makes it much easier.
Also it adds many features like


- Adding real placable blocks (or even items) with custom reciepes and attributes easily using simple functions. [See Examples](https://github.com/UniversalShift/GemDP/blob/main/Examples)

<img src="https://raw.githubusercontent.com/UniversalShift/GemDP/refs/heads/main/Assets/example.png" width="720" height="520" />

- Creating functions or other namespaces with a single code line without using an explorer.
