Mob with multiple textures and models ?

Started by minheragon12345 on

Topic category: General discussion

Active 2 years ago
Joined Jun 2017
Points:
900

User statistics:

  • Modifications: 1
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 167
Mob with multiple textures and models ?

Will Mobs with multiple textures and models still be a dream in the future ?

Active 5 years ago
Joined Aug 2019
Points:
1033

User statistics:

  • Modifications: 0
  • Forum topics: 31
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 450
Multiple models? I mean you…
Tue, 11/05/2019 - 17:33

Multiple models? I mean you can spawn in a creature with a different model and have it replace the creature that was alive with a different model at its location.

Active 2 years ago
Joined Jun 2017
Points:
900

User statistics:

  • Modifications: 1
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 167
Yeah I know but let me have…
Wed, 11/06/2019 - 14:03

Yeah I know but let me have an example : I want to make a female one and male one that if player attack the female or male, both of them gonna attack the player, that's posible if they are only 1 mob not 2 different ones

Active 5 years ago
Joined Aug 2019
Points:
1033

User statistics:

  • Modifications: 0
  • Forum topics: 31
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 450
A better solution to that…
Wed, 11/06/2019 - 14:40

A better solution to that would be to have someone be able to select  what causes aggression. There's likely something in the code saying "if mobtype = this.mobtype" which simply could have multiple checks "if mobtype = this.mobtype or mobtype is "malemob".

 

Active 2 years ago
Joined Jun 2017
Points:
900

User statistics:

  • Modifications: 1
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 167
Yeah that's a good idea XD…
Wed, 11/06/2019 - 14:44

Yeah that's a good idea XD and I saw lots of people made that player can immune to knockback, how can I do that ?