Started by
Mimikyu-chan
on
Topic category: Help with Minecraft modding (Java Edition)
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
when entity right clicked Tame by source entity or smt like that
Ok thanks
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]
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)
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
yeah so basically what this would do is spawn the sitted mob and tame it (I think) and dw I like getting up early
(if this doesn't work you could try on entity tick update (sitted entity) it takes by nearest player)
tames*
okay thanks
https://streamable.com/qroav5 i tried but its still the same, any tips?
could I see the procedure? also cute doggo
Sure, lemme finish watching an episode on tv first
https://www.dropbox.com/s/bje9v8zl4m1jlrx/Screenshot_1.png?dl=0
heres a link to it
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