Commit graph

4 commits

Author SHA1 Message Date
4e797fc0db fix: add missing math:lteq function (#3)
This PR adds the missing `math:lteq` function which I forgot to create for the initial release.

Reviewed-on: https://codeberg.org/vlw/mcfstd/pulls/3
2026-03-13 20:20:30 +01:00
vlw
0385912729 docs: fix mistakes in the README (#2)
This PR fixes some mistakes in the README. It also removes the "example" colum from the function reference since I believe the description for each function should suffice and make the table more readable.

Reviewed-on: https://codeberg.org/vlw/mcfstd/pulls/2
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2026-03-13 20:20:16 +01:00
vlw
c4195baf85 refactor: bundle mcfstd as a datapack (#1)
So it turns out it will be much harder to create namespaced instances of this datapack like we initially thought. It might be worth considering in the future, but we would not be able to use any functions that we add with this library by the library itself, since the namespace change will make all internal function calls point to an undefined target. So we will bundle this as a datapack for now.

Reviewed-on: https://codeberg.org/vlw/mcfstd/pulls/1
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2026-03-13 20:02:31 +01:00
c908e61aa3
initial commit 2026-03-09 21:51:55 +01:00