beet
beet copied to clipboard
The Minecraft pack development kit.
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.1 to 1.10.1. Release notes Sourced from pydantic's releases. v1.10.1 (2022-08-31) Add __hash__ method to pydancic.color.Color class, #4454 by @czaki Full Changelog: https://github.com/pydantic/pydantic/compare/v1.10.0...v1.10.1 v1.10.0 (2022-08-30) See #4419...
Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.9.0 to 0.10.0. Changelog Sourced from pathspec's changelog. 0.10.0 (2022-08-30) Major changes: Dropped support of EOL Python 2.7, 3.5, 3.6. See Issue [#47](https://github.com/cpburnz/python-pathspec/issues/47)_. The gitwildmatch pattern dir/*...
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.261 to 1.1.269. Release notes Sourced from pyright's releases. Published 1.1.269 Bug Fix: Fixed a bug that resulted in the reportImportCycles check to sometimes fail to detect...
Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.28.1 to 7.31.4. Release notes Sourced from python-semantic-release's releases. v7.31.4 Fix Account for trailing newlines in commit messages (#495) (111b151) v7.31.3 Fix Use commit_subject when searching for...
Bumps [mudkip](https://github.com/vberlier/mudkip) from 0.7.0 to 0.8.0. Release notes Sourced from mudkip's releases. v0.8.0 Feature Add latex preset (774f663) Add preset for pydata theme (364be03) Add mermaid (2979d61) Changelog Sourced from...
Bumps [nbtlib](https://github.com/vberlier/nbtlib) from 1.12.1 to 2.0.4. Release notes Sourced from nbtlib's releases. v2.0.4 Fix Allow integers to create and add with Path. Fix #146 (#148) (061e095) v2.0.3 Fix Make sure...
Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.32.1 to 7.32.2. Release notes Sourced from python-semantic-release's releases. v7.32.2 Fix Fix changelog generation in tag-mode (#171) (482a62e) Documentation Fix code blocks (#506) (24b7673) Changelog Sourced from...
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.275 to 1.1.276. Release notes Sourced from pyright's releases. Published 1.1.276 Enhancement: Updated typeshed stubs to the latest version. This includes the removal of stubs for freezegun....
The function with an empty name `.mcfunction` is currently not supported by beet atm. This PR fixes [this issue](#419) by modifying the code where the extensions of a file are...
files named `[".mcfunction","..mcfunction","...mcfunction"]` are not copied during `beet build` In vanilla it's possible to reference such function, and make loading existing datapack not build with beet not working at all....