Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/samolego/simplevillagers
- Owner: samolego
- License: lgpl-3.0
- Created: 2022-02-20T08:45:12.000Z (almost 3 years ago)
- Default Branch: 1.20
- Last Pushed: 2024-03-28T20:44:58.000Z (10 months ago)
- Last Synced: 2024-03-29T15:47:40.893Z (10 months ago)
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/simplevillagers
- Size: 202 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)