#can i have some help

1 messages · Page 1 of 1 (latest)

tribal fog
#

can i have some help with custom model data because my models only take the texture or the model but not both at the same time thanbk you 🙂

brisk edgeBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

tribal fog
somber raven
#

I recommend turning on your Minecraft output log so you can see resource pack loading errors - it helps debugging immensely.

#

I'm also confused about this pack - this diamond.json model references a item/disc model that does not exist

#

And you have some extra folders Model work and texture work. Spaces are not allowed in folder names, and... I don't really know what they're trying to do

quartz meadow
#

@somber raven these folders are labed like that to show you the model that works and the texture that works on those models

#

they are named the name so cant be in one folder

nova moon
#

Can you share just the model file in text? Downloading a pack and digging through it isn’t something many (including me) like to do

#

And files don’t show on mobile, so text in ``` code blocks would be best

quartz meadow
nova moon
quartz meadow
#

that would probably be better

tribal fog
#

xD

nova moon
#

What I meant to say was - I can help right now if you send the content as text messages instead of as files

#

Because files don’t show on mobile

#

And I won’t be on pc for the next hour(s)

quartz meadow
#

{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/diamond"
},
"overrides": [
{
"predicate": {
"custom_model_data": 69
},
"model": "minecraft:item/disc"
}
]
}

#

the other ones are too big to send as text

nova moon
#

How does it look ingame? A big purple/black cube or the correct model, just not the texture?

quartz meadow
#

one of them is a 3d model with black and purple looking texture

#

and the other one is a flat img of the texture and no model

nova moon
#

That probably indicates that it can find the model but cant find the texture

#

Where are your textures located?

quartz meadow
#

in the textures file

hidden patioBOT
#
Updating Resource Packs Past 1.19.3

1.19.3 introduced a change to resourcepacks which means that textures which aren't stored in textures/item or textures/block won't be loaded into the game by default. This means that most resource packs for earlier versions won't work in 1.19.3.

There are two ways to fix this:

  • Move your custom textures into assets/minecraft/textures/item/..., since all textures in the item (or block) folders are loaded by default.
  • Create an atlas file for your custom textures. An atlas file basically tells Minecraft to always load the textures in your custom folder. This video will explain how to do this.
nova moon
#

Could this be the issue?

quartz meadow
#

oh sorry no they are in the items in textures folder

nova moon
#

so assets/minecraft/textures/item/<file_name>.png?

quartz meadow
#

yea

nova moon
brisk edgeBOT
# brisk edge <@&1201956957406109788>

<@&1166082198152159386> <@&1202694677766348840>

🙇 Helpers Arise!

Please note that you still might not immediately get a response since all helpers are human beings and volunteers (and also might be sleeping right now)

nova moon
# quartz meadow yea

Okay, I’m back
How do you reference the texture? In your disc model, there should be a key called "textures" and in there all your textures are mentioned. What does it say there?

quartz meadow
#

{
"credit": "Made with Blockbench",
"texture_size": [64, 64],
"textures": {
"layer0": "minecraft:item/disc"
},
"elements": [

nova moon
#

this would like to a file at assets/minecraft/textures/item/disc.png. if it is there, there might be some other error

#

Inside of each of the elements, the texture is mentioned, does it say layer0 there?

#

Also, the logs might tell you what’s wrong

hidden patioBOT
#
Output Logs

The logs are where Minecraft displays errors when something goes wrong and can thus help you gain information about why something isn't working for you! To open the logs:

  1. Enable logs in the Minecraft Launcher
  2. Start your game (or restart it if you already have an open instance)
  3. Enjoy spotting errors getting much easier!
nova moon
#

They should show a warning or error when you load the pack, so when starting the game, selecting it in the resource pack menu or pressing F3+T ingame

quartz meadow
nova moon
#

-# still can’t look at files, nor do I really wanna dig through your log
All lines containing an error, also contain ERROR in them and all lines that are a warning also contain WARN in them, shouldn’t be hard to look for them

quartz meadow
#

i dont see a warning or a error in this log what should i do

nova moon
#

Hm, that’s weird

#

In this log - did you load the resource pack?

quartz meadow
#

yes i loaded it

tribal fog
#

I don't know what should I explain here I literally run the resource back normally and I have zero warnings there or nothing it just shows the block in different texture

quartz meadow
nova moon
tribal fog
#

we have the 3D design we have everything so it is just missing the texture we have

tribal fog
#

you're helping because you help me on discovering some stuff right now but the base problem it is still there

nova moon
#

I think the only way I could figure out more is to open the game and try it out myself, I can maybe do that once I’m at my pc ^^

quartz meadow
#

the other model shows the texture just not the model

tribal fog
# quartz meadow

yes I have it here all of it if they are a warning in it I don't see it maybe they are a problem but I literally I'm clueless

nova moon
tribal fog
quartz meadow
tribal fog
quartz meadow
tribal fog
#

because you seem like a professional more than me of course you will know it but for me right now like a potato and a corn field

#

I hope you can help more than Gaben

#

I have everything ready to be made I'm just missing the texture that's it I need just the texture and I will literally make the next Hypixel

#

me and my friend here we are so close but so far

quartz meadow
#

this is the version that will be used in the server

nova moon
#

what minecraft version is this for?

quartz meadow
#

we still have the issue here tho

#

1.21

nova moon
#

got it to work and it was the thing i suspected

the problem is, that these red circled things in each face or every element, needs to match the pink circled thing in the texture definition

quartz meadow
#

can you explain more so i can understand

#

for the future

nova moon
#

what exactly do you not understand?
in the "textures" thing in the top you say what textures this model uses
and down in the "elements" you specify the building blocks your model is made from (this is done through blockbench)
and in there is also a "texture" field, that has to match "#<key_from_the_textures_object_you_filled_earlier>"

#

so if it's

"textures": { "yeshello": "reference:to/texture" }

then you also need

"elements": [
  {"faces":[
    "texture": "#yeshello"
  ], ...}
  ...
]
quartz meadow
#

ohhhhhhhhhhhhhhhhhhhhhh

#

thank you

#

im now a resorce pack god

#

XD

nova moon
#

well, with great power comes great responsibility

#

or something :D

#

good luck on your endeavors

quartz meadow
#

🤣🤣🤣🤣🤣🤣

#

thank you

nova moon
#

feel free to use #1112960948655902751 if you have something awesome to show :D

quartz meadow
#

thank you

brisk edgeBOT
# quartz meadow thank you
🎗️ Is your question resolved?

If your question is resolved, that's great to hear! Make sure to run /resolve or click the Resolve Question button. Otherwise, feel free to continue asking for help! :D

tribal fog
#

I really appreciate the help