Started by
ILovcatsSomuch
on
Topic category: Help with Minecraft modding (Java Edition)
Hello all, i was wondering how i could edit and add behaivours to things like cats and dog and other pets if that is even possible.
Topic category: Help with Minecraft modding (Java Edition)
Hello all, i was wondering how i could edit and add behaivours to things like cats and dog and other pets if that is even possible.
Nothing can do Klemen clearly said that MCreator will not gona modify any original minecraft files
Ok thanks
also is it possible to make food for cat's to not just dogs
You can search code for ocelot and check if there is code for providing specific food
Actually, you can change the behavior of pretty much any part of vanilla games using overriding methods, Forge events and/or Java reflections, depending on what are you trying to accomplish, written in an order that you should try them in. (For example, the cat food should be relatively easy to do by overriding methods - if the food is your item, or if not, then there are events you can use).