Code error "Failed to load model twitch_pops:models/item/usb_3.json"

Started by lycanrockzumberg on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Code error "Failed to load model twitch_pops:models/item/usb_3.json"

I need help, it doesn't work for me, it says the loader error but I don't know how to fix it.
{
 "loader": "neoforge:separate_transforms",
 "gui_light": "front",
 "base": {
   "parent": "twitch_pops:custom/usb",
   "textures": {
     "0": "twitch_pops:block/usb"
   },
   "display": {
     "thirdperson_righthand": {
       "translation": [
         -1,
         7.75,
         0
       ],
       "scale": [
         1,
         1,
         1
       ]
     },
     "thirdperson_lefthand": {
       "translation": [
         -13.25,
         7.75,
         0
       ],
       "scale": [
         1,
         1,
         1
       ]
     },
     "firstperson_righthand": {
       "rotation": [
         -0,
         -0,
         -0
       ],
       "translation": [
         0,
         3,
         1
       ]
     },
     "firstperson_lefthand": {
       "rotation": [
         0,
         0,
         -0
       ],
       "translation": [
         0,
         3,
         1
       ]
     },
     "ground": {
       "translation": [
         0,
         3,
         1
       ],
       "scale": [
         0.55,
         0.55,
         0.55
       ]
     },
     "fixed": {
       "rotation": [
         0,
         -90,
         0
       ],
       "translation": [
         0,
         3,
         1
       ]
     }
   }
 },
 "perspectives": {
   "gui": {
     "parent": "item/generated",
     "textures": {
       "layer0": "twitch_pops:item/usb_icon"
     },
     "gui_light": "front"
   }
 }
}