| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains various examples of Minecraft datapacks created using Kore, a modern Kotlin library for datapack development.
Kore allows you to create complex Minecraft datapacks using Kotlin, eliminating the need to write raw JSON or .mcfunction files manually.
A recreation of the MoreApples datapack by Stoupy51.
This example demonstrates how to:
The datapack ensures that all leaf types have a chance to drop apples, doubling the drop rate compared to vanilla oak leaves.
A recreation of the rotten-flesh-to-leather datapack.
This example demonstrates how to:
The datapack allows you to smoke rotten flesh for leather and smelt it for brown dye.
These examples use Amper as the build system.
To build and generate the datapacks:
To install one of these datapacks into your Minecraft world:
This project uses GitHub Actions to automate the publishing process to Modrinth.
The workflow is defined in .github/workflows/publish.yml.
This ensures that every release of this repository is automatically available for users to download.
This project is licensed under the GNU v3 License - see the LICENSE file for details.
Created with ❤️ using Kore.
| Back | FazBrowse Home | New Git URL |