#Textures Not Loading
13 messages · Page 1 of 1 (latest)
(Result for "content-log")
Content Log in Bedrock Edition helps you identify issues in resource and behavior packs. You can enable it here:
https://imgur.com/a/RSaukEP
check these
I just checked them and turned them on, what should I do now?
try and spawn the entity in world then check the log
Sorry for delay, my internet is backed up quite a lot. But I just did that and nothing appeared
ok next we need to see your Resource pack entity file
do you want the file or whats in the file? More specifically the code?
you can post the json file here and it will let me read htem
{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "myname:pig",
"materials": {
"default": "entity_alphatest"
},
"textures": {
"default": "textures/entity/pig"
},
"geometry": {
"default": "geometry.pig"
},
"render_controllers": ["controller.render.default"],
"spawn_egg": {
"base_color": "#f5aed0",
"overlay_color": "#d76868"
}
}
}
}
Ok, there it is
try renaming the texture to my_big and changing it in this file. Maybe pig is already a protected file name
I tried that and that just made it so the spawn egg is invisible, and that the mob is invisible