for those who have the void chicken not showing here's what you should do open content.json and find the following: { "Action": "Load", "Target": "Animals/ Void Chicken", "FromFile": "assets/Void Chicken.png", "When": { "Void Chicken": "true", } as you can see there's a space between Animals/ and Void Chicken, remove it and you're good to go! the result should be like this: { "Action": "Load", "Target": "Animals/Void Chicken", "FromFile": "assets/Void Chicken.png", "When": { "Void Chicken": "true", } without any space, I hope that helps :)
26 comments
open content.json and find the following:
{
"Action": "Load",
"Target": "Animals/ Void Chicken",
"FromFile": "assets/Void Chicken.png",
"When": {
"Void Chicken": "true",
}
as you can see there's a space between Animals/ and Void Chicken, remove it and you're good to go!
the result should be like this:
{
"Action": "Load",
"Target": "Animals/Void Chicken",
"FromFile": "assets/Void Chicken.png",
"When": {
"Void Chicken": "true",
}
without any space, I hope that helps :)
I didn't know what is wrong..
but i dont why my void chickens didn't change, others are OK.
and i am sure void chicken is checked.