Metadata-Version: 2.4
Name: reef-beet-plugin
Version: 1.0.0b3
Summary: Beet plugin to autogenerate Reef compatible data packs and resource packs from PDF and Google Slides presentations.
Keywords: beet,minecraft,datapack,resource_pack,presentation,reef
Author: Trplnr
Author-email: Trplnr <triopane30@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Dist: beet>=0.115.0
Requires-Dist: pdf2image>=1.17.0
Requires-Python: >=3.14
Project-URL: Homepage, https://github.com/Trioplane/reef
Project-URL: Issues, https://github.com/Trioplane/reef/issues
Project-URL: Repository, https://github.com/Trioplane/reef/blob/main/packages/reef
Project-URL: Changelog, https://github.com/Trioplane/reef/blob/main/packages/reef/CHANGELOG.md
Description-Content-Type: text/markdown

# Reef Beet Plugin
> Beet plugin to autogenerate Reef compatible data packs and resource packs with custom data pack and resource pack registries and PDF and Google Slides support.

## What's Reef?
Reef is a presentation library used to create stunning presentations in vanilla Minecraft: Java Edition ([Read more](https://github.com/Trioplane/reef)). 

## Features *(to implement)*
- ✅ PDF Generation (assets|data/ns/reef/pdf)
  * ✅ Asset Generation (textures, models, item models)
  * ✅ Data Generation (register functions)
  * ✅ Full Reef feature set
    * ✅ Specifying a transition to use
- ❌ Google Slides Generation (assets|data/ns/reef/gslides)
  * ❌ Asset Generation (textures, models, item models)
  * ❌Data Generation (slideshow, pages, and transition definition functions and register functions)
- ❌ Manual JSON registry files (data/ns/reef/slideshow|page|transition)
  * ❌ Data Generation

## Changelog
See the full changelog at [CHANGELOG.md](https://github.com/Trioplane/reef/blob/main/packages/reef/CHANGELOG.md).