Releases: vortom/czechcraft
Releases · vortom/czechcraft
Release list
v1.0.0
Added
- Rohlík — Czech bread roll. Crafted from 2 wheat placed horizontally adjacent on a crafting table or 2×2 inventory grid. Restores 2 hunger drumsticks (nutrition 4, saturation modifier 0.3).
- CzechCraft creative tab containing all CzechCraft items.
- English (
en_us) and Czech (cs_cz) translations. - Fabric loader support for Minecraft 26.1.x (Java 25, Mojang Mappings).
- MultiLoader-Template architecture:
common/module compiles against vanilla Minecraft only;fabric/is a thin entry layer. Future loader modules (NeoForge planned for v3) drop in without touchingcommon/source. - GitHub Actions:
build.ymlruns Spotless + tests + datagen verification on every push/PR;release.ymlpublishes to Modrinth and creates a GitHub Release onv*tags.