#I can't understand content log

17 messages · Page 1 of 1 (latest)

bleak harness
#

Update I fixed a couple things but this stuff is still happening

[Animation][error]-/storage/emulated/0/Android/data/com.mojang.minecraftpe/files/games/com.mojang/minecraftWorlds/U6pfYxlyAQA=/resource_packs/OceanMobs/animation_controllers/ocean_slime.animation.json | animations | child 'animations' not valid here.

[Animation][error]-entity/ocean_slime.json | minecraft:client_entity | description | spawn_egg | base_color | base_color | unknown child schema option type. Allowed types: 'string'

[Animation][error]-entity/ocean_slime.json | minecraft:client_entity | description | spawn_egg | overlay_color | overlay_color | unknown child schema option type. Allowed types: 'string'

tidal tulip
#

Post your client entity file and animation controller

bleak harness
#

@tidal tulip here

tidal tulip
#

Rp entity file

#

Not the bp

bleak harness
#

Ok

#

Brb

#

Here

tidal tulip
#

Change the base color and overlay color to a string

round cloud
#

@bleak harness The colors are not valid color codes. What color are they supposed to be?

bleak harness
tidal tulip
#

Gotta be like this:

#
    "base_color": "#db7500",
    "overlay_color": "#242222"
}
bleak harness