Help with sitting

Started by Mimikyu-chan on

Topic category: Help with Minecraft modding (Java Edition)

Active 6 months ago
Joined Oct 2021
Points:
574

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
Help with sitting

Hello guys! over the last few days ive been creating a deltarune mod but i have one problem tho:

i want to make animals that you can tame and let sit

i have the annoying dog now from deltarune and undertale but ive been trying to do different tutorials,

all dont work, even tried to do a code tutorial on here, didnt work either, can anyone help me please?

Active 5 months ago
Joined Mar 2021
Points:
1014

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
Sit under command or…
Fri, 10/15/2021 - 11:01

Sit under command or naturally ?

Active 6 months ago
Joined Oct 2021
Points:
574

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
Under command
Fri, 10/15/2021 - 11:10

Under command

Active 3 months ago
Joined May 2018
Points:
1126

User statistics:

  • Modifications: 8
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 366
You're trying to tame the…
Fri, 10/15/2021 - 11:18

You're trying to tame the annoying dog? impossible

Active 6 months ago
Joined Oct 2021
Points:
574

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
thats why, the annoying dog…
Fri, 10/15/2021 - 11:21

thats why, the annoying dog is a "dog" so i want to make it sit even its impossible, hes immune to everything except direct attacks

Active 5 months ago
Joined Mar 2021
Points:
1014

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
When command executed…
Fri, 10/15/2021 - 13:47

When command executed despawn entity and spawn new entity of a sit dog

 

Active 6 months ago
Joined Oct 2021
Points:
574

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
how can i do that? idk how…
Fri, 10/15/2021 - 15:10

how can i do that? idk how that works out of my head

Active 1 year ago
Joined Oct 2020
Points:
1616

User statistics:

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

when right clicked on entity, if event target entity is tamed, despawn entity|spawn entity at x y z type:SIT_DOG

then when right clicked on Sit Dog, repeat the process but vise versa

Active 6 months ago
Joined Oct 2021
Points:
574

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
I still dont understand, do…
Fri, 10/15/2021 - 17:08

I still dont understand, do i have to code? If yes can you write the code properly? I dont really know how to code

Active 1 year ago
Joined Oct 2020
Points:
1616

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
that is a procedure, not a…
Fri, 10/15/2021 - 17:26

that is a procedure, not a code...

Active 6 months ago
Joined Oct 2021
Points:
574

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
oh sorry, thanks, also you…
Fri, 10/15/2021 - 18:50

oh sorry, thanks, also you said something about a vice versa, but how do i do that procedure? and how do i let the dog stay and not let if follow me? thanks

Active 1 year ago
Joined Oct 2020
Points:
1616

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
vise versa means re-do it,…
Fri, 10/15/2021 - 19:05

vise versa means re-do it, but in reversa. also just disable AI for the sitting dog

Active 6 months ago
Joined Oct 2021
Points:
574

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
Ok thanks
Fri, 10/15/2021 - 21:11

Ok thanks

Active 1 year ago
Joined Nov 2023
Points:
492

User statistics:

  • Modifications: 0
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 343
this will reset the HP of…
Thu, 11/16/2023 - 07:12

this will reset the HP of the tamed animal.. i use to do this wish manual code on 1.16 but now idk how, still want to fix mines too, anybody have a tutorial or something?

Active 5 months ago
Joined Mar 2025
Points:
23

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
How can i make a mob sit…
Thu, 03/06/2025 - 17:38

How can i make a mob sit naturally?