Skip to content

v1.0.2 — Formalize ShapeCraft bundling

Choose a tag to compare

@slashdaemon slashdaemon released this 19 Apr 23:32

Bookkeeping release — no functional change for players. ShapeCraft has been shipping since v1.0.0 but was never documented in the changelog, and the jar was untracked in git. This release fixes both.

Added (formally documented)

  • ShapeCraft 0.4.18 — Natural language block generation. Describe a custom block via `/shapecraft ` and ShapeCraft generates a valid block model, picks textures, and injects it as a placeable block in real time. Registers 64 pool blocks, 64 pool items, a pool block entity, and 9 network payloads.

ShapeCraft was silently bundled in 1.0.0 and 1.0.1 exports — the jar was tracked in `index.toml` by hash but untracked in git, so a clean working-directory rebuild would have dropped it. This release git-tracks the jar and formalizes it in the changelog and credits.

Notes

  • Mod count: 195 total (+1 ShapeCraft vs 0.9.100 — retroactively correct for 1.0.0 and 1.0.1, which stated 194)

Downloads