Tamable Mobs

Started by MGMac on

Topic category: Feature requests and ideas for MCreator

Last seen on 15:08, 8. May 2022
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tamable Mobs

I think it would be great if under either the main tab or AI tab of an entity you check check a box for if this entity is tamable. Then you would select an item to tame it with and a % chance to tame on item usage. Underneath there would be 2 checkboxes; Follow owner, and defend owner. The follow would work like other pets in game where you can toggle them between sitting and standing. Defend means that's if they are following and the owner is attacked or attacks an enemy the pet will attack the enemy with the damage and attack AI stats in the other areas of the entity creation page. There would also be a new block under entity data; EntityTamed, which would be used in 'if' blocks, generally under onEntityTickUpdate to allow creators to add in custom behaviors to tamed creatures. There would also be an onEntityTamed global procedure. (not sure if that exists already sorry if it does :)) There would be an option to import a sitting/standing animation and a special texture for the tamed version. This would allow people to easily make complex pets in their mods without extensive amounts of effort.

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
so basically half of this is…
Thu, 09/09/2021 - 23:20

so basically half of this is already possible, I recommend searching How To Make Pets MCreator on google

Last seen on 15:08, 8. May 2022
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's just very complicated…
Fri, 10/08/2021 - 16:18

It's just very complicated to make tamable mobs and having a built in feature would make it easier and more versatile 

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
lol it's not hard, there is…
Fri, 10/08/2021 - 16:35

lol it's not hard, there is legit just a checkbox to do it, search before posting

Last seen on 15:08, 8. May 2022
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1 checkbox wouldn't allow…
Tue, 10/19/2021 - 23:13

1 checkbox wouldn't allow for the type of easy and versatile customization I talked about above

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what? you do know there is…
Tue, 10/19/2021 - 23:24

what? you do know there is ai blocks and procedures to make ALL you said above right? and I assure you that 0 effort is required.

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Global trigger for entity is…
Wed, 10/20/2021 - 00:18

Global trigger for entity is tamed already exists. Owner AI is already possible super easily. The new trigger Entity is Tamed is an Update Tick with extra steps.. 1.16 changed pets code, on 1.15 it was possible to do sitting animations with a pretty easy code, also sitting ain't an animation, but a state, so yeah you might want to search a bit or give some info (like github links, if you even know what github is.) for a suggestion like this. Also I don't think MCreator's purpose is to make Hardcore-Modding easy, but to motivate people to learn programming on a fun way.