Started by
Cozmicweb
on
Topic category: Advanced modding
Hello, I want to make a mod that adds a ton of new creepers. However, I can't figure out how to create a copy of a creeper, then edit it. Can anyone help me? Thank you.
Edited by Cozmicweb on Fri, 05/14/2021 - 21:38
Edit in what way?
If you want to copy and edit the model or the texture of Creeper, you can find downloads by searching the web :)
I want to be able to edit everything about it while keeping the same AI. For example, I want to make a new creeper but change the blast radius of it.
Actually, this is quite simple. First, create new mob with creeper model and skin, then go to the ai goal make sure the creeper target the player but deal zero damage and knockback, then go to the procedure "on Entity Update tick" then create the procedure where it check if there is player nearby, if true then do explode at x y z(also to make the creeper gone, i think there is a procedure to remove entity)