Started by
Mimikyu-chan
on
Topic category: Help with Minecraft modding (Java Edition)
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?
Sit under command or naturally ?
Under command
You're trying to tame the annoying dog? impossible
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
When command executed despawn entity and spawn new entity of a sit dog
how can i do that? idk how that works out of my head
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
I still dont understand, do i have to code? If yes can you write the code properly? I dont really know how to code
that is a procedure, not a code...
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
vise versa means re-do it, but in reversa. also just disable AI for the sitting dog
Ok thanks
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?