https://github.com/vberlier/fnf
Friday Night Funkin in Minecraft.
https://github.com/vberlier/fnf
Last synced: 8 months ago
JSON representation
Friday Night Funkin in Minecraft.
- Host: GitHub
- URL: https://github.com/vberlier/fnf
- Owner: vberlier
- License: mit
- Created: 2021-05-07T21:57:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T02:43:44.000Z (over 4 years ago)
- Last Synced: 2025-01-08T12:08:14.632Z (9 months ago)
- Language: Python
- Size: 75.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fnf
> Friday Night Funkin in Minecraft.
This is an experimental recreation of Friday Night Funkin in Minecraft. The project uses [`beet`](https://github.com/mcbeet/beet) to convert the original assets to item models, import the songs and maps, and re-implement the game logic with functions.
- **Demo** https://youtu.be/tm7zzrliiKU
## Building
The project uses [`poetry`](https://python-poetry.org) to manage dependencies.
```bash
$ poetry install
```You can build the project and link the generated resource pack and data pack to a Minecraft world with the `beet build` command.
```bash
$ beet build --link "New world"
```Once you have the data pack and the resource pack activated, summon a minecart, jump in, and look north.
---
License - [MIT](https://github.com/vberlier/fnf/blob/main/LICENSE)