Erwan Dayot

Results 6 issues of Erwan Dayot

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....

Based on TheNuclearNexus dynamic support, another approach with dict instead of tuples. No more hardcoded values inside the datapack class. Old scope definition : ```python class DamageType(JsonFile): """Class representing a...

small update for beet datapacking

When executed tests report the last fail command and not the first one, for example : ```mcfunction setblock ~ ~5 ~ stone await delay 2s execute if block ~ ~5...

bug

As reported by [this help thread](https://discord.com/channels/900530660677156924/1426592167903760565), beet is not compatible with python3.14 since pydantic v1 is not build for this python version : https://github.com/pydantic/pydantic/releases/tag/v2.12.0 We need to update every parts...