You are browsing as a guest. Sign up (or log in) to start making projects!

Cobble

  • 5 Devlogs
  • 30 Total hours

A modern, Python-like language for creating Minecraft Data Packs

Open comments for this post

11h 4m 57s logged

Been a while.
We have new release candidate of v0.7.0

Lots of fixeas, and features
Enjoy!

Been a while.
We have new release candidate of v0.7.0

Lots of fixeas, and features
Enjoy!

Replying to @world

0
65
Open comments for this post

3h 50m 48s logged

Cobble v0.6.3 release

0.6.3: Stabilization And Test Depth

  • Improve regression coverage around generated output.
  • Convert recent release QA procedures into repeatable tests where practical.
  • Harden command-tree cache behavior and diagnostics.

New CLI command: cobble doctor, cobble inspect … etc

  • We have nice real-time demo compile site!

Cobble v0.6.3 release

0.6.3: Stabilization And Test Depth

  • Improve regression coverage around generated output.
  • Convert recent release QA procedures into repeatable tests where practical.
  • Harden command-tree cache behavior and diagnostics.

New CLI command: cobble doctor, cobble inspect … etc

  • We have nice real-time demo compile site!

Replying to @world

0
66
Open comments for this post

2h 6m 55s logged

Devlog: Cobble v0.6.1

Cobble v0.6.1 is focused on making Minecraft data pack development more reliable, more current, and easier to validate.
This release targets Minecraft Java Edition 26.1.2 and pack format 101.1, giving the compiler a clear modern baseline instead of trying to support older command formats.

The biggest improvement is validation. Cobble can now automatically generate the default data/commands.json by downloading the Minecraft server through Mojang’s version manifest and running the server reports generator. It also supports fallback URLs, custom server jars, and SHA1 checks for more controlled environments. This makes command validation much easier to run consistently.

We also improved diagnostics, source-map validation, and generated pack cleanup, especially around safer resource paths and stale generated functions. Standard library helpers were expanded, namespaced data pack resources are better supported, and the example projects now cover more real features.

Finally, v0.6.1 adds a repeatable Purpur server QA workflow, so generated packs can be tested beyond static validation. Overall, this release is about confidence: clearer errors, stronger checks, and a better foundation for future Cobble releases.

Devlog: Cobble v0.6.1

Cobble v0.6.1 is focused on making Minecraft data pack development more reliable, more current, and easier to validate.
This release targets Minecraft Java Edition 26.1.2 and pack format 101.1, giving the compiler a clear modern baseline instead of trying to support older command formats.

The biggest improvement is validation. Cobble can now automatically generate the default data/commands.json by downloading the Minecraft server through Mojang’s version manifest and running the server reports generator. It also supports fallback URLs, custom server jars, and SHA1 checks for more controlled environments. This makes command validation much easier to run consistently.

We also improved diagnostics, source-map validation, and generated pack cleanup, especially around safer resource paths and stale generated functions. Standard library helpers were expanded, namespaced data pack resources are better supported, and the example projects now cover more real features.

Finally, v0.6.1 adds a repeatable Purpur server QA workflow, so generated packs can be tested beyond static validation. Overall, this release is about confidence: clearer errors, stronger checks, and a better foundation for future Cobble releases.

Replying to @world

0
37

Followers

Loading…