How To Make the Drowned For 1.12.2

Started by Eisuke on

Topic category: Help with MCreator software

Active 5 years ago
Joined Sep 2019
Points:
647

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
How To Make the Drowned For 1.12.2

First things first I want to apologize if I've placed this into the wrong section. If I have, please lead me to the correct section. Secondly, I want to say that I know this topic has been asked about quite a lot (I've looked through almost every forum post about it) but I'm having extreme trouble with a particular mob.

I'm trying to make the Drowned for 1.12.2 but whenever I try to make it swim, it doesn't act like a squid in the sense that it doesn't follow you under the water. It continues to float at the surface. When I try to give it the Squid AI, it doesn't compile correctly and it gives me this.

MCreatorWorkspaces\lost_under_sea\build\sources\main\java\net\mcreator\lost_under_sea\MCreatorDrowned.java:84: error: incompatible types: EntityCustom cannot be converted to EntityCreature
			this.targetTasks.addTask(1, new EntityAIHurtByTarget(this, false));
			                                                     ^
MCreatorWorkspaces\lost_under_sea\build\sources\main\java\net\mcreator\lost_under_sea\MCreatorDrowned.java:85: error: incompatible types: EntityCustom cannot be converted to EntityCreature
			this.tasks.addTask(2, new EntityAIAttackMelee(this, 1, true));
			                                              ^
MCreatorWorkspaces\lost_under_sea\build\sources\main\java\net\mcreator\lost_under_sea\MCreatorDrowned.java:86: error: incompatible types: EntityCustom cannot be converted to EntityCreature
			this.targetTasks.addTask(3, new EntityAINearestAttackableTarget(this, EntityPlayer.class, true, true));
			                                                                ^
MCreatorWorkspaces\lost_under_sea\build\sources\main\java\net\mcreator\lost_under_sea\MCreatorDrowned.java:87: error: incompatible types: EntityCustom cannot be converted to EntityCreature
			this.targetTasks.addTask(4, new EntityAINearestAttackableTarget(this, EntityPlayerMP.class, true, true));
			                                                                ^
MCreatorWorkspaces\lost_under_sea\build\sources\main\java\net\mcreator\lost_under_sea\MCreatorDrowned.java:90: error: incompatible types: EntityCustom cannot be converted to EntityCreature
			this.tasks.addTask(7, new EntityAIWander(this, 0.8));

Is it just not possible yet to create Mob that complex? Or am I just missing something or doing something wrong?

Active 5 years ago
Joined Sep 2019
Points:
647

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Le Bumpe
Sat, 09/28/2019 - 06:14

Le Bumpe

Active 4 years ago
Joined Aug 2019
Points:
741

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 137
Did you set is water entity…
Sat, 09/28/2019 - 06:36

Did you set is water entity on?

Active 5 years ago
Joined Sep 2019
Points:
647

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Yes. It was set. I even…
Sat, 09/28/2019 - 14:42

Yes. It was set. I even tried to to not give it an AI Base to see what would happen it still continues to float at the surface of the water.

Active 5 years ago
Joined Sep 2019
Points:
647

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Bump
Sun, 09/29/2019 - 19:43

Bump

Active 5 years ago
Joined Sep 2019
Points:
647

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Bump
Sun, 11/10/2019 - 01:29

Bump

Active 2 years ago
Joined Feb 2021
Points:
605

User statistics:

  • Modifications: 1
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 31
I have been trying to do the…
Wed, 03/23/2022 - 16:09

I have been trying to do the same thing, the lack of functionality here is frustrating.