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

Started by Mimikyu-chan on

Topic category: Help with Minecraft modding (Java Edition)

Active 7 months ago
Joined Oct 2021
Points:
590

User statistics:

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

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

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

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

Active 7 months ago
Joined Oct 2021
Points:
590

User statistics:

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

Ok thanks

Active 7 months ago
Joined Oct 2021
Points:
590

User statistics:

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

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

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

Active 7 months ago
Joined Oct 2021
Points:
590

User statistics:

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

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

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

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
(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)

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

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

tames*

Active 7 months ago
Joined Oct 2021
Points:
590

User statistics:

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

okay thanks

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

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

could I see the procedure? also cute doggo

Active 7 months ago
Joined Oct 2021
Points:
590

User statistics:

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

Sure, lemme finish watching an episode on tv first

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

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