Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mobs to guard loots #4

Closed
Arckenver opened this issue Aug 13, 2016 · 3 comments
Closed

Add mobs to guard loots #4

Arckenver opened this issue Aug 13, 2016 · 3 comments
Labels

Comments

@Arckenver
Copy link
Owner

Add ability to spawn mobs with loots so they protect them, and so make them harder to get.

@Arckenver
Copy link
Owner Author

We could add a node in lootConfig like this

mobs {
    Zombie=5
    Skeleton=3
    Spider=1
}

@Arckenver Arckenver changed the title Make it difficult to obtain loot Add mobs to guard loots Aug 13, 2016
@Arckenver
Copy link
Owner Author

Fixed as of commit fb5ed5c.

@Arckenver
Copy link
Owner Author

To add loot guardians, add these nodes in config file

options {
    lootGuardians {
        Zombie=5
        Skeleton=3
    }
}

Specify mob type using official EntityTypes and the number of entities of this type to make spawn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant