Question Is posible to modify a mod? "Peritee's (BFAV)"

Toripo0

Newcomer
Is there a way to modify a mod?, I want to mod a mod from "Paritee", specifically "Paritee's Better Farm Animal Variety (BFAV)". I just jant to make it workable for others languajes, because in others languajes the custom animals do not produce anything (milk, or eggs).
I would realy apreciate your answers.
 

takisama

Tiller
A mod has a specific Entry class where the mod handler of the game will call to this class. With C#, you might just need to ref to the mod dll file and use what the public class of this dll file. But I don't think it's possible to use this mod mod because the program will confuse between 2 Entry classes. Best way to do is find the repository, and fix/reuse the logic. Until now I only know we can mod with C#, other languages are not working because no packages supported
 
Top