Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxanier/enhancedsnowman
Minecraft Mod that makes snowmen deal a small amount of damage
https://github.com/maxanier/enhancedsnowman
Last synced: about 1 month ago
JSON representation
Minecraft Mod that makes snowmen deal a small amount of damage
- Host: GitHub
- URL: https://github.com/maxanier/enhancedsnowman
- Owner: maxanier
- License: mit
- Created: 2017-11-11T12:22:06.000Z (about 7 years ago)
- Default Branch: 1.19
- Last Pushed: 2024-08-11T17:23:46.000Z (3 months ago)
- Last Synced: 2024-08-11T18:54:53.838Z (3 months ago)
- Language: Java
- Size: 202 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Enhanced Snowman [![](http://cf.way2muchnoise.eu/versions/enhancedsnowman.svg)](https://minecraft.curseforge.com/projects/enhancedsnowman)
============================================
[![forthebadge](http://forthebadge.com/images/badges/made-with-crayons.svg)](https://maxanier.de)
Finally, your snowman army is not completely useless anymore.
With this mod they deal a small amount of damage with their snowballs.
Thereby they can finally protect themselves from these evil monsters.If you want to go crazy, you can even allow snowmen to convert killed mobs into snowmen to join your army (config option).
### Details
By default snowballs thrown by snowmen deal a small amount of damage to any hostile creature.
It takes about 40 snowballs to kill a zombie, but if you have enough snowmen this should be quite quickly.
Especially since the snowballs also freeze (slow down) the hit mob for two seconds.
Snowballs thrown by players do not deal damage.Most of this is configurable.
### Server
If you want to use this on a server, it is sufficient to install it on the server itself. Clients do not need this.### Configuration
Can either be done in the ingame mod list GUI (MC1.11 or MC 1.12) or by editing the config/enhanced_snowman.cfg/toml```
# Convert creatures killed by snowmen to a snowman
B:convert=false# Only deal damage to hostile creatures
B:onlyHostile=true# Allow players to deal damage with snowballs
B:playersDealDamage=false# Add a short freeze/slowness to a creature damaged by a snowball
B:slowness=true# Damage dealt by one snowman snowball
# Min: 0.0
# Max: 100.0
D:snowballDamage=0.5
```