Code Villager

def Villager (x,z):
    i = 0
    while i < 6:
        mobs.spawn(VILLAGER, world(x, 9, z))
        i = i+1

zurück