Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomalbrc/danse
danse - player gestures for fabric servers using core shaders
https://github.com/tomalbrc/danse
Last synced: 27 days ago
JSON representation
danse - player gestures for fabric servers using core shaders
- Host: GitHub
- URL: https://github.com/tomalbrc/danse
- Owner: tomalbrc
- License: lgpl-3.0
- Created: 2024-01-28T19:07:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T21:39:18.000Z (9 months ago)
- Last Synced: 2024-04-10T01:22:41.223Z (9 months ago)
- Language: Java
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# danse (dance)
> player gestures/emotes for fabric/quilt servers using core shadersThere are 7 gestures at the moment;
- bits
- fall
- grow
- helicopter
- handstand
- wave
- zombieMore are in the works..!
Using vanilla core shaders!\
Compatible with Sodium (but will break with iris/embeddium and similar mods that allow for custom shaders)Clients don't have to install any mods, they can connect with a vanilla client!
---
### Commands:
```
/gesture bits
/gesture fall
/gesture grow
/gesture helicopter
/gesture handstand
/gesture wave
/gesture zombie
```Persistent player models can be spawned like this:
```
/summon danse:player_model ~ ~ ~ {Player:Steve,Animation:wave}
```Animation can be player by modifying the "Animation" NBT string:
```
/data modify entity @e[...] Animation set value wave
```Changing the skin:
```
/data modify entity @e[...] Player set value Alex
```---
[Checkout the discord](https://discord.gg/9X6w2kfy89) for more info
---
This project uses a heavily modified version of the shader and blockbench model from [bradleyq's stable_player_display](https://github.com/bradleyq/stable_player_display)
The benefits of doing it as a mod vs. an animated-java datapack is performance