#how to turn a zombie into a baby zombie villager riding a chicken

1 messages · Page 1 of 1 (latest)

gray iris
#
    equip event-entity with diamond helmet of protection 4
    equip event-entity with diamond chestplate of protection 4
    equip event-entity with diamond leggings of protection 4
    equip event-entity with diamond boots of protection 4
    set event-entity's tool to iron sword of sharpness 5```
this is my current script
#

i checked docs btw

#

hi x8ight

pallid vapor
#

"how to turn a zombie into a baby zombie villager riding a chicken"
-> "how to turn a zombie into a chicken jockey"

you can modify the NBT to make it a baby instead of an adult, spawn a chicken at it and make the zombie ride it

terse sigil
#

zombie > baby zombie

gray iris
#

is there like a docs of it]

terse sigil
#

fhat...

pallid vapor
#

yeah there is. The SkBee wiki

terse sigil
#

oh nvm

gray iris
gray iris
#
pallid vapor
#

glad I could find this lol

gray iris
#

hopefully its useful

gray iris
#

add nbt from "{}" to nbt of last spawned entity anyways i think we need to find what to put in the {}

#

to modify the zombie in the way i want it to

pallid vapor
#

good job! you're actually trying to think about a solution!
you can try broadcasting the full NBT compound of a baby zombie to see the special tag that makes it a baby

pallid vapor
gray iris
#

and forgot to change that

pallid vapor
#

why is there an extra % there?

gray iris
#

bro i should have red the error

#

🤦‍♂️

gray iris
pallid vapor
gray iris
pallid vapor
gray iris
#

also it was erroring because there wasn't a extra

pallid vapor
#

you dont need those there

gray iris
#

oh

pallid vapor
#

%full NBT compound of ...%

gray iris
#

oh it works now

#

ty

#

ok i got it

pallid vapor
#

cool, do you see anything usefull in there?

pallid vapor
#

there you go

#

and the 1b tells you it's a byte tag set to 1

gray iris
#

what is a byte tag

#

do i need it?

pallid vapor
#

hmm gosh if only there was a page on the SkBee wiki that went over all of this

gray iris
#

google doesnt work

pallid vapor
gray iris
pallid vapor
#

probably under the NBT page

gray iris
gray iris
pallid vapor
#

first link, "NBT intro"

gray iris
#

oh

pallid vapor
gray iris
pallid vapor
#

or you could set byte tag "IsBaby" of ... to 1

gray iris
pallid vapor
#

well thats actually 2 separate entities. You can just spawn a chicken and make the baby zombie ride it

gray iris
#

i looked up "ride", "mount", "jockey"

pallid vapor
gray iris
#

bruh

#

vehicle

#

ofc its called that

pallid vapor
#

shows up when you search for 'ride' too

gray iris
#

and u filtered out effects

pallid vapor
#

no i filtered for effects

gray iris
gray iris
pallid vapor
#

use the spawn section, ````spawn a chicken at event-location:
set {_chicken} to the chicken
make ...```

pallid vapor
#

its not

#

you put that into your code

gray iris
pallid vapor
#

uhuh, cause its a section

gray iris
pallid vapor
#

something you write code within

gray iris
gray iris
pallid vapor
gray iris
gray iris
#

:(

gray iris
#

it works

#

i had to get a minefort server running

#

@pallid vapor so how do i turn them into vilager zombies

#

(sorry for ping)

gray iris
#

ok so i tried this but it didn't work

#

i've crashed my minecraft 5 times today!

#

@pallid vapor pls respond

#

plsss

#

pwease]

#

plsss

#

espl

naive pelican
#

Oh nvm that's ur font

#

Maybe u can try add nbt compound instead of add nbt

gray iris
gray iris
naive pelican
#

Sigh

gray iris
#

wait

#

the zombie and zombie villager are 2 different entites

#

we cant just change their nbt

#

sooo

#

idk

naive pelican
#

Add nbt from

#

To

#

Add nbt compound from

gray iris
gray iris
gray iris
#

i told u

naive pelican
#

K man

gray iris
pallid vapor
#

you cant add vilager stuff to a zombie

gray iris
pallid vapor
#

spam pinging me and spamming cat gifs doesnt magically make me appear

gray iris
#

spam pinging

#

bruh

pallid vapor
#

and all of the reply pings

gray iris
#

those are just natural

pallid vapor
#

kind of a lot--and you just did it again

gray iris
#

for the turning zombie into zombie villager

pallid vapor
#

just spawn a zombie villager with the nbt then

naive pelican
#

💀

#

ill have to sharpen my knowledge on nbt

gray iris
naive pelican
#

delete original zombie

#

or i guess set event-entity to zombie villager

pallid vapor
naive pelican
#

If only

gray iris
gray iris
pallid vapor
#

So add a custom NBT tag for the ones spawned by the code

#

And then if that is set dont spawn a new one

gray iris
gray iris
pallid vapor
#

Well cancel the event then

#

Stop pinging me

gray iris
gray iris
pallid vapor
#

Cancel the event

gray iris
pallid vapor
pallid vapor
gray iris
pallid vapor
#

Because that way you dont get the death animation

gray iris
#

so if we cancel the event whenever a zombie spawns there will be no zombies?