fix(item): namespace item/generated parent for 26.1.2 model loader (v0.4.2)
Some checks failed
build / build (push) Has been cancelled
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>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "video_player:item/video_stick"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user