How can I make a Slime??

Started by Yusufhum3 on

Topic category: Help with Minecraft modding (Java Edition)

Active 11 months ago
Joined Dec 2017
Points:
1040

User statistics:

  • Modifications: 3
  • Forum topics: 50
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 138
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

Active 1 day ago
Joined Aug 2016
Points:
3319

User statistics:

  • Modifications: 9
  • Forum topics: 63
  • Wiki pages: 20
  • MCreator plugins: 11
  • Comments: 2955
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.

Active 11 months ago
Joined Dec 2017
Points:
1040

User statistics:

  • Modifications: 3
  • Forum topics: 50
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 138
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

Active 4 years ago
Joined Jun 2016
Points:
3744

User statistics:

  • Modifications: 10
  • Forum topics: 39
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5484
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)

Active 11 months ago
Joined Dec 2017
Points:
1040

User statistics:

  • Modifications: 3
  • Forum topics: 50
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 138
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?

 

Active 4 years ago
Joined Jun 2016
Points:
3744

User statistics:

  • Modifications: 10
  • Forum topics: 39
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5484
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)

Active 11 months ago
Joined Jan 2020
Points:
686

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
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

Active 1 year ago
Joined Apr 2015
Points:
1029

User statistics:

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

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

Active 3 years ago
Joined Jul 2020
Points:
671

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 84
@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

Active 2 years ago
Joined Jun 2023
Points:
227

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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