Coding Help Can't put fish in aquarium (first mod)

spacefairy

Greenhorn
Hi!
Trying to make my first mod (just for myself as I'm using someone elses sprites lol)
So far I can spawn new fish with the item spawner, but when I put them in the fish tank it turns invisible and I get errors...
If anyone could point me in the right direction I'd really appreciate :) Thank you in advance!

Log
Content.json
 
So it says that "Input string was not in a correct format." I'm not sure, but I think the problem might be caused because you put a dot instead of underscore in the names.
The name should look like {{YourModId}}_FishName so try to change the names to something like jade.fish_blackrose and see if it helps.
 
Top