Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamaized/beatdownstick
A silly Minecraft mod made for a friend of mine.
https://github.com/tamaized/beatdownstick
forge minecraft minecraft-forge minecraft-mod mod silly
Last synced: about 10 hours ago
JSON representation
A silly Minecraft mod made for a friend of mine.
- Host: GitHub
- URL: https://github.com/tamaized/beatdownstick
- Owner: Tamaized
- License: mit
- Created: 2015-11-10T02:21:59.000Z (about 9 years ago)
- Default Branch: 1.21
- Last Pushed: 2024-11-07T19:18:28.000Z (9 days ago)
- Last Synced: 2024-11-07T20:26:02.381Z (9 days ago)
- Topics: forge, minecraft, minecraft-forge, minecraft-mod, mod, silly
- Language: Java
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE
Awesome Lists containing this project
README
# BeatDownStick [![Curseforge](http://cf.way2muchnoise.eu/full_260245_downloads.svg)](https://curseforge.com/minecraft/mc-mods/beat-down-stick) [![Curseforge](http://cf.way2muchnoise.eu/versions/For%20MC_260245_all.svg)](https://curseforge.com/minecraft/mc-mods/beat-down-stick)
### All Rights Reserved
## About
This mod just adds a stick to the game, known as the Beat Down Stick, which can be found in various chests within dungeons and the like. Chances of finding the stick are very low.The stick itself has a very low durability (21) but the damage dealt to an entity is their max health. This damage does not go through armor.
There is a creative mode only version that deals the max damage possible (Float.MAX_VALUE), has no durability, goes through armor, and hurts creative mode players.
## Downloads
https://curseforge.com/minecraft/mc-mods/beat-down-stick## Latest Development Download
https://artifactor.tamaized.com/repository/Tamaized/BeatDownStick/artifact/latest## Maven
```
repositories {
maven {
url = "https://maven.tamaized.com/releases"
}
}dependencies {
implementation fg.deobf("tamaized:beatdownstick:{version}")
}
```