Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ object Versions {
}

object Allay {
const val api = "0.13.0"
const val api = "0.20.0"
const val gson = "2.13.2"

const val mappings = "15398c1"
const val mappingsGenerator = "8fa6058"
const val mappings = "366baa6"
const val mappingsGenerator = "e957088"

const val mcmeta = "e85a17c"
const val mcmeta = "c976eb3"
}

object Minestom {
Expand Down
2 changes: 1 addition & 1 deletion platforms/allay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Resource files

Current mapping version: je 1.21.9 to be 1.21.111
Current mapping version: je 1.21.11 to be 1.21.111

- `mapping/biomes.json` and `mapping/items.json` are obtained from [GeyserMC/mappings](https://github.com/GeyserMC/mappings).
- `mapping/blocks.json` is obtained from [GeyserMC/mappings-generator](https://github.com/GeyserMC/mappings-generator) (path: `https://github.com/GeyserMC/mappings-generator/blob/master/generator_blocks.json`).
Expand Down