
Custom Model Data missing both original and custom textures
I've been trying to set up a resource pack for a server i'm in (Java 26.1), but both the textures for the carved pumpkin and my custom model aren't working
this is the error line modrinth gives me:
[15:05:06] [Worker-Main-6/ERROR]: Invalid path in pack: minecraft:models/item/Fern_Tree_1.json, ignoring
[15:05:06] [Worker-Main-4/ERROR]: Couldn't parse item model 'minecraft:carved_pumpkin' from pack 'file/Summerbees' Custom Models': Not a valid resource location: item/Fern_Tree_1 Non [a-z0-9/._-] character in path of location: minecraft:item/Fern_Tree_1
This is the json file for the carved pumpkin
{
"model": {
"type": "minecraft:range_dispatch",
"property": "minecraft:custom_model_data",
"entries": [
{
"threshold": 1,
"model": {
"type": "minecraft:model",
"model": "item/Fern_Tree_1"
}
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:block/carved_pumpkin"
}
}
}
u/EffectiveKale4663 — 2 days ago