Some checks failed
build / build (push) Has been cancelled
The held video_stick item rendered as the default missing-model cube even with v0.4.1 jar loaded (lang strings resolved, so the mod itself was active). Root cause confirmed against Fabric 26.1.2 docs: the new model loader no longer auto-resolves unprefixed parent paths. `item/generated` needs to be written as `minecraft:item/generated`. models/item/video_stick.json — parent → minecraft:item/generated. gradle.properties — 0.4.1 → 0.4.2. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>