How can I make a Slime??

Started by Yusufhum3 on

Topic category: Help with modding (Java Edition)

Last seen on 15:54, 6. Jun 2023
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make a Slime??

Hi, I want to make some different colored Slimes, that jump and act like normal slimes but dont split into smaller ones. How do I do that?

Please help thanks

First, create your slime…
Tue, 03/05/2019 - 13:37

First, create your slime textures with Vanilla texture (just go take textures in a Minecraft version (Appdata/Roaming/.minecraft/versions) and change it.

After, import your textures in the section "Resources". Click on Import, and after Other Textures. take your textures.

Then, create your mob like an other mobs by selecting Slime for Mob Model.

Last seen on 15:54, 6. Jun 2023
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but I want it to behave like…
Wed, 03/06/2019 - 12:34

but I want it to behave like a slime but not split. Has something to do with AI

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can make a mob with a…
Fri, 03/08/2019 - 15:01

You can make a mob with a slime model and add the "Leap at target" ai task, that makes the mob jump like a slime.

If you want to prevent fall damage, you can add this procedure to "on mob tick rate":

Override fall distance with 0

 

(Maybe the procedure block name was a bit different but it's similar)

Last seen on 15:54, 6. Jun 2023
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What other Task do i have to…
Fri, 03/08/2019 - 16:21

What other Task do i have to add so that it behaves exactly like a slime?

Is it possible to make it jump around in one direction forever like a vanilla slime?

 

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Vanilla slimes don't jump…
Wed, 03/13/2019 - 16:32

Vanilla slimes don't jump around in one direction forever. They usually follow the player (if there's one nearby) or jump in a random direction.

These are the AI tasks you should use:

Wander

Look around

Swim jn water

Leap at target

Attack on collide

Act aggressively against entity of type "player"

Attack targets (make mob aggressive)

Last seen on 02:17, 2. Nov 2022
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know im late but…
Sun, 01/26/2020 - 09:28

I know im late but raolthebest is there a way to make the slimes leap around? The slimes basically just sit there or walk around. They dont really leap? Do I just have to accept this lol

Last seen on 01:14, 25. Mar 2024
Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a template on the…
Wed, 07/08/2020 - 04:06

There is a template on the top right, select slime Ai

Last seen on 21:12, 25. Jul 2022
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@2Cool4u That makes the…
Tue, 08/04/2020 - 05:32

@2Cool4u That makes the slimes split though, which is what was trying to be avoided

Last seen on 08:11, 16. Jun 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use  it AI goals*Swim in…
Sun, 06/04/2023 - 23:15

Use  it AI goals
*Swim in water
*Lock around
*Leap at target
*Atack entity  #Player
and's
-Entity Base: none