#Resourcespack problem
115 messages · Page 1 of 1 (latest)
where are the textures located in your resource pack?
item/es/esd.png"
according to the json, "esd" is inside another folder
what did you change?
like in the json file
did you change anything inside the json file?
no
open the paper.json
can I test the pack?
so apparently the texture being used isnt actually in the pack
basically
check at the end of the lines
the #1
and then check ther textures part
its #0
theyre using a texture that isnt there
you open the models and re-apply the textures
then re export the models
wrong on what
leaves bugged
like this?
right
is the item json or block json?
well if you changed the placed block json
you parented it to generated
which is what makes items appear 2d
how to repair that?
where do you have this json?
{
"credit": "Merzouuu",
"parent": "minecraft:block/leaves",
"textures":
{
"layer0": "block/oak_leaves"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":2137
},
"model": "block/drop"
}
]
}
Owww
but texture isn't good
whats wrong
{
"credit": "Merzouuu",
"parent": "minecraft:item/generated",
"textures":
{
"layer0": "minecraft:item/paper"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":687
},
"model": "item/emblematsily"
},
{
"predicate":
{
"custom_model_data":2
},
"model": "item/is"
},
{
"predicate":
{
"custom_model_data":1800
},
"model": "item/emblematszybkosci"
},
{
"predicate":
{
"custom_model_data":2137
},
"model": "item/abso"
},
{
"predicate":
{
"custom_model_data":6969
},
"model": "item/fm"
}
]
}