Skip to main content

YouTube GitHub Documentation Lint Powered by StewBeet PMC Discord PyPI - Downloads

Tests 3.14 Tests 3.14t Tests 3.15 Tests 3.15t

โ“ 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.
  • ๐Ÿ”ข Automatic scoreboard constants generation: detects #{integer} namespace.data patterns across functions and generates initialization commands.
  • ๐Ÿณ Multiple recipe types support: Vanilla, Smithed Crafter, Furnace, Pulverizer, and Awakened Forge recipes.
  • ๐Ÿ–ผ๏ธ Custom paintings support with author, title, and texture metadata.
  • ๐Ÿ—๏ธ Item and Block Python classes for defining custom items and blocks with recipes, components, model overrides, manual categories, and more โ€” registered automatically in Mem.definitions on instantiation. Block extends Item with vanilla block mapping, silk-touch drops, and growing seed support. Variants BlockAlternative (item frame) and BlockHead (player head) are also available.
  • โž• ScoreboardEquation and StorageEquation Python builder classes for generating chained scoreboard arithmetic commands with method chaining (set, add, subtract, multiply, divide, modulo) and standard Python operators (+, -, *, /, %). Handles int constants, macro arguments ($(foo)), and nested equations, outputting self-documenting commands with an auto-generated header comment.
  • ๐Ÿ“š 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, and NeoEnchant's veinminer for custom ores.
  • ๐Ÿ”Œ Automatic generation of an unload function to cleanly remove scoreboards, storages, entities, and libraries.
  • ๐Ÿ”ข Efficient sorting functions generation (Quick Sort, Selection Sort) for NBT storage lists.
  • ๐Ÿ“‚ 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:

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.5.3.tar.gz (672.1 kB view details)

Uploaded Source

Built Distribution

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

stewbeet-3.5.3-py3-none-any.whl (818.1 kB view details)

Uploaded Python 3

File details

Details for the file stewbeet-3.5.3.tar.gz.

File metadata

  • Download URL: stewbeet-3.5.3.tar.gz
  • Upload date:
  • Size: 672.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","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.5.3.tar.gz
Algorithm Hash digest
SHA256 3e94e60448d55d45d26e4c326c447eaaa64ff13e659c0bde29390f9b6950af6d
MD5 e9d17e28736c2a6dbd95aac8f39d52d6
BLAKE2b-256 551cf04cca235f2af7b9cbb47b545c067328895b65f66c754033c201a1642c10

See more details on using hashes here.

File details

Details for the file stewbeet-3.5.3-py3-none-any.whl.

File metadata

  • Download URL: stewbeet-3.5.3-py3-none-any.whl
  • Upload date:
  • Size: 818.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","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.5.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5dec713a6d20f8368095eb703db14527afe3020376b67cb0c24d54ff970f6bb2
MD5 1586cac9343ceb01812bb534d1ffd5c0
BLAKE2b-256 3a17a7d3523e2fcd7d492eccc913a569ba6bf6a634448fa697eaf8d8bd6f4d25

See more details on using hashes here.

Release history Release notifications | RSS feed

3.6.4

2 files

3.6.3

2 files

3.6.2

2 files

3.6.1

2 files

3.6.0

2 files

3.5.9

2 files

3.5.8

2 files

3.5.7

2 files

3.5.6

2 files

3.5.5

2 files

3.5.4

2 files

This release

3.5.3 This release

2 files

3.5.2

2 files

3.5.1

2 files

3.5.0

2 files

3.4.5

2 files

3.4.4

2 files

3.4.3

2 files

3.4.1

2 files

3.4.0

2 files

3.3.2

2 files

3.3.1

2 files

3.3.0

2 files

3.2.10

2 files

3.2.9

2 files

3.2.8

2 files

3.2.7

2 files

3.2.6

2 files

3.2.5

2 files

3.2.4

2 files

3.2.3

2 files

3.2.2

2 files

3.2.1

2 files

3.2.0

2 files

3.1.6

2 files

3.1.5

2 files

3.1.4

2 files

3.1.3

2 files

3.1.2

2 files

3.1.1

2 files

3.1.0

2 files

3.0.5

2 files

3.0.4

2 files

3.0.3

2 files

3.0.2

2 files

3.0.0

2 files

2.4.0

2 files

2.3.14

1 file

2.3.13

1 file

2.3.12

1 file

2.3.11

1 file

2.3.10

1 file

2.3.9

1 file

2.3.8

1 file

2.3.7

1 file

2.3.6

1 file

2.3.5

1 file

2.3.4

1 file

2.3.3

1 file

2.3.2

1 file

2.3.1

1 file

2.3.0

1 file

2.2.32

1 file

2.2.31

1 file

2.2.30

1 file

2.2.29

1 file

2.2.28

1 file

2.2.27

1 file

2.2.26

1 file

2.2.25

1 file

2.2.24

1 file

2.2.23

1 file

2.2.22

1 file

2.2.21

1 file

2.2.20

1 file

2.2.19

1 file

2.2.18

1 file

2.2.17

1 file

2.2.16

1 file

2.2.15

1 file

2.2.14

1 file

2.2.13

1 file

2.2.12

1 file

2.2.11

1 file

2.2.10

1 file

2.2.9

1 file

2.2.8

1 file

2.2.7

1 file

2.2.6

1 file

2.2.5

1 file

2.2.4

1 file

2.2.3

1 file

2.2.2

1 file

2.2.1

1 file

2.2.0

1 file

2.1.8

1 file

2.1.7

1 file

2.1.6

1 file

2.1.5

1 file

2.1.4

1 file

2.1.3

1 file

2.1.2

1 file

2.1.1

1 file

2.1.0

1 file

2.0.24

1 file

2.0.23

1 file

2.0.22

1 file

2.0.21

1 file

2.0.20

1 file

2.0.19

1 file

2.0.18

1 file

2.0.17

1 file

2.0.16

1 file

2.0.15

1 file

2.0.14

1 file

2.0.13

1 file

2.0.12

1 file

2.0.11

1 file

2.0.10

1 file

2.0.9

1 file

2.0.8

1 file

2.0.7

1 file

2.0.6

1 file

2.0.5

1 file

2.0.4

1 file

2.0.3

1 file

2.0.2

1 file

2.0.1

1 file

2.0.0

1 file

0.0.2

1 file

0.0.1

1 file

Supported by

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