Skip to main content

Beet Framework made to help generating advanced Minecraft datapack contents

Project description

YouTube GitHub PMC Discord PyPI - Downloads

โ“ What is StewBeet

StewBeet is a Beet framework and library ๐Ÿ“ฆ aiming to provide huge automation for creating Minecraft datapacks.
It is designed to be very simple to use and very convenient for developers.

Example of the in-game manual generated by StewBeet:
In-game Manual Example

Here is a list of features that the package provides (the template is using all of them with clear comments):

  • ๐Ÿ”„ Automatic resource pack files generation (models, textures, sounds, music discs) with the ability to override them with help of the assets folder.
  • โณ Versioned load, and clock functions such as tick, second, minute.
  • ๐Ÿ—ƒ๏ธ Loot tables for every item in the definitions along with a proper _give_all function that gives named chests.
  • ๐Ÿ“– Automatic generation of a really advanced and interactive items manual.
  • ๐Ÿ“ Automatic generation of a en-us.json lang file in the resource pack if configuration is set.
  • ๐Ÿ–ผ๏ธ Automatic headers for every function in function folders.
  • ๐Ÿ“ฆ Minecraft like vanilla recipes unlocking.
  • ๐Ÿ“š Official libraries integrations:
    • ๐Ÿงช Automatic support for NBT Recipes with Smithed Crafter and Furnace NBT Recipes
    • ๐Ÿ› ๏ธ Placement and destruction for every custom block in the definitions with support for blockstates, ore drops (fortune, silk touch), with Smithed Custom Blocks.
    • ๐Ÿ“š Each module from Bookshelf is automatically added if you are using it, ex: function #bs.math:... will add the bs.math module to the datapack.
    • โ›๏ธ Custom ore generation with Smart Ore Generation.
    • ๐Ÿ“ฆ Item transportation / container declaration with ItemIO when making custom containers.
    • ๐Ÿ”” Events such as new items detection with Common Signals.
  • ๐ŸŒ External datapack libraries support, see configuration for more information.
  • ๐Ÿ”— Merging datapacks and resource packs with libraries using Smithed Weld.
  • ๐Ÿงฉ Automatic recognition of custom blocks patterns depending on the texture names in the assets/textures folder. For instance, if you have a top, side, and bottom texture, the block will be automatically recognized as a cube with the top, side, and bottom textures.
  • ๐Ÿ“ Follow the datapack conventions such as LanternLoad, CustomModelData prefix, tag specification, and namespacing.
  • ๐Ÿงฐ Ability to merge a model with the autogenerated one or override it.
  • ๐Ÿ”€ merge folder providing a way to merge custom files with the autogenerated ones or add custom files to the datapack.
  • โš™๏ธ Automatic special compatibilities with datapacks such as SimpleDrawer's compacted drawer, SimplEnergy's pulverizer.
  • ๐Ÿ“‚ Automatic copy of generated zip files to configured folders.

๐Ÿ“ฆ Getting Started & Documentation

For complete installation instructions, tutorials, and comprehensive documentation, visit the official website:

๐ŸŒ stewbeet.paralya.fr

Quick links:

๐Ÿค Contribute

Want to help improve StewBeet? ๐Ÿ”
Here's how you can contribute:

  • ๐Ÿ› Report Bugs: Found a bug? Open an issue on GitHub describing what happened and how to reproduce it.
  • โœจ Suggest Features: Have an idea for a new feature? Share it in the issues section!
  • ๐Ÿ”ง Submit Pull Requests: Feel free to fix bugs or add new features by submitting pull requests.
  • ๐Ÿ“š Improve Documentation: Help make our docs better by fixing errors or adding examples.
  • ๐Ÿ’ฌ Help Others: Join our Discord server and help other users with their questions.

Every contribution matters, no matter how small! ๐Ÿ™Œ

๐Ÿ“œ What projects use StewBeet?

To search for projects that use the framework, I search like this.
Here is a list of projects that use it:

โญ Star History

Star History Chart

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

stewbeet-3.0.0b10.tar.gz (3.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

stewbeet-3.0.0b10-py3-none-any.whl (3.4 MB view details)

Uploaded Python 3

File details

Details for the file stewbeet-3.0.0b10.tar.gz.

File metadata

  • Download URL: stewbeet-3.0.0b10.tar.gz
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for stewbeet-3.0.0b10.tar.gz
Algorithm Hash digest
SHA256 e6f10f2884860b5d0ea0c334eb78512a2577cf4027202355752153d6aa4bbe98
MD5 4e89a0d06279fb273a43004037bf2e32
BLAKE2b-256 10755f46e7cec092af0e6330585b5972391be31380547b73e1e6a78f3400e664

See more details on using hashes here.

File details

Details for the file stewbeet-3.0.0b10-py3-none-any.whl.

File metadata

  • Download URL: stewbeet-3.0.0b10-py3-none-any.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for stewbeet-3.0.0b10-py3-none-any.whl
Algorithm Hash digest
SHA256 a5a57f0ed6f6a212b54260801b8ab24c325ce6e56b2eb6e8788086ea7f9de0d4
MD5 e840fca5f3b9034839ed6c0aea090e7c
BLAKE2b-256 16965442aea38fa2042b1155f6522d93ebb757fdff9bc178e31c08ee669877f7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page