u/EffectiveKale4663

Custom Model Data missing both original and custom textures

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

https://preview.redd.it/02vdt3jyiw5h1.png?width=1365&format=png&auto=webp&s=6b23403fd662563ce59bf6083dfb2f6b1fec3aca

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"
    }
  }
}
reddit.com
u/EffectiveKale4663 — 2 days ago