Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/osfanbuff63/ws-datapack
- Owner: osfanbuff63
- License: gpl-3.0
- Created: 2022-06-21T19:50:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T09:24:03.000Z (about 1 month ago)
- Last Synced: 2025-01-04T10:54:45.537Z (about 1 month ago)
- Topics: mcfunction, minecraft-datapack, wii-sports
- Language: mcfunction
- Homepage: https://osfanbuff63.github.io/ws-datapack
- Size: 478 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
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 osfanbuff63This 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 .
```