Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.23 KB

File metadata and controls

22 lines (12 loc) · 1.23 KB

Gem

Gem is a Python library that makes Minecraft Datapack/Resoursepack creation process easier

Installation

Run this: pip install gemDP

Usage

Gem allows you to use powerful python libraries or modules in datapack creating (like math) 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

  • Creating functions or other namespaces with a single code line without using an explorer.
  • Easy to-make mods See Documentation