Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osfanbuff63/ws-datapack

A Wii Sports-inspired datapack for Minecraft!
https://github.com/osfanbuff63/ws-datapack

mcfunction minecraft-datapack wii-sports

Last synced: 18 days ago
JSON representation

A Wii Sports-inspired datapack for Minecraft!

Awesome Lists containing this project

README

        

![GitHub](https://img.shields.io/github/license/osfanbuff63/ws-datapack?color=green)
![Language: mcfunction](https://img.shields.io/badge/language-mcfunction-red)
![Language: JSON](https://img.shields.io/badge/language-JSON-lightgray)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/osfanbuff63/ws-datapack)](https://github.com/osfanbuff63/ws-datapack/releases/latest)
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/osfanbuff63/ws-datapack?color=orange&include_prereleases&label=pre-release)](https://github.com/osfanbuff63/ws-datapack/releases)
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com/)
[![Documentation](https://img.shields.io/badge/documentation-click%20here!-green)](https://osfanbuff63.tech/ws-datapack)

# ws-datapack

## About

This is a project heavily inspired by Wii Sports and a [Nintendo Hero video](https://www.youtube.com/watch?v=GlZJ-ao-9G0). This datapack adds these games into Minecraft.

## Contributing

I'm happy to hear you might be interested in contributing! Read [CONTRIBUTING.md](CONTRIBUTING.md) before starting, of course!

## Libraries used

This is a list of libraries used by this datapack.

Libraries used

- [LanternLoad](https://github.com/LanternMC/load) by LanternMC, licensed under the 0BSD license
- [BlockUtils](https://github.com/ICY105/BlockUtils) by ICY105, licensed under the MIT license
- [PlayerAction](https://github.com/ICY105/PlayerAction) by ICY105, licensed under the MIT license

## License

```text
WS Datapack
Copyright (C) 2022 osfanbuff63

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .
```