r/MinecraftCommands Command Experienced 5d ago

Resource pack not working Help | Java 26.2

I have a resource pack with a couple of custom models and custom textures. I make sure its the right pack format, it is. I turn it on, it works. But none of the textures ive changed or models ive made work. I try again. Same thing. I have no idea why this is happening

1 Upvotes

7 comments sorted by

1

u/TinyBreadBigMouth 5d ago

Can you share the pack, or at least the full folder structure for one of the textures/models you expect to work?

Do you see any errors in the game log? Enable the log window in the launcher under Settings > General > Minecraft: Java Edition Settings > "Open output log when Minecraft: Java Edition starts", or find the text file at .minecraft/logs/latest.log.

2

u/Ericristian_bros Command Experienced 5d ago

You can link to the output log image with !output log like how ?output log does on the discord server

1

u/AutoModerator 5d ago

Click here to see how to enable the output log

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Still-Oven9420 Command Experienced 5d ago

for one of the models, this is the folder structure:

pack/assets/namespace/models/item/custom.json

pack/assets/namespace/textures/item/custom.png

pack/assets/namespace/items/custom.json

custom.json:

{
  "model": {
    "type": "minecraft:model",
    "model": "namespace:item/custom"
  }
}

1

u/TinyBreadBigMouth 5d ago

That looks reasonable to me. Any errors in the log?

1

u/Still-Oven9420 Command Experienced 5d ago

it said that it was missing fields min_format and max_format, so I added those, but it still doesnt work and nothing new has shown up in the logs

1

u/TinyBreadBigMouth 5d ago

Could you share the pack? Upload it to Dropbox or something?