Описание
# Fancy Balloons
A silly datapack that adds flying balloons controllable by the player
### Spawner Item
The item model for the balloon spawner!

### Recipe
Here is the balloon recipe:

## Usage
Control the balloon with WASD, Space and Ctrl!
- W/S increase or decrease the target speed of the balloon
- A/D rotate the balloon at 5 degrees per tick
- Space/Ctrl increase or decrease the target vertical speed of the balloon
- Sneak and Click to dye your balloons!
> Do have in mind that the balloons only work if there is a player seated on them.They will not move, or change speed, if empty.
## Colorful Balloons!
As of v0.0.8 and up if you interact with the balloons with dyes in hand, they will be colored
### Available colors are:
| color | ingame | item | version |
| :--------- | :------------------------------------------: | -------------: | :------------ |
| base |  | water bucket | v0.0.8+ |
| brown |  | brown dye | v0.1.1-alpha+ |
| red |  | red dye | v0.0.8+ |
| orange |  | orange dye | v0.1.1-alpha+ |
| yellow |  | yellow dye | v0.1.1-alpha+ |
| green |  | green dye | v0.0.8+ |
| lime |  | lime dye | v0.1.1-alpha+ |
| cyan |  | cyan dye | v0.1.1-alpha+ |
| light blue |  | light blue dye | v0.1.1-alpha+ |
| blue |  | blue dye | v0.0.8+ |
| purple |  | purple dye | v0.1.1-alpha+ |
| magenta |  | magenta dye | v0.1.1-alpha+ |
| pink |  | pink dye | v0.1.1-alpha+ |
| white |  | white dye | v0.1.1-alpha+ |
| light gray |  | light gray dye | v0.1.1-alpha+ |
| gray |  | gray dye | v0.1.1-alpha+ |
| black |  | black dye | v0.1.1-alpha+ |
> Keep in mind that if you break a balloon, it's color will reset. I still haven't found a way to change this without having an item for every color.
> NOTES!The datapack version file works as both a datapack and resourcepack.Put the same file on both foldersThe mod version works globaly just like any other mod.
> ALERT!The version 0.2.0-alpha is **not** compatible with the other versions since so many functions got refactored to work with the WASD system, and to improve performance.