Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samolego/simplevillagers

Easier villagers mod. Serverside, of course.
https://github.com/samolego/simplevillagers

Last synced: 3 months ago
JSON representation

Easier villagers mod. Serverside, of course.

Awesome Lists containing this project

README

        

# Simple Villagers

[![https://discord.gg/9PAesuHFnp](https://img.shields.io/discord/797713290545332235?logo=discord&style=flat-square)](https://discord.gg/9PAesuHFnp)
[![GitHub license](https://img.shields.io/github/license/samolego/SimpleVillagers?style=flat-square)](https://github.com/samolego/SimpleVillagers/blob/master/LICENSE)
[![Server environment](https://img.shields.io/badge/Environment-server-blue?style=flat-square)](https://github.com/samolego/SimpleVillagers)
[![Singleplayer environment](https://img.shields.io/badge/Environment-singleplayer-yellow?style=flat-square)](https://github.com/samolego/SimpleVillagers)

A serverside fabric mod inspired by https://github.com/henkelmax/easy-villagers.

https://user-images.githubusercontent.com/34912839/155026528-754712a2-32f3-42a9-b14c-8fd027b7bab0.mp4

## Permissions
* `simplevillagers.reroll_buttons` - whether to enable reroll buttons
* `simplevillagers.villager_item.pickup` - whether to allow picking up the villager
* `simplevillagers.villager_item.spawn` - whether to allow spawning the villager from the item

"Can't spawn eggs can be put in spawner?"

Don't worry, even though you get a villager item that looks like spawn egg, it actually isn't under the hood.
~~It just uses spawn egg texture as I was too lazy to draw my own.~~

## Blocks
* all delays are configurable
* note: can be installed **serverside** as well, but clients will see colored glass blocks if not having the mod
* Breeder block
* 1 baby villager item / 5 minutes
*
Recipe





* Incubator block
* Grows baby vilagers faster (configurable)
*
Recipe


(Any type of wool can be used)




* Converter block
* Converts villagers to zombies and cures them.
*
Recipe




* Iron Farm Block
* Summons golem every 4 minutes.
*
Recipe



## Why so big jar file?
SimpleVillagers wouldn't have been possible without the help of the following libraries:
* [SGUI](https://github.com/Patbox/sgui)
* [Polymer](https://github.com/Patbox/polymer)