Creating an edited version of another mob

Started by Cozmicweb on

Topic category: Advanced modding

Last seen on 13:56, 5. Jun 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Creating an edited version of another mob
Fri, 05/14/2021 - 21:38 (edited)

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
Last seen on 22:39, 22. Aug 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Edit in what way?  If you…
Fri, 05/14/2021 - 23:04

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 :)

Last seen on 13:56, 5. Jun 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want to be able to edit…
Sat, 06/05/2021 - 02:44

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.

Last seen on 06:23, 16. Dec 2022
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Actually, this is quite…
Tue, 06/08/2021 - 12:17

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)