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"
   }
 }
}

Failed to load model twitch…
Wed, 04/09/2025 - 17:13
  1. Failed to load model twitch_pops:models/item/usb_3.json
  2. com.google.gson.JsonParseException: Unknown loader: neoforge:separate_transforms (did you forget to register it?) Available loaders: neoforge:empty, neoforge:obj, neoforge:composite 

Seems the code for your model is not a valid code. There is no such thing as separate_transforms loader

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If it works for me in 1.21.1…
Wed, 04/09/2025 - 17:16

If it works for me in 1.21.1, what do I do? Or why should I replace it? The model is made with blender

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Not with Blender, I meant…
Wed, 04/09/2025 - 17:17

Not with Blender, I meant Blockbench, I got all confused with the names.

 

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The only thing I need is to…
Wed, 04/09/2025 - 17:20

The only thing I need is to be able to change the GUI icon in Minecraft since it is so small that the object is not visible.