Help with letting the sitting mob still be tamed and letting it stay while sitting

Started by Mimikyu-chan on

Topic category: Help with modding (Java Edition)

Last seen on 11:43, 17. May 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with letting the sitting mob still be tamed and letting it stay while sitting

hi, i kinda figured out on how to let my mob sit but i have another question tho:

how can i let my mob stay while sitting and while i let it sit that its still tamed and not tame it all over again?

thanks

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
when entity right clicked…
Sat, 10/16/2021 - 10:51

when entity right clicked Tame by source entity or smt like that 

Last seen on 11:43, 17. May 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok thanks
Sat, 10/16/2021 - 11:07

Ok thanks

Last seen on 11:43, 17. May 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what things do i have to add…
Sat, 10/16/2021 - 11:20

what things do i have to add to the procedure? i understand now what vice versa is

i already added the first one but whats the rest?

what i have now is if is entity tamed by source entity do [empty]

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
on your procedure to sit the…
Sat, 10/16/2021 - 11:27

on your procedure to sit the entity, add an extra block called Tame by Source entity (or Event/Target entity, can't remember rn since it's legit 6AM)

Last seen on 11:43, 17. May 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh okay, no i mean i already…
Sat, 10/16/2021 - 11:36

oh okay, no i mean i already have my mob sitting, but i want to learn on how i can let it still be tamed while sitting, btw just answer when your done sleeping, no rushing

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah so basically what this…
Sat, 10/16/2021 - 12:03

yeah so basically what this would do is spawn the sitted mob and tame it (I think) and dw I like getting up early 

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(if this doesn't work you…
Sat, 10/16/2021 - 12:04

(if this doesn't work you could try on entity tick update (sitted entity) it takes by nearest player)

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
tames*
Sat, 10/16/2021 - 12:04

tames*

Last seen on 11:43, 17. May 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
okay thanks
Sat, 10/16/2021 - 12:13

okay thanks

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
could I see the procedure?…
Sat, 10/16/2021 - 15:05

could I see the procedure? also cute doggo

Last seen on 11:43, 17. May 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sure, lemme finish watching…
Sat, 10/16/2021 - 15:37

Sure, lemme finish watching an episode on tv first

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok now try this: Sitting…
Sat, 10/16/2021 - 16:09

ok now try this: Sitting_Entity_Tick_Update

for each entity as entity iterator on suare cube size 4

if entity iterator is type: player

 do tame event target entity by entity iterator