Allow wandering trader llamas to despawn

This commit is contained in:
cora 2024-09-19 20:13:25 +02:00
parent 4796b109cf
commit 7185998bb3
No known key found for this signature in database

View File

@ -192,6 +192,7 @@ function mobs_mc.spawn_trader_llama(pos, wt)
l.base_texture = tx
l.following = wt
l._follow_trader = wt._id
l.can_despawn = true
o:set_properties({
textures = tx,
})